Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158303
b: refs/heads/master
c: 00fc978
h: refs/heads/master
i:
  158301: 95fa7d3
  158299: e9e34a5
  158295: 53c61b3
  158287: df0b031
  158271: da7a602
v: v3
  • Loading branch information
Ingo Molnar committed Sep 3, 2009
1 parent b7d1950 commit 0809c0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2e01d1791168bb824226d8cc70e50374767dcc42
refs/heads/master: 00fc97863c21c41e257a941e83410c56341e2a5d
4 changes: 2 additions & 2 deletions trunk/tools/perf/util/trace-event-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -2708,9 +2708,9 @@ void print_event(int cpu, void *data, int size, unsigned long long nsecs,
return pretty_print_func_graph(data, size, event, cpu,
pid, comm, secs, usecs);

printf("%16s-%-5d [%03d] %5lu.%06lu: %s: ",
printf("%16s-%-5d [%03d] %5lu.%09Lu: %s: ",
comm, pid, cpu,
secs, usecs, event->name);
secs, nsecs, event->name);

pretty_print(data, size, event);
printf("\n");
Expand Down

0 comments on commit 0809c0f

Please sign in to comment.