Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/trace/
Dftrace.c2328 static char ftrace_notrace_buf[FTRACE_FILTER_SIZE] __initdata; variable
2333 strncpy(ftrace_notrace_buf, str, FTRACE_FILTER_SIZE); in set_ftrace_notrace()
2387 if (ftrace_notrace_buf[0]) in set_ftrace_early_filters()
2388 set_ftrace_early_filter(ftrace_notrace_buf, 0); in set_ftrace_early_filters()