Re: [PATCH 04/11] trace-cmd: add global functions for live tracing

2019-07-09 Thread Josef Bacik
Yup go for it, thanks, Josef Sent from my iPhone > On Jul 9, 2019, at 9:09 AM, Steven Rostedt wrote: > > On Fri, 20 Nov 2015 15:57:26 -0500 > Josef Bacik wrote: > >> We need a few functions to disable/enable tracing as well as add events to be >> enabled on the first instance, this patch tur

Re: [PATCH 04/11] trace-cmd: add global functions for live tracing

2019-07-09 Thread Steven Rostedt
On Fri, 20 Nov 2015 15:57:26 -0500 Josef Bacik wrote: > We need a few functions to disable/enable tracing as well as add events to be > enabled on the first instance, this patch turns a couple of these local > functions into library functions. Thanks, Hi Josef, Not sure you still use this, as

[PATCH 04/11] trace-cmd: add global functions for live tracing

2015-11-20 Thread Josef Bacik
We need a few functions to disable/enable tracing as well as add events to be enabled on the first instance, this patch turns a couple of these local functions into library functions. Thanks, Signed-off-by: Josef Bacik --- trace-cmd.h| 5 + trace-record.c | 45 +