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

Issue 902633002: Fix a bunch of issues blocking 64-bit orderfile generation. (Closed)

Created:
5 years, 10 months ago by azarchs
Modified:
5 years, 10 months ago
Reviewers:
pasko, Benoit L
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix a bunch of issues blocking 64-bit orderfile generation. Fix a cast that didn't play nice in 64-bit. Modify patch_orderfile.py and cyglog_to_orderfile to accept a --target_arch parameter. Pass architecture to symbol_extractor. BUG=448054 Committed: https://crrev.com/9ba50ebc258a881904788c999c36dafd444d96db Cr-Commit-Position: refs/heads/master@{#314802}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address nits. #

Total comments: 8

Patch Set 3 : Change target_arch to target-arch and use parser help. #

Patch Set 4 : Remove global _OBJDUMP_BINARY #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -15 lines) Patch
M tools/cygprofile/cyglog_to_orderfile.py View 1 2 1 chunk +11 lines, -4 lines 0 comments Download
M tools/cygprofile/cygprofile_unittest.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M tools/cygprofile/patch_orderfile.py View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M tools/cygprofile/symbol_extractor.py View 1 2 3 2 chunks +5 lines, -6 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
azarchs
PTAL
5 years, 10 months ago (2015-02-04 17:02:25 UTC) #2
Benoit L
lgtm, only nits. https://codereview.chromium.org/902633002/diff/1/tools/cygprofile/cyglog_to_orderfile.py File tools/cygprofile/cyglog_to_orderfile.py (right): https://codereview.chromium.org/902633002/diff/1/tools/cygprofile/cyglog_to_orderfile.py#newcode224 tools/cygprofile/cyglog_to_orderfile.py:224: parser.add_option('--target_arch', action='store', type='string', nit: maybe use ...
5 years, 10 months ago (2015-02-04 17:12:57 UTC) #3
azarchs
https://codereview.chromium.org/902633002/diff/1/tools/cygprofile/cyglog_to_orderfile.py File tools/cygprofile/cyglog_to_orderfile.py (right): https://codereview.chromium.org/902633002/diff/1/tools/cygprofile/cyglog_to_orderfile.py#newcode224 tools/cygprofile/cyglog_to_orderfile.py:224: parser.add_option('--target_arch', action='store', type='string', On 2015/02/04 17:12:57, lizeb wrote: > ...
5 years, 10 months ago (2015-02-04 17:49:54 UTC) #5
pasko
Did you confirm any speedups? I am wondering whether implicit int() -> long conversions in, ...
5 years, 10 months ago (2015-02-04 19:08:26 UTC) #6
azarchs
I can't yet test the performance impact, as I haven't yet made the changes to ...
5 years, 10 months ago (2015-02-05 09:40:02 UTC) #7
pasko
https://codereview.chromium.org/902633002/diff/20001/tools/cygprofile/symbol_extractor.py File tools/cygprofile/symbol_extractor.py (right): https://codereview.chromium.org/902633002/diff/20001/tools/cygprofile/symbol_extractor.py#newcode29 tools/cygprofile/symbol_extractor.py:29: global _OBJDUMP_BINARY On 2015/02/05 09:40:02, azarchs wrote: > On ...
5 years, 10 months ago (2015-02-05 10:24:50 UTC) #8
azarchs
https://codereview.chromium.org/902633002/diff/20001/tools/cygprofile/symbol_extractor.py File tools/cygprofile/symbol_extractor.py (right): https://codereview.chromium.org/902633002/diff/20001/tools/cygprofile/symbol_extractor.py#newcode29 tools/cygprofile/symbol_extractor.py:29: global _OBJDUMP_BINARY On 2015/02/05 10:24:50, pasko wrote: > On ...
5 years, 10 months ago (2015-02-05 10:31:01 UTC) #9
pasko
lgtm, thank you!
5 years, 10 months ago (2015-02-05 10:47:29 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/902633002/60001
5 years, 10 months ago (2015-02-05 12:03:03 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 10 months ago (2015-02-05 14:01:26 UTC) #13
commit-bot: I haz the power
5 years, 10 months ago (2015-02-05 14:03:23 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9ba50ebc258a881904788c999c36dafd444d96db
Cr-Commit-Position: refs/heads/master@{#314802}

Powered by Google App Engine
This is Rietveld 408576698