Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_functions.c44 TRACE_FUNC_OPT_NO_REPEATS = 0x2, enumerator
111 case TRACE_FUNC_OPT_NO_REPEATS: in select_trace_function()
113 case TRACE_FUNC_OPT_STACK | TRACE_FUNC_OPT_NO_REPEATS: in select_trace_function()
123 (flags_val & TRACE_FUNC_OPT_NO_REPEATS)) { in handle_func_repeats()
371 { TRACER_OPT(func-no-repeats, TRACE_FUNC_OPT_NO_REPEATS) },