Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/ftrace/test.d/
Dfunctions95 [ -f set_graph_function ] && echo | tee set_graph_*
/Linux-v4.19/tools/perf/Documentation/
Dperf-ftrace.txt71 It will be passed to 'set_graph_function' in tracefs.
/Linux-v4.19/Documentation/trace/
Dftrace.rst265 set_graph_function:
275 Similar to set_graph_function, but will disable function graph
285 "set_graph_function", or "set_graph_notrace".
2796 you just have to echo its name into set_graph_function::
2798 echo __do_fault > set_graph_function
2840 echo sys_open > set_graph_function
2841 echo sys_close >> set_graph_function
2846 echo > set_graph_function
/Linux-v4.19/kernel/trace/
Dftrace.c4884 static int __init set_graph_function(char *str) in set_graph_function() function
4889 __setup("ftrace_graph_filter=", set_graph_function);
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt1257 set_graph_function file in the debugfs tracing directory.