trace: set max latency variable to zero on default
authorSteven Rostedt <srostedt@redhat.com>
Fri, 16 Jan 2009 04:40:11 +0000 (23:40 -0500)
committerIngo Molnar <mingo@elte.hu>
Wed, 21 Jan 2009 14:21:30 +0000 (15:21 +0100)
commit1092307d582a7566d23779c304cf86f3075ac5f0
tree89b70760ec229b593d4ea9c35084ef44a68b2ec4
parenta442e5e0a2011af5b2d1f118fee0a8f9079f1d88
trace: set max latency variable to zero on default

Impact: trace max latencies on start of latency tracing

This patch sets the max latency to zero whenever one of the
irq variant tracers or the wakeup tracer is set to current tracer.

Most developers expect to see output when starting up a latency
tracer. But since the max_latency is already set to max, and
it takes a latency greater than max_latency to be recorded, there
is no trace. This is not the expected behavior and has even confused
myself.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/trace.c
kernel/trace/trace_irqsoff.c
kernel/trace/trace_sched_wakeup.c