]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
ftrace: add pretty print function for traceon and traceoff hooks
authorSteven Rostedt <srostedt@redhat.com>
Tue, 17 Feb 2009 04:38:13 +0000 (23:38 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Tue, 17 Feb 2009 04:38:13 +0000 (23:38 -0500)
commite110e3d1eaa0f9628918be67ddd32e8ad65a2871
treef51fcc118da53c2f7a8dc7ed028a7ed5380c9706
parent809dcf29ce4e1723709910878e050bd187617e0e
ftrace: add pretty print function for traceon and traceoff hooks

This patch adds a pretty print version of traceon and traceoff
output for set_ftrace_filter.

  # echo 'sys_open:traceon:4' > set_ftrace_filter
  # cat set_ftrace_filter

 #### all functions enabled ####
 sys_open:traceon:count=4

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
kernel/trace/trace_functions.c