tracing/ftrace: types and naming corrections for sched tracer
authorFrederic Weisbecker <fweisbec@gmail.com>
Fri, 31 Oct 2008 12:28:58 +0000 (13:28 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 4 Nov 2008 16:14:07 +0000 (17:14 +0100)
commitefade6e7821c4219818e9da08f9315dfa617048b
tree822e2cc2491d38f082d05a015758263f9bb194b3
parentd7ad44b697c9d13e445ddc7d16f736fbac333249
tracing/ftrace: types and naming corrections for sched tracer

Impact: cleanup

This patch applies some corrections suggested by Steven Rostedt.

Change the type of shed_ref into int since it is used
into a Mutex, we don't need it anymore as an atomic
variable in the sched_switch tracer.
Also change the name of the register mutex.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/trace_sched_switch.c