Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199738
b: refs/heads/master
c: b5c874f
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Jun 1, 2010
1 parent a2fcada commit eedfbb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c02514850d67be8db6b2b6658cbc23ac1fbf8bc7
refs/heads/master: b5c874f14c5f57cc8654e9184694196c466147bb
4 changes: 3 additions & 1 deletion trunk/tools/perf/builtin-buildid-list.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ static int __cmd_buildid_list(void)
if (session == NULL)
return -1;

if (with_hits)
if (with_hits) {
symbol_conf.full_paths = true;
perf_session__process_events(session, &build_id__mark_dso_hit_ops);
}

perf_session__fprintf_dsos_buildid(session, stdout, with_hits);

Expand Down

0 comments on commit eedfbb5

Please sign in to comment.