Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/trace/
Dtrace_probe.h370 PROBE_PRINT_RETURN, enumerator
Dtrace_uprobe.c694 ptype = is_ret_probe(tu) ? PROBE_PRINT_RETURN : PROBE_PRINT_NORMAL; in __trace_uprobe_create()
1619 ptype = is_ret_probe(tu) ? PROBE_PRINT_RETURN : PROBE_PRINT_NORMAL; in create_local_trace_uprobe()
Dtrace_kprobe.c871 ptype = is_return ? PROBE_PRINT_RETURN : PROBE_PRINT_NORMAL; in __trace_kprobe_create()
1823 PROBE_PRINT_RETURN : PROBE_PRINT_NORMAL; in create_local_trace_kprobe()
Dtrace_probe.c883 case PROBE_PRINT_RETURN: in __set_print_fmt()