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)
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>

No differences found