commit | efade6e7821c4219818e9da08f9315dfa617048b | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Fri Oct 31 13:28:58 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Nov 04 17:14:07 2008 +0100 |
tree | 822e2cc2491d38f082d05a015758263f9bb194b3 | |
parent | d7ad44b697c9d13e445ddc7d16f736fbac333249 [diff] |
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>