Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334655
b: refs/heads/master
c: 88481b6
h: refs/heads/master
i:
  334653: 9d5a2aa
  334651: 37a9d9d
  334647: 39c6a9a
  334639: 2d10802
  334623: c54ae10
  334591: 83ecf23
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Oct 16, 2012
1 parent c459d9c commit a83bdec
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ffe10c6f95412da01695e659e967747333d5e812
refs/heads/master: 88481b6b33d6cb5edb57e5794abae4daeabd08c5
3 changes: 3 additions & 0 deletions trunk/tools/perf/util/sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ static int hist_entry__srcline_snprintf(struct hist_entry *self, char *bf,
if (!self->ms.map)
goto out_ip;

if (!strncmp(self->ms.map->dso->long_name, "/tmp/perf-", 10))
goto out_ip;

snprintf(cmd, sizeof(cmd), "addr2line -e %s %016" PRIx64,
self->ms.map->dso->long_name, self->ip);
fp = popen(cmd, "r");
Expand Down

0 comments on commit a83bdec

Please sign in to comment.