Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366011
b: refs/heads/master
c: 6266774
h: refs/heads/master
i:
  366009: 097458c
  366007: df58ec2
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Apr 1, 2013
1 parent 4e91f0c commit 2f06351
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: bad4091791b0bb8c2d7919ddefe2f0d109299b5a
refs/heads/master: 62667746a6ded2a1fc8dac2e6258f46150b5e46c
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static int _hist_entry__sym_snprintf(struct map *map, struct symbol *sym,
if (map->type == MAP__VARIABLE) {
ret += repsep_snprintf(bf + ret, size - ret, "%s", sym->name);
ret += repsep_snprintf(bf + ret, size - ret, "+0x%llx",
ip - sym->start);
ip - map->unmap_ip(map, sym->start));
ret += repsep_snprintf(bf + ret, size - ret, "%-*s",
width - ret, "");
} else {
Expand Down

0 comments on commit 2f06351

Please sign in to comment.