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

Issue 1934453003: [prof] export slide offset in profile log (Closed)

Created:
4 years, 7 months ago by fedor.indutny
Modified:
4 years, 7 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[prof] export slide offset in profile log When exporting `shared-library` in profile log, additionally export a slide offset. This is required to parse profile logs generated on systems with ASLR (OS X), otherwise it is impossible to assign C++ symbol names to their addresses in the log. See: https://github.com/nodejs/node/issues/6466 BUG= Committed: https://crrev.com/aee17a63b3b83753b271b01409459e538fa1822f Cr-Commit-Position: refs/heads/master@{#35921}

Patch Set 1 #

Total comments: 2

Patch Set 2 : intptr_t, lint #

Total comments: 2

Patch Set 3 : rename #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -43 lines) Patch
M src/base/platform/platform.h View 1 2 1 chunk +10 lines, -3 lines 0 comments Download
M src/base/platform/platform-macos.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/log.h View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M src/log.cc View 1 2 2 chunks +8 lines, -7 lines 0 comments Download
M test/mjsunit/tools/tickprocessor.js View 10 chunks +16 lines, -16 lines 0 comments Download
M test/mjsunit/tools/tickprocessor-test.log View 1 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/tools/tickprocessor-test-func-info.log View 1 1 chunk +3 lines, -3 lines 0 comments Download
M tools/tickprocessor.js View 1 2 4 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
fedor.indutny
4 years, 7 months ago (2016-04-29 18:47:04 UTC) #1
fedor.indutny
Added a reviewer.
4 years, 7 months ago (2016-04-29 18:47:35 UTC) #4
jochen (gone - plz use gerrit)
+better reviewers for this
4 years, 7 months ago (2016-04-29 18:51:47 UTC) #6
noordhuis
https://codereview.chromium.org/1934453003/diff/1/src/base/platform/platform.h File src/base/platform/platform.h (right): https://codereview.chromium.org/1934453003/diff/1/src/base/platform/platform.h#newcode244 src/base/platform/platform.h:244: : library_path(library_path), start(start), end(end), slide(slide) {} I think this ...
4 years, 7 months ago (2016-04-30 10:37:10 UTC) #8
fedor.indutny
https://codereview.chromium.org/1934453003/diff/1/src/base/platform/platform.h File src/base/platform/platform.h (right): https://codereview.chromium.org/1934453003/diff/1/src/base/platform/platform.h#newcode244 src/base/platform/platform.h:244: : library_path(library_path), start(start), end(end), slide(slide) {} On 2016/04/30 10:37:10, ...
4 years, 7 months ago (2016-04-30 19:54:51 UTC) #9
Yang
On 2016/04/30 19:54:51, fedor.indutny wrote: > https://codereview.chromium.org/1934453003/diff/1/src/base/platform/platform.h > File src/base/platform/platform.h (right): > > https://codereview.chromium.org/1934453003/diff/1/src/base/platform/platform.h#newcode244 > ...
4 years, 7 months ago (2016-05-02 06:39:43 UTC) #10
Yang
https://codereview.chromium.org/1934453003/diff/20001/src/base/platform/platform.h File src/base/platform/platform.h (right): https://codereview.chromium.org/1934453003/diff/20001/src/base/platform/platform.h#newcode240 src/base/platform/platform.h:240: : library_path(library_path), start(start), end(end), slide(0) {} Can we call ...
4 years, 7 months ago (2016-05-02 06:41:01 UTC) #11
fedor.indutny
Thank you, Yang! https://codereview.chromium.org/1934453003/diff/20001/src/base/platform/platform.h File src/base/platform/platform.h (right): https://codereview.chromium.org/1934453003/diff/20001/src/base/platform/platform.h#newcode240 src/base/platform/platform.h:240: : library_path(library_path), start(start), end(end), slide(0) {} ...
4 years, 7 months ago (2016-05-02 07:33:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1934453003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1934453003/40001
4 years, 7 months ago (2016-05-02 07:33:33 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-02 08:00:58 UTC) #17
commit-bot: I haz the power
4 years, 7 months ago (2016-05-02 08:03:12 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/aee17a63b3b83753b271b01409459e538fa1822f
Cr-Commit-Position: refs/heads/master@{#35921}

Powered by Google App Engine
This is Rietveld 408576698