Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169469
b: refs/heads/master
c: c3b32fc
h: refs/heads/master
i:
  169467: f91a859
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Oct 5, 2009
1 parent 4fae177 commit bb3729f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: a2a99e8e12798706ec1026e5d8fc36f7c86122ce
refs/heads/master: c3b32fcbc7f4fd9a9b84718b991b175b0fd53f8c
7 changes: 2 additions & 5 deletions trunk/tools/perf/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,8 @@ resolve_symbol(struct thread *thread, struct map **mapp, u64 *ipp)
* the "[vdso]" dso, but for now lets use the old
* trick of looking in the whole kernel symbol list.
*/
if ((long long)ip < 0) {
map = kernel_map;
if (mapp)
*mapp = map;
}
if ((long long)ip < 0)
return kernel_maps__find_symbol(ip, mapp);
}
dump_printf(" ...... dso: %s\n",
map ? map->dso->long_name : "<not found>");
Expand Down

0 comments on commit bb3729f

Please sign in to comment.