Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dftrace.c5794 static char ftrace_graph_notrace_buf[FTRACE_FILTER_SIZE] __initdata; variable
5806 strscpy(ftrace_graph_notrace_buf, str, FTRACE_FILTER_SIZE); in set_graph_notrace_function()
5868 if (ftrace_graph_notrace_buf[0]) in set_ftrace_early_filters()
5869 set_ftrace_early_graph(ftrace_graph_notrace_buf, 0); in set_ftrace_early_filters()