From 0809c0f6589ca654a386352b072d76630ec4c9f4 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Thu, 3 Sep 2009 16:22:02 +0200 Subject: [PATCH] --- yaml --- r: 158303 b: refs/heads/master c: 00fc97863c21c41e257a941e83410c56341e2a5d h: refs/heads/master i: 158301: 95fa7d34e3358b94c67cc51e160c04426000cff8 158299: e9e34a57aa83744667d6da43139d87c0a3b1d3a8 158295: 53c61b32edc122eb641ae9fad89d6a41ed0737f8 158287: df0b031d91863225a0039103b1f4d1be73fb1013 158271: da7a6022d2a35fb3744467a51ba5998d68fdd412 v: v3 --- [refs] | 2 +- trunk/tools/perf/util/trace-event-parse.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 67871e963868..c9e4c339655a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2e01d1791168bb824226d8cc70e50374767dcc42 +refs/heads/master: 00fc97863c21c41e257a941e83410c56341e2a5d diff --git a/trunk/tools/perf/util/trace-event-parse.c b/trunk/tools/perf/util/trace-event-parse.c index 37b10c2cd3c9..629e602d9405 100644 --- a/trunk/tools/perf/util/trace-event-parse.c +++ b/trunk/tools/perf/util/trace-event-parse.c @@ -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");