commit | a8d0635cc046684506c7b3be26b8b9a43636b977 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Oct 24 18:41:27 2019 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Oct 24 18:43:43 2019 -0400 |
tree | 1284c27f5c38632ba726921b187e42179408cf34 | |
parent | 1b5c90710a2746919266bdc278fbb255c3ffe847 [diff] |
trace-cmd: Use usecs unless specified not to Old trace-cmd data files did not have an option to store the clock that was used. It was always assumed that the clock would be in usecs. If there's no clock in the options of the trace.dat file, then use usecs by default to stay compatible with older versions of trace-cmd trace.dat files. Fixes: 150d479b623a ("libtraceevent, perf tools: Changes in tep_print_event_* APIs") Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>