ftrace: add command interface for function selection
authorSteven Rostedt <srostedt@redhat.com>
Sat, 14 Feb 2009 05:40:25 +0000 (00:40 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Mon, 16 Feb 2009 22:06:02 +0000 (17:06 -0500)
commitf6180773d90595650e11de0118bb112018290915
treeccf8642d7ac584f73e7820fae64fc4daf4546f6b
parente68746a271eb3393a2183840be9e903caddf765b
ftrace: add command interface for function selection

Allow for other tracers to add their own commands for function
selection. This interface gives a trace the ability to name a
command for function selection. Right now it is pretty limited
in what it offers, but this is a building step for more features.

The :mod: command is converted to this interface and also serves
as a template for other implementations.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
include/linux/ftrace.h
kernel/trace/ftrace.c