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

Issue 10795028: A tool for mapping runtime addresses to symbol names. (Closed)

Created:
8 years, 5 months ago by Dai Mikurube (NOT FULLTIME)
Modified:
8 years, 5 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

A tool for mapping runtime addresses to symbol names. BUG=123763 TEST=compare with pprof --symbols. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147784

Patch Set 1 #

Total comments: 44

Patch Set 2 : reflected the comments. #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+541 lines, -0 lines) Patch
A tools/find_runtime_symbols/README View 1 chunk +24 lines, -0 lines 0 comments Download
A tools/find_runtime_symbols/find_runtime_symbols.py View 1 1 chunk +134 lines, -0 lines 0 comments Download
A tools/find_runtime_symbols/parse_proc_maps.py View 1 1 chunk +104 lines, -0 lines 0 comments Download
A tools/find_runtime_symbols/prepare_symbol_info.py View 1 1 chunk +121 lines, -0 lines 0 comments Download
A tools/find_runtime_symbols/procedure_boundaries.py View 1 2 3 1 chunk +148 lines, -0 lines 0 comments Download
A tools/find_runtime_symbols/util.py View 1 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Dai Mikurube (NOT FULLTIME)
Hi Marc, Could you please take a look at these scripts? They are similar to ...
8 years, 5 months ago (2012-07-19 09:26:57 UTC) #1
M-A Ruel
http://codereview.chromium.org/10795028/diff/1/tools/find_runtime_symbols/find_runtime_symbols.py File tools/find_runtime_symbols/find_runtime_symbols.py (right): http://codereview.chromium.org/10795028/diff/1/tools/find_runtime_symbols/find_runtime_symbols.py#newcode2 tools/find_runtime_symbols/find_runtime_symbols.py:2: Copyright in all files http://codereview.chromium.org/10795028/diff/1/tools/find_runtime_symbols/find_runtime_symbols.py#newcode14 tools/find_runtime_symbols/find_runtime_symbols.py:14: return (entry.executable == ...
8 years, 5 months ago (2012-07-19 15:21:15 UTC) #2
Dai Mikurube (NOT FULLTIME)
Thanks, Marc. Updated the patch. http://codereview.chromium.org/10795028/diff/1/tools/find_runtime_symbols/find_runtime_symbols.py File tools/find_runtime_symbols/find_runtime_symbols.py (right): http://codereview.chromium.org/10795028/diff/1/tools/find_runtime_symbols/find_runtime_symbols.py#newcode2 tools/find_runtime_symbols/find_runtime_symbols.py:2: On 2012/07/19 15:21:15, Marc-Antoine ...
8 years, 5 months ago (2012-07-20 04:32:39 UTC) #3
M-A Ruel
lgtm http://codereview.chromium.org/10795028/diff/5008/tools/find_runtime_symbols/prepare_symbol_info.py File tools/find_runtime_symbols/prepare_symbol_info.py (right): http://codereview.chromium.org/10795028/diff/5008/tools/find_runtime_symbols/prepare_symbol_info.py#newcode57 tools/find_runtime_symbols/prepare_symbol_info.py:57: with open(maps_path, mode='r') as f: optional: mode='r' is ...
8 years, 5 months ago (2012-07-20 14:10:21 UTC) #4
Dai Mikurube (NOT FULLTIME)
Thanks. I'll be checking the "Commit". http://codereview.chromium.org/10795028/diff/5008/tools/find_runtime_symbols/prepare_symbol_info.py File tools/find_runtime_symbols/prepare_symbol_info.py (right): http://codereview.chromium.org/10795028/diff/5008/tools/find_runtime_symbols/prepare_symbol_info.py#newcode57 tools/find_runtime_symbols/prepare_symbol_info.py:57: with open(maps_path, mode='r') ...
8 years, 5 months ago (2012-07-21 04:50:10 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmikurube@chromium.org/10795028/9
8 years, 5 months ago (2012-07-21 04:50:25 UTC) #6
commit-bot: I haz the power
8 years, 5 months ago (2012-07-21 06:09:37 UTC) #7
Change committed as 147784

Powered by Google App Engine
This is Rietveld 408576698