Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_probe.c659 if (tparg_is_function_entry(ctx->flags)) { in parse_btf_arg()
960 if (tparg_is_function_entry(ctx->flags)) { in NOKPROBE_SYMBOL()
1170 if (!tparg_is_function_entry(ctx->flags) && in parse_probe_arg()
1570 if (!tparg_is_function_entry(ctx->flags) && in argv_has_var_arg()
H A Dtrace_probe.h398 static inline bool tparg_is_function_entry(unsigned int flags) in tparg_is_function_entry() function