Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310585
b: refs/heads/master
c: 52deff7
h: refs/heads/master
i:
  310583: 1c6be29
v: v3
  • Loading branch information
David Ahern authored and Arnaldo Carvalho de Melo committed May 30, 2012
1 parent 0062b3d commit 188574e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 79695e1bb65ba0e21488c360a1bed6e358354aaa
refs/heads/master: 52deff71bc2b2c24587ab71f588ff5e4c9279349
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ void perf_event__print_ip(union perf_event *event, struct perf_sample *sample,
}
if (print_dso) {
printf(" (");
map__fprintf_dsoname(al.map, stdout);
map__fprintf_dsoname(node->map, stdout);
printf(")");
}
printf("\n");
Expand Down

0 comments on commit 188574e

Please sign in to comment.