Re: [PATCH v2] trace-cmd: Add record --clock option to specify a trace clock

2015-05-14 Thread Steven Rostedt
On Mon, 16 Dec 2013 13:10:52 +0900 Yoshihiro YUNOMAE wrote: > Hi Ian, > > (2013/12/13 8:30), Ian Webster wrote: > > This change adds a --clock option to trace-cmd record. It simply writes > > trace_clock on debugfs. Examples of valid choices on most systems are: > > local, > > global, counter,

Re: [PATCH v2] trace-cmd: Add record --clock option to specify a trace clock

2013-12-15 Thread Yoshihiro YUNOMAE
Hi Ian, (2013/12/13 8:30), Ian Webster wrote: This change adds a --clock option to trace-cmd record. It simply writes trace_clock on debugfs. Examples of valid choices on most systems are: local, global, counter, and any other choice compatible with ftrace. Nice work! Please see my following c

[PATCH v2] trace-cmd: Add record --clock option to specify a trace clock

2013-12-12 Thread Ian Webster
This change adds a --clock option to trace-cmd record. It simply writes trace_clock on debugfs. Examples of valid choices on most systems are: local, global, counter, and any other choice compatible with ftrace. This complements Yoshihiro Yunomae's change 8c9867c (trace-cmd: Add support for extrac