Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_probe.h463 PROBE_PRINT_RETURN, enumerator
H A Dtrace_uprobe.c715 ptype = is_ret_probe(tu) ? PROBE_PRINT_RETURN : PROBE_PRINT_NORMAL; in DEFINE_FREE()
1667 ptype = is_ret_probe(tu) ? PROBE_PRINT_RETURN : PROBE_PRINT_NORMAL; in create_local_trace_uprobe()
H A Dtrace_kprobe.c1054 ptype = is_return ? PROBE_PRINT_RETURN : PROBE_PRINT_NORMAL; in trace_kprobe_create_internal()
1948 PROBE_PRINT_RETURN : PROBE_PRINT_NORMAL; in create_local_trace_kprobe()
H A Dtrace_fprobe.c1379 is_return ? PROBE_PRINT_RETURN : PROBE_PRINT_NORMAL); in trace_fprobe_create_internal()
H A Dtrace_probe.c1910 case PROBE_PRINT_RETURN: in __set_print_fmt()