Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dtrace_probe.h371 #define TPARG_FL_KERNEL BIT(1) macro
381 return (flags & TPARG_FL_LOC_MASK) == (TPARG_FL_KERNEL | TPARG_FL_FENTRY); in tparg_is_function_entry()
Dtrace_probe.c793 if (!(ctx->flags & TPARG_FL_KERNEL) || in parse_probe_vars()
814 if ((ctx->flags & TPARG_FL_KERNEL) && in parse_probe_vars()
930 if (ctx->flags & TPARG_FL_KERNEL) { in parse_probe_arg()
944 if (!(ctx->flags & TPARG_FL_KERNEL)) { in parse_probe_arg()
Dtrace_eprobe.c805 .flags = TPARG_FL_KERNEL | TPARG_FL_TEVENT, in trace_eprobe_tp_update_arg()
Dtrace_fprobe.c982 .flags = TPARG_FL_KERNEL | TPARG_FL_FPROBE, in __trace_fprobe_create()
Dtrace_kprobe.c782 struct traceprobe_parse_context ctx = { .flags = TPARG_FL_KERNEL }; in __trace_kprobe_create()