Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_probe.h445 PROBE_PRINT_NORMAL, enumerator
H A Dtrace_uprobe.c698 ptype = is_ret_probe(tu) ? PROBE_PRINT_RETURN : PROBE_PRINT_NORMAL; in __trace_uprobe_create()
1646 ptype = is_ret_probe(tu) ? PROBE_PRINT_RETURN : PROBE_PRINT_NORMAL; in create_local_trace_uprobe()
H A Dtrace_kprobe.c964 ptype = is_return ? PROBE_PRINT_RETURN : PROBE_PRINT_NORMAL; in __trace_kprobe_create()
1855 PROBE_PRINT_RETURN : PROBE_PRINT_NORMAL; in create_local_trace_kprobe()
H A Dtrace_fprobe.c1142 is_return ? PROBE_PRINT_RETURN : PROBE_PRINT_NORMAL); in __trace_fprobe_create()
H A Dtrace_probe.c1752 case PROBE_PRINT_NORMAL: in __set_print_fmt()