Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191313
b: refs/heads/master
c: 3ceb0d4
h: refs/heads/master
i:
  191311: 874c503
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed May 9, 2010
1 parent dd12288 commit 96b2c13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 28e2a106d16046ca792722795f809e3f80a5af80
refs/heads/master: 3ceb0d4438876a65606c258e5d69e03e57460dd6
7 changes: 7 additions & 0 deletions trunk/tools/perf/util/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,13 @@ int event__preprocess_sample(const event_t *self, struct perf_session *session,
dso__calc_col_width(al->map->dso);

al->sym = map__find_symbol(al->map, al->addr, filter);
} else {
const unsigned int unresolved_col_width = BITS_PER_LONG / 4;

if (dsos__col_width < unresolved_col_width &&
!symbol_conf.col_width_list_str && !symbol_conf.field_sep &&
!symbol_conf.dso_list)
dsos__col_width = unresolved_col_width;
}

if (symbol_conf.sym_list && al->sym &&
Expand Down

0 comments on commit 96b2c13

Please sign in to comment.