commit | 2b1bce1787700768cbc87c8509851c6f49d252dc | [log] [tgz] |
---|---|---|
author | Ankita Garg <ankita@in.ibm.com> | Mon Jun 09 14:10:25 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jun 10 14:52:30 2008 +0200 |
tree | d21617cd4b77ce13417eee35aebec9f91850ce90 | |
parent | 040ec23d07f95285e9777a85cda29cb339a3065b [diff] |
ftrace: disable tracing when current_tracer is set to "none" Found that inspite of setting the current_tracer to "none", trace from the previous trace type continued to be collected. The patch below fixes this and causes the trace to be disabled when the "none" type is selected. Compile and boot tested the patch for functionality. Signed-off-by: Ankita Garg <ankita@in.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>