Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234446
b: refs/heads/master
c: 8737ebd
h: refs/heads/master
v: v3
  • Loading branch information
Masami Hiramatsu authored and Arnaldo Carvalho de Melo committed Feb 16, 2011
1 parent 28f35d0 commit 8d71c42
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: e116dfa1c357da49f55e1555767ec991225a8321
refs/heads/master: 8737ebdea02315eaffaebb3b73d55f2f726a4fe0
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/probe-event.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ int show_line_range(struct line_range *lr, const char *module)
setup_pager();

if (lr->function)
fprintf(stdout, "<%s:%d>\n", lr->function,
fprintf(stdout, "<%s@%s:%d>\n", lr->function, lr->path,
lr->start - lr->offset);
else
fprintf(stdout, "<%s:%d>\n", lr->path, lr->start);
Expand Down

0 comments on commit 8d71c42

Please sign in to comment.