]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - kernel/trace/ftrace.c
tracing: trace parser support for function and graph
authorjolsa@redhat.com <jolsa@redhat.com>
Fri, 11 Sep 2009 15:29:29 +0000 (17:29 +0200)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 11 Sep 2009 19:20:18 +0000 (15:20 -0400)
commit689fd8b65d669b96d612ccc37d6fb87bf7ed6907
treed94d478c2f52440a048244a1fc7ee6beec25e88c
parent489663644c35d50a20f58d468a7cbc705e6a29ce
tracing: trace parser support for function and graph

Convert the writing to 'set_graph_function', 'set_ftrace_filter'
and 'set_ftrace_notrace' to use the generic trace_parser
'trace_get_user' function.

Removed FTRACE_ITER_CONT flag, since it's not needed after this change.

Minor fix in set_graph_function display - g_show function.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
LKML-Reference: <1252682969-3366-4-git-send-email-jolsa@redhat.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c