Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4)

Issue 51300043: Plug an ETW trace importer. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by etienneb
Modified:
11 years, 4 months ago
Reviewers:
fdoray, nduca
CC:
trace-viewer-review_googlegroups.com
Base URL:
http://trace-viewer.googlecode.com/svn/trunk/
Visibility:
Public.

Description

This CL adds a importer/parser for ETW events. In the current state, there is no parsing/decoding of any events. An abstract class "Parser" is provided and must be specialized for each tracing facilities. Event are produced by: https://codereview.chromium.org/171143002/ R=nduca@chromium.org Committed: https://code.google.com/p/trace-viewer/source/detail?r=1161

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 8

Patch Set 4 : Split the CL into multiple CLs #

Patch Set 5 : #

Total comments: 8

Patch Set 6 : #

Patch Set 7 : add unittests #

Total comments: 4

Patch Set 8 : fix nduca comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+258 lines, -0 lines) Patch
M src/tracing/importer/__init__.js View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A src/tracing/importer/etw_importer.js View 1 2 3 4 5 6 7 1 chunk +181 lines, -0 lines 0 comments Download
A src/tracing/importer/etw_importer_test.js View 1 2 3 4 5 6 1 chunk +75 lines, -0 lines 0 comments Download
M trace_viewer.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6
nduca
lets thin this down so its just enough code to get the events out of ...
11 years, 5 months ago (2014-02-18 22:05:34 UTC) #1
fdoray
https://codereview.appspot.com/51300043/diff/100001/src/tracing/importer/etw/parser.js File src/tracing/importer/etw/parser.js (right): https://codereview.appspot.com/51300043/diff/100001/src/tracing/importer/etw/parser.js#newcode17 src/tracing/importer/etw/parser.js:17: * Registers a subclass that will help parse windows ...
11 years, 4 months ago (2014-02-19 16:17:36 UTC) #2
etienneb
I did the minimal CL to accept the output of the Windows ETW tracing events ...
11 years, 4 months ago (2014-02-19 22:32:47 UTC) #3
nduca
lgtm https://codereview.appspot.com/51300043/diff/140001/src/tracing/importer/etw_importer.js File src/tracing/importer/etw_importer.js (right): https://codereview.appspot.com/51300043/diff/140001/src/tracing/importer/etw_importer.js#newcode1 src/tracing/importer/etw_importer.js:1: // Copyright (c) 2014 The Chromium Authors. All ...
11 years, 4 months ago (2014-02-20 06:57:51 UTC) #4
etienneb
thanks, committing.... https://codereview.appspot.com/51300043/diff/140001/src/tracing/importer/etw_importer.js File src/tracing/importer/etw_importer.js (right): https://codereview.appspot.com/51300043/diff/140001/src/tracing/importer/etw_importer.js#newcode1 src/tracing/importer/etw_importer.js:1: // Copyright (c) 2014 The Chromium Authors. ...
11 years, 4 months ago (2014-02-20 15:36:21 UTC) #5
etienneb
11 years, 4 months ago (2014-02-20 15:38:51 UTC) #6
Message was sent while issue was closed.
Committed patchset #8 manually as r1161 (presubmit successful).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b