Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_functions.c47 TRACE_FUNC_OPT_NO_REPEATS = 0x2, enumerator
125 case TRACE_FUNC_OPT_NO_REPEATS: in select_trace_function()
127 case TRACE_FUNC_OPT_STACK | TRACE_FUNC_OPT_NO_REPEATS: in select_trace_function()
137 (flags_val & TRACE_FUNC_OPT_NO_REPEATS)) { in handle_func_repeats()
428 { TRACER_OPT(func-no-repeats, TRACE_FUNC_OPT_NO_REPEATS) },