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)
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>

No differences found