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

Issue 9477002: Support the Syzygy instrumenting profiler. (Closed)

Created:
8 years, 10 months ago by Sigurður Ásgeirsson
Modified:
8 years, 9 months ago
CC:
chromium-reviews, brettw-cc_chromium.org, joi
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Support the Syzygy instrumenting profiler. This change depends on a new API in V8 to support return-address rewriting profilers, landed at http://code.google.com/p/v8/source/detail?r=10845. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124319

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address Jim's comments. #

Total comments: 1

Patch Set 3 : Add a missing include. #

Patch Set 4 : Move V8 interfacing into content/ as V8 is implementation detail to chrome/ #

Patch Set 5 : Rollback content changes and fix DEPS instead per jam's suggestion. #

Total comments: 2

Patch Set 6 : Address Jam's comment. #

Patch Set 7 : Move v8 deps exclusion above inclusion rule. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -6 lines) Patch
M base/debug/profiler.h View 1 2 3 3 chunks +29 lines, -1 line 0 comments Download
M base/debug/profiler.cc View 1 2 3 3 chunks +89 lines, -1 line 0 comments Download
M chrome/DEPS View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/profiling.cc View 4 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/renderer/DEPS View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/DEPS View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
Sigurður Ásgeirsson
Hi Jim, please take a look. Note that this will not compile until V8 rolls ...
8 years, 10 months ago (2012-02-27 22:02:16 UTC) #1
jar (doing other things)
I need some more background to better grok this review. I * expect* that it ...
8 years, 10 months ago (2012-02-27 22:44:09 UTC) #2
Sigurður Ásgeirsson
Thanks. Please take another look. https://chromiumcodereview.appspot.com/9477002/diff/1/base/debug/profiler.cc File base/debug/profiler.cc (right): https://chromiumcodereview.appspot.com/9477002/diff/1/base/debug/profiler.cc#newcode96 base/debug/profiler.cc:96: PIMAGE_THUNK_DATA name_table, On 2012/02/27 ...
8 years, 9 months ago (2012-02-28 16:31:40 UTC) #3
jar (doing other things)
Thanks for the explanations. LGTM https://chromiumcodereview.appspot.com/9477002/diff/6001/base/debug/profiler.h File base/debug/profiler.h (right): https://chromiumcodereview.appspot.com/9477002/diff/6001/base/debug/profiler.h#newcode54 base/debug/profiler.h:54: // resided, to the ...
8 years, 9 months ago (2012-02-28 17:16:20 UTC) #4
Sigurður Ásgeirsson
Hey John, I need your blessing on the new files in content.
8 years, 9 months ago (2012-02-29 14:07:10 UTC) #5
jam
why is profiling.h/profiling.cc in chrome instead of content? those files seem self-contained to me, and ...
8 years, 9 months ago (2012-02-29 15:57:58 UTC) #6
jam
Siggi and I chatted quickly about this. Siggi had gotten a checkdeps failure because chrome/common ...
8 years, 9 months ago (2012-02-29 16:08:50 UTC) #7
joi
The "v8 is an implementation detail of content" bit was I think a quote from ...
8 years, 9 months ago (2012-02-29 16:13:53 UTC) #8
Sigurður Ásgeirsson
On Wed, Feb 29, 2012 at 11:13, Jói Sigurðsson <joi@google.com> wrote: > The "v8 is ...
8 years, 9 months ago (2012-02-29 20:15:42 UTC) #9
jam
http://codereview.chromium.org/9477002/diff/21004/chrome/DEPS File chrome/DEPS (left): http://codereview.chromium.org/9477002/diff/21004/chrome/DEPS#oldcode25 chrome/DEPS:25: "-v8", you still want to keep that in, so ...
8 years, 9 months ago (2012-02-29 20:17:57 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/siggi@chromium.org/9477002/21004
8 years, 9 months ago (2012-02-29 20:18:36 UTC) #11
Sigurður Ásgeirsson
Thanks. Fixed. http://codereview.chromium.org/9477002/diff/21004/chrome/DEPS File chrome/DEPS (left): http://codereview.chromium.org/9477002/diff/21004/chrome/DEPS#oldcode25 chrome/DEPS:25: "-v8", On 2012/02/29 20:17:57, John Abd-El-Malek wrote: ...
8 years, 9 months ago (2012-02-29 20:20:31 UTC) #12
jam
lgtm
8 years, 9 months ago (2012-02-29 20:21:33 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/siggi@chromium.org/9477002/30002
8 years, 9 months ago (2012-02-29 20:22:19 UTC) #14
commit-bot: I haz the power
Try job failure for 9477002-30002 (retry) on linux_rel for step "check_deps". It's a second try, ...
8 years, 9 months ago (2012-02-29 21:25:00 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/siggi@chromium.org/9477002/37002
8 years, 9 months ago (2012-02-29 22:24:47 UTC) #16
commit-bot: I haz the power
8 years, 9 months ago (2012-03-01 01:01:08 UTC) #17
Change committed as 124319

Powered by Google App Engine
This is Rietveld 408576698