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

Issue 7303094: Handle sched_wakeup in Linux perf importer (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by jmg
Modified:
11 years, 3 months ago
Reviewers:
dsinclair, nduca
CC:
trace-viewer-review_googlegroups.com
Base URL:
https://trace-viewer.googlecode.com/svn/trunk
Visibility:
Public.

Description

Handle sched_wakeup in Linux perf importer BUG=13 Committed: https://code.google.com/p/trace-viewer/source/detail?r=210

Patch Set 1 #

Total comments: 9

Patch Set 2 : Addressed comments from dsinclair #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -13 lines) Patch
M src/linux_perf_importer.js View 1 6 chunks +48 lines, -11 lines 0 comments Download
M src/linux_perf_sched_parser.js View 1 chunk +2 lines, -1 line 0 comments Download
M src/linux_perf_sched_parser_test.html View 1 chunk +54 lines, -1 line 0 comments Download

Messages

Total messages: 6
jmg
I found the change I originally did for bug 13.
11 years, 3 months ago (2013-02-15 03:29:06 UTC) #1
dsinclair
https://codereview.appspot.com/7303094/diff/1/src/linux_perf_importer.js File src/linux_perf_importer.js (right): https://codereview.appspot.com/7303094/diff/1/src/linux_perf_importer.js#newcode364 src/linux_perf_importer.js:364: if (!thread.tempWakeups) thread.tempWakeups = thread.tempWakeups || []; https://codereview.appspot.com/7303094/diff/1/src/linux_perf_importer.js#newcode388 src/linux_perf_importer.js:388: ...
11 years, 3 months ago (2013-02-15 04:10:42 UTC) #2
jmg
https://codereview.appspot.com/7303094/diff/1/src/linux_perf_importer.js File src/linux_perf_importer.js (right): https://codereview.appspot.com/7303094/diff/1/src/linux_perf_importer.js#newcode364 src/linux_perf_importer.js:364: if (!thread.tempWakeups) Will do (for all of these). https://codereview.appspot.com/7303094/diff/1/src/linux_perf_importer.js#newcode408 ...
11 years, 3 months ago (2013-02-15 05:53:50 UTC) #3
jmg
11 years, 3 months ago (2013-02-15 22:26:22 UTC) #4
dsinclair
lgtm
11 years, 3 months ago (2013-02-16 00:11:23 UTC) #5
nduca
11 years, 3 months ago (2013-02-16 00:26:08 UTC) #6
neat, lgtm. Thank you jamie!
Sign in to reply to this message.

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