mbox series

[v2,0/3] trace-cmd: Integrate stack tracer status in 'stat'

Message ID 20171221152520.25867-1-vladislav.valtchev@gmail.com (mailing list archive)
Headers show
Series trace-cmd: Integrate stack tracer status in 'stat' | expand

Message

Vladislav Valtchev (VMware) Dec. 21, 2017, 3:25 p.m. UTC
This short patch series makes trace-cmd stat aware of the stack tracer: now,
when the stack tracker is ON, the stat command will report that.

Vladislav Valtchev (VMware) (3):
  trace-cmd: Make read_proc() to return int status via OUT arg
  trace-cmd: Remove the die() call from read_proc()
  trace-cmd: Making stat to report when the stack tracer is ON

 trace-cmd.h   |  2 ++
 trace-stack.c | 85 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
 trace-stat.c  |  8 ++++++
 3 files changed, 79 insertions(+), 16 deletions(-)