ftrace_graph_notrace_buf 4940 kernel/trace/ftrace.c static char ftrace_graph_notrace_buf[FTRACE_FILTER_SIZE] __initdata;
ftrace_graph_notrace_buf 4952 kernel/trace/ftrace.c 	strlcpy(ftrace_graph_notrace_buf, str, FTRACE_FILTER_SIZE);
ftrace_graph_notrace_buf 5014 kernel/trace/ftrace.c 	if (ftrace_graph_notrace_buf[0])
ftrace_graph_notrace_buf 5015 kernel/trace/ftrace.c 		set_ftrace_early_graph(ftrace_graph_notrace_buf, 0);