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

Issue 10826008: Load static symbol information lazily with some clean-ups. (Closed)

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

Description

Load static symbol information lazily with some clean-ups. It also changes : - dmprof messages, - how to run subprocesses in prepare_symbol_info, - to prepare readelf result in prepare_symbol_info, - to rename procedure_boundaries => static_symbols, - how to parse nm results in static_symbols, - additional --keep option, - to ignore empty files, and - to store addresses in int. BUG=123749 TEST=use dmprof. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148930

Patch Set 1 #

Patch Set 2 : update #

Total comments: 4

Patch Set 3 : Use mkstemp. #

Patch Set 4 : refine #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -309 lines) Patch
M tools/deep_memory_profiler/dmprof View 1 23 chunks +103 lines, -64 lines 0 comments Download
M tools/find_runtime_symbols/find_runtime_symbols.py View 1 5 chunks +30 lines, -43 lines 0 comments Download
M tools/find_runtime_symbols/prepare_symbol_info.py View 1 2 3 3 chunks +52 lines, -30 lines 0 comments Download
D tools/find_runtime_symbols/procedure_boundaries.py View 1 chunk +0 lines, -148 lines 0 comments Download
A + tools/find_runtime_symbols/static_symbols.py View 1 6 chunks +75 lines, -24 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Dai Mikurube (NOT FULLTIME)
Hi Marc, Could you please take a look at this change? It is almost code ...
8 years, 4 months ago (2012-07-27 08:04:37 UTC) #1
M-A Ruel
lgtm with nits http://codereview.chromium.org/10826008/diff/1006/tools/find_runtime_symbols/prepare_symbol_info.py File tools/find_runtime_symbols/prepare_symbol_info.py (right): http://codereview.chromium.org/10826008/diff/1006/tools/find_runtime_symbols/prepare_symbol_info.py#newcode24 tools/find_runtime_symbols/prepare_symbol_info.py:24: try: You should use tempfile.mkstemp() in ...
8 years, 4 months ago (2012-07-27 13:38:14 UTC) #2
Dai Mikurube (NOT FULLTIME)
Thank you, Marc. I am checking the "Commit" box. If you have additional opinions about ...
8 years, 4 months ago (2012-07-30 04:18:38 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmikurube@chromium.org/10826008/7
8 years, 4 months ago (2012-07-30 04:19:49 UTC) #4
commit-bot: I haz the power
8 years, 4 months ago (2012-07-30 06:39:09 UTC) #5
Change committed as 148930

Powered by Google App Engine
This is Rietveld 408576698