mbox series

[v4,0/3] Integrate stack tracer status in 'stat'

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

Message

Vladislav Valtchev (VMware) Jan. 16, 2018, 7:53 p.m. UTC
This short patch series makes trace-cmd stat aware of the stack tracer: now,
when the stack tracker is ON, the 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(-)