commit | d7ad44b697c9d13e445ddc7d16f736fbac333249 | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Fri Oct 31 13:20:08 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Nov 04 17:14:06 2008 +0100 |
tree | a18ac8995bf7158835c69ca1c9ab9b674fc617fa | |
parent | e55f605c14679c30be41473e60b7ad26524cdc35 [diff] |
tracing/fastboot: use sched switch tracer from boot tracer Impact: enhance boot trace output with scheduling events Use the sched_switch tracer from the boot tracer. We also can trace schedule events inside the initcalls. Sched tracing is disabled after the initcall has finished and then reenabled before the next one is started. Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>