Re: [PATCH] tracing: let user specify tracing_thresh after selecting function_graph

2014-06-03 Thread Steven Rostedt
On Tue, 3 Jun 2014 21:12:49 +0400 Stanislav Fomichev wrote: > Currently, tracing_thresh works only if we specify it before selecting > function_graph tracer. If we do the opposite, tracing_thresh will change > it's value, but it will not be applied. > To fix it, we need to always register handle

[PATCH] tracing: let user specify tracing_thresh after selecting function_graph

2014-06-03 Thread Stanislav Fomichev
Currently, tracing_thresh works only if we specify it before selecting function_graph tracer. If we do the opposite, tracing_thresh will change it's value, but it will not be applied. To fix it, we need to always register handlers which take tracing_thresh into account. Signed-off-by: Stanislav Fo