Home
last modified time | relevance | path

Searched refs:set_graph_function (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/tools/perf/Documentation/
Dperf-ftrace.txt71 It will be passed to 'set_graph_function' in tracefs.
/Linux-v5.4/tools/testing/selftests/ftrace/test.d/
Dfunctions97 [ -f set_graph_function ] && echo | tee set_graph_*
/Linux-v5.4/Documentation/trace/
Dftrace.rst273 set_graph_function:
283 Similar to set_graph_function, but will disable function graph
293 "set_graph_function", or "set_graph_notrace".
2919 you just have to echo its name into set_graph_function::
2921 echo __do_fault > set_graph_function
2963 echo sys_open > set_graph_function
2964 echo sys_close >> set_graph_function
2969 echo > set_graph_function
/Linux-v5.4/kernel/trace/
Dftrace.c4943 static int __init set_graph_function(char *str) in set_graph_function() function
4948 __setup("ftrace_graph_filter=", set_graph_function);
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt1307 set_graph_function file in the debugfs tracing directory.