Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257143
b: refs/heads/master
c: adc4bf9
h: refs/heads/master
i:
  257141: 546f843
  257139: c9bfab1
  257135: 623e744
v: v3
  • Loading branch information
David Ahern authored and Ingo Molnar committed Jul 21, 2011
1 parent 9d2c3c1 commit 0fc474f
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: eda3913bb70ecebac13adccffe1e7f96e93cee02
refs/heads/master: adc4bf9955856f8aa081ba613dbf56ffd664f0b7
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ void perf_session__print_ip(union perf_event *event,
}

} else {
printf("%16" PRIx64, al.addr);
printf("%16" PRIx64, sample->ip);
if (print_sym) {
if (al.sym && al.sym->name)
symname = al.sym->name;
Expand Down

0 comments on commit 0fc474f

Please sign in to comment.