Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Issue 638633002: Tick processor: Print C++ entry points (Closed)

Created:
6 years, 2 months ago by Jakob Kummerow
Modified:
6 years, 2 months ago
Reviewers:
Yang, yurys, loislo
CC:
v8-dev, alph
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comments #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -16 lines) Patch
M src/api.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/cpu-profiler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/isolate.h View 1 2 3 chunks +6 lines, -0 lines 0 comments Download
M src/sampler.h View 1 2 chunks +8 lines, -1 line 0 comments Download
M src/sampler.cc View 1 2 4 chunks +10 lines, -4 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/trace-extension.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/tools/tickprocessor-test.default View 1 chunk +7 lines, -0 lines 0 comments Download
M test/mjsunit/tools/tickprocessor-test.func-info View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/tools/tickprocessor-test.gc-state View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/tools/tickprocessor-test.ignore-unknown View 1 chunk +7 lines, -0 lines 0 comments Download
M test/mjsunit/tools/tickprocessor-test.separate-ic View 1 chunk +7 lines, -0 lines 0 comments Download
M tools/codemap.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M tools/logreader.js View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/profile.js View 7 chunks +43 lines, -6 lines 0 comments Download
M tools/tickprocessor.js View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
Jakob Kummerow
Alexei, Yury: I'd like to make this change for internal profiling purposes (--prof + linux-tick-processor). ...
6 years, 2 months ago (2014-10-07 15:13:22 UTC) #2
bnoordhuis
On 2014/10/07 15:13:22, Jakob wrote: > Personally I think it doesn't make much sense, as ...
6 years, 2 months ago (2014-10-07 16:26:37 UTC) #3
Yang
On 2014/10/07 16:26:37, bnoordhuis wrote: > On 2014/10/07 15:13:22, Jakob wrote: > > Personally I ...
6 years, 2 months ago (2014-10-08 13:31:22 UTC) #4
loislo
lgtm with nits https://codereview.chromium.org/638633002/diff/1/tools/codemap.js File tools/codemap.js (right): https://codereview.chromium.org/638633002/diff/1/tools/codemap.js#newcode263 tools/codemap.js:263: CodeMap.CodeEntry = function(size, opt_name, opt_type) { ...
6 years, 2 months ago (2014-10-14 15:49:15 UTC) #6
yurys
On 2014/10/07 15:13:22, Jakob wrote: > Alexei, Yury: I'd like to make this change for ...
6 years, 2 months ago (2014-10-15 05:34:49 UTC) #7
yurys
https://codereview.chromium.org/638633002/diff/1/tools/codemap.js File tools/codemap.js (right): https://codereview.chromium.org/638633002/diff/1/tools/codemap.js#newcode260 tools/codemap.js:260: * @param {string} opt_name Code entry name. opt_type parameter ...
6 years, 2 months ago (2014-10-15 05:35:47 UTC) #9
Jakob Kummerow
Comments addressed. The selective recording of the C entry frame made the previous cctest changes ...
6 years, 2 months ago (2014-10-15 15:08:57 UTC) #10
yurys
lgtm.
6 years, 2 months ago (2014-10-15 17:10:22 UTC) #11
Jakob Kummerow
6 years, 2 months ago (2014-10-17 15:44:24 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:20002) manually as 24700 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698