commit | f09ce573f57ddc35c67b39e51f34545877b30031 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Thu Sep 04 10:24:14 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:36:45 2008 +0200 |
tree | 776620a03aa55eecf5497b2a2a8027de6d819624 | |
parent | 5a90f577e5369a84b720ead42e621fcb1b8a8b21 [diff] |
ftrace: make ftrace_printk usable with the other tracers Currently ftrace_printk only works with the ftrace tracer, switch it to an iter_ctrl setting so we can make us of them with other tracers too. [rostedt@redhat.com: tweak to the disable condition] Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>