Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147525
b: refs/heads/master
c: f3e08c5
h: refs/heads/master
i:
  147523: 63ab7fd
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed May 26, 2009
1 parent f30dd74 commit 59c36d0
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: ce7e43653b08db094326f378958bc293a68e8e5b
refs/heads/master: f3e08c5341c528284460530b546608f27232f737
2 changes: 1 addition & 1 deletion trunk/Documentation/perf_counter/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ static size_t symhist__fprintf(struct symhist *self, FILE *fp)
size_t ret = fprintf(fp, "%#llx [%c] ", (unsigned long long)self->ip, self->level);

if (self->level != '.')
ret += fprintf(fp, "%s", self->sym->name);
ret += fprintf(fp, "%s", self->sym ? self->sym->name: "<unknown>");
else
ret += fprintf(fp, "%s: %s",
self->dso ? self->dso->name : "<unknown",
Expand Down

0 comments on commit 59c36d0

Please sign in to comment.