]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Add funcgraph-irq option for function graph tracer.
authorJiri Olsa <jolsa@redhat.com>
Tue, 7 Sep 2010 14:53:44 +0000 (16:53 +0200)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 15 Sep 2010 00:18:07 +0000 (20:18 -0400)
commit9a07e0155278702cc144e9dc056419c08a6d4ea3
treedc26de82f9830265eef31d9eebffce22f0ef632c
parentc4f5a59cd42257ffa2a2665d601f816fc4eda827
tracing: Add funcgraph-irq option for function graph tracer.

It's handy to be able to disable the irq related output
and not to have to jump over each irq related code, when
you have no interrest in it.

The option is by default enabled, so there's no change to
current behaviour. It affects only the final output, so all
the irq related data stay in the ring buffer.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
LKML-Reference: <20100907145344.GC1912@jolsa.brq.redhat.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_functions_graph.c