Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304960
b: refs/heads/master
c: a018706
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed May 17, 2012
1 parent 5ad6f8b commit 1a6a8e6
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: d1cb9fce92c41454bd594fb0920575fc63301878
refs/heads/master: a0187060f4ab68cf1aa533446b906cae5b14eb48
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/hist.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ static size_t ipchain__fprintf_graph(FILE *fp, struct callchain_list *chain,
if (chain->ms.sym)
ret += fprintf(fp, "%s\n", chain->ms.sym->name);
else
ret += fprintf(fp, "%p\n", (void *)(long)chain->ip);
ret += fprintf(fp, "0x%0" PRIx64 "\n", chain->ip);

return ret;
}
Expand Down

0 comments on commit 1a6a8e6

Please sign in to comment.