Re: [PATCH v2 3/3] trace-cmd: Making stat to report when the stack tracer is ON

2018-01-12 Thread Steven Rostedt
On Thu, 21 Dec 2017 17:25:20 +0200 "Vladislav Valtchev (VMware)" wrote: > trace-cmd stat is a handy way for users to see what tracing is currently going > on, but currently it does not say anything about the stack tracing. This patch > makes the command to show a message when the stack tracer is

[PATCH v2 3/3] trace-cmd: Making stat to report when the stack tracer is ON

2017-12-21 Thread Vladislav Valtchev (VMware)
trace-cmd stat is a handy way for users to see what tracing is currently going on, but currently it does not say anything about the stack tracing. This patch makes the command to show a message when the stack tracer is ON. Signed-off-by: Vladislav Valtchev (VMware) --- trace-cmd.h | 2 ++ trac