Home
last modified time | relevance | path

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

/kernel/trace/
Dftrace.c5530 static char ftrace_notrace_buf[FTRACE_FILTER_SIZE] __initdata; variable
5539 strlcpy(ftrace_notrace_buf, str, FTRACE_FILTER_SIZE); in set_ftrace_notrace()
5623 if (ftrace_notrace_buf[0]) in set_ftrace_early_filters()
5624 ftrace_set_early_filter(&global_ops, ftrace_notrace_buf, 0); in set_ftrace_early_filters()