linux/Documentation
Tom Zanussi 860f9f6b02 tracing: Add usecs modifier for hist trigger timestamps
Appending .usecs onto a common_timestamp field will cause the
timestamp value to be in microseconds instead of the default
nanoseconds.  A typical latency histogram using usecs would look like
this:

   # echo 'hist:keys=pid,prio:ts0=common_timestamp.usecs ...
   # echo 'hist:keys=next_pid:wakeup_lat=common_timestamp.usecs-$ts0 ...

This also adds an external trace_clock_in_ns() to trace.c for the
timestamp conversion.

Link: http://lkml.kernel.org/r/4e813705a170b3e13e97dc3135047362fb1a39f3.1516069914.git.tom.zanussi@linux.intel.com

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2018-03-10 16:05:54 -05:00
..
2018-02-15 14:50:32 -08:00
2018-01-27 20:02:24 +11:00
2018-01-30 13:57:43 -08:00
2018-02-06 16:41:29 -05:00
2018-02-02 10:47:15 +01:00
2018-01-27 20:02:24 +11:00
2018-02-22 15:00:43 -06:00
2018-01-29 11:32:44 -08:00
2018-01-22 08:17:16 -08:00