Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_ftrace.sh26 echo "bpf_prog_test*" > $TR/set_graph_function
/OK3568_Linux_fs/kernel/tools/bootconfig/scripts/
H A Dftrace2bconf.sh50 if grep -qv "^#" $TRACEFS/set_graph_function $TRACEFS/set_graph_notrace ; then
H A Dftrace.sh101 [ -f set_graph_function ] && echo | tee set_graph_*
H A Dbconf2ftrace.sh184 set_array_of kernel.fgraph_filters $TRACEFS/set_graph_function
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/
H A Dfunctions99 [ -f set_graph_function ] && echo | tee set_graph_*
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-ftrace.txt98 'set_graph_function' in tracefs.
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dftrace.rst307 set_graph_function:
317 Similar to set_graph_function, but will disable function graph
327 "set_graph_function", or "set_graph_notrace".
2978 you just have to echo its name into set_graph_function::
2980 echo __do_fault > set_graph_function
3022 echo sys_open > set_graph_function
3023 echo sys_close >> set_graph_function
3028 echo > set_graph_function
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dftrace.c5548 static int __init set_graph_function(char *str) in set_graph_function() function
5553 __setup("ftrace_graph_filter=", set_graph_function);
/OK3568_Linux_fs/yocto/poky/documentation/profile-manual/
H A Dusage.rst1214 free_buffer set_graph_function
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt1442 set_graph_function file in the debugfs tracing directory.