[PATCH v2] trace-cmd: Add record --clock option to specify a trace clock
t for extracting trace_clock in report). Signed-off-by: Ian Webster --- Changes per Steven's comments: * add missing const * preserve tab whitespace Documentation/trace-cmd-record.1.txt |5 + trace-record.c | 19 +++ tra
[PATCH] trace-cmd: Add record --clock option to specify a trace clock
t for extracting trace_clock in report). Signed-off-by: Ian Webster --- Documentation/trace-cmd-record.1.txt |5 + trace-record.c | 19 +++ trace-usage.c|1 + 3 files changed, 25 insertions(+) diff --git a/Documentation/trac