Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218667
b: refs/heads/master
c: 66a301c
h: refs/heads/master
i:
  218665: 419cdff
  218663: 04a4177
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Oct 23, 2010
1 parent 4369533 commit c42945a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d1e95bb5309f98368dd4fbef6ff3a8f573b24506
refs/heads/master: 66a301c380d4e463424db572b348de4913ec191a
3 changes: 2 additions & 1 deletion trunk/tools/perf/util/probe-finder.c
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,8 @@ static int line_range_search_cb(Dwarf_Die *sp_die, void *data)
struct line_finder *lf = param->data;
struct line_range *lr = lf->lr;

pr_debug("find (%lx) %s\n", dwarf_dieoffset(sp_die),
pr_debug("find (%llx) %s\n",
(unsigned long long)dwarf_dieoffset(sp_die),
dwarf_diename(sp_die));
if (dwarf_tag(sp_die) == DW_TAG_subprogram &&
die_compare_name(sp_die, lr->function)) {
Expand Down

0 comments on commit c42945a

Please sign in to comment.