commit | c2db8054c1eaf99983d8deee347876b01c26c2cf | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Mon Oct 06 19:06:11 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 20 18:27:02 2008 +0200 |
tree | 43bbc93ce51ddf3110513ff711b7f21afd8954f5 | |
parent | bd95b88d9e51fcbf392a7e90338a8fcc3499cbd6 [diff] |
ftrace: fix depends A lot of tracers have HAVE_FTRACE as a dependent config where it really should not. The HAVE_FTRACE is a misnomer (soon to be fixed) and describes if the architecture has the function tracer (mcount) implemented. The ftrace infrastructure is implemented in all archs. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>