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

Issue 2007343003: Move stack trace extraction code out of TickSample::Init (Closed)

Created:
4 years, 6 months ago by alph
Modified:
4 years, 6 months ago
CC:
v8-reviews_googlegroups.com, Paweł Hajdan Jr.
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Move stack trace extraction code out of TickSample::Init Make it a part of V8 API GetStackSample function. Also expose external_callback_entry in SampleInfo to break dependency of clients on internal V8 structures. BUG=v8:4789 Committed: https://crrev.com/70acfe39c07322144f5fe9b40bb584a8b1099ffd Committed: https://crrev.com/2f863593d11c9459bd6e4eb721f39fffaa4ccd58 Cr-Original-Commit-Position: refs/heads/master@{#36831} Cr-Commit-Position: refs/heads/master@{#36836}

Patch Set 1 #

Total comments: 10

Patch Set 2 : make MSAN happy #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -67 lines) Patch
M include/v8.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M src/frames.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/profiler/profile-generator.cc View 3 chunks +4 lines, -7 lines 0 comments Download
M src/profiler/tick-sample.h View 2 chunks +2 lines, -4 lines 0 comments Download
M src/profiler/tick-sample.cc View 4 chunks +42 lines, -49 lines 0 comments Download

Messages

Total messages: 30 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2007343003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2007343003/1
4 years, 6 months ago (2016-05-26 02:27:34 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-05-26 03:01:58 UTC) #4
commit-bot: I haz the power
Dry run: None
4 years, 6 months ago (2016-05-26 03:02:05 UTC) #5
alph
Yang, could you please take a look.
4 years, 6 months ago (2016-05-26 03:52:18 UTC) #7
lpy
Thanks for doing this, I left a few comments. https://codereview.chromium.org/2007343003/diff/1/src/profiler/profile-generator.cc File src/profiler/profile-generator.cc (right): https://codereview.chromium.org/2007343003/diff/1/src/profiler/profile-generator.cc#newcode622 src/profiler/profile-generator.cc:622: ...
4 years, 6 months ago (2016-05-26 16:19:16 UTC) #8
alph
https://codereview.chromium.org/2007343003/diff/1/src/profiler/profile-generator.cc File src/profiler/profile-generator.cc (right): https://codereview.chromium.org/2007343003/diff/1/src/profiler/profile-generator.cc#newcode622 src/profiler/profile-generator.cc:622: if (!pc_entry && !sample.has_external_callback) { On 2016/05/26 16:19:16, lpy ...
4 years, 6 months ago (2016-05-26 16:34:14 UTC) #9
lpy
lgtm from me side with a few comments. https://codereview.chromium.org/2007343003/diff/1/src/profiler/profile-generator.cc File src/profiler/profile-generator.cc (right): https://codereview.chromium.org/2007343003/diff/1/src/profiler/profile-generator.cc#newcode622 src/profiler/profile-generator.cc:622: if ...
4 years, 6 months ago (2016-05-26 20:49:17 UTC) #10
lpy
yang@, could you please take a look?
4 years, 6 months ago (2016-05-30 08:32:26 UTC) #11
Yang
https://codereview.chromium.org/2007343003/diff/1/src/profiler/profile-generator.cc File src/profiler/profile-generator.cc (right): https://codereview.chromium.org/2007343003/diff/1/src/profiler/profile-generator.cc#newcode622 src/profiler/profile-generator.cc:622: if (!pc_entry && !sample.has_external_callback) { This definitely does something ...
4 years, 6 months ago (2016-05-30 10:54:24 UTC) #12
alph
https://codereview.chromium.org/2007343003/diff/1/src/profiler/profile-generator.cc File src/profiler/profile-generator.cc (right): https://codereview.chromium.org/2007343003/diff/1/src/profiler/profile-generator.cc#newcode647 src/profiler/profile-generator.cc:647: if (!sample.has_external_callback) { On 2016/05/30 10:54:24, Yang wrote: > ...
4 years, 6 months ago (2016-05-31 17:29:00 UTC) #13
alph
ptal https://codereview.chromium.org/2007343003/diff/1/src/profiler/profile-generator.cc File src/profiler/profile-generator.cc (right): https://codereview.chromium.org/2007343003/diff/1/src/profiler/profile-generator.cc#newcode622 src/profiler/profile-generator.cc:622: if (!pc_entry && !sample.has_external_callback) { On 2016/05/30 10:54:24, ...
4 years, 6 months ago (2016-06-02 21:58:05 UTC) #14
alph
friendly ping
4 years, 6 months ago (2016-06-07 15:56:41 UTC) #15
Yang
On 2016/06/07 15:56:41, alph wrote: > friendly ping lgtm.
4 years, 6 months ago (2016-06-08 13:37:06 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2007343003/1
4 years, 6 months ago (2016-06-08 15:02:26 UTC) #18
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 6 months ago (2016-06-08 15:33:55 UTC) #19
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/70acfe39c07322144f5fe9b40bb584a8b1099ffd Cr-Commit-Position: refs/heads/master@{#36831}
4 years, 6 months ago (2016-06-08 15:36:26 UTC) #21
alph
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/2049903002/ by alph@chromium.org. ...
4 years, 6 months ago (2016-06-08 19:47:16 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2007343003/20001
4 years, 6 months ago (2016-06-08 21:09:36 UTC) #26
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-08 21:34:54 UTC) #28
commit-bot: I haz the power
4 years, 6 months ago (2016-06-08 21:37:11 UTC) #30
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/2f863593d11c9459bd6e4eb721f39fffaa4ccd58
Cr-Commit-Position: refs/heads/master@{#36836}

Powered by Google App Engine
This is Rietveld 408576698