commit | 3ce83aea86bf46fd1bff59d2e6d16f48fdce22fc | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Mon Oct 06 19:06:13 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 20 18:27:04 2008 +0200 |
tree | c4fc8ba118adbadb463564cbc94db8aa540b011d | |
parent | 606576ce816603d9fe1fb453a88bc6eea16ca709 [diff] |
ftrace: rename the ftrace tracer to function To avoid further confusion between the ftrace infrastructure and the function tracer. This patch renames the "ftrace" function tracer to "function". Now in available_tracers, instead of "ftrace" there will be "function". This makes more sense, since people will not know exactly what the "ftrace" tracer does. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>