Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_probe.c665 } else if (tparg_is_function_return(ctx->flags)) { in parse_btf_arg()
969 } else if (tparg_is_function_return(ctx->flags)) { in NOKPROBE_SYMBOL()
1171 !tparg_is_function_return(ctx->flags)) { in parse_probe_arg()
1571 !tparg_is_function_return(ctx->flags)) { in argv_has_var_arg()
H A Dtrace_probe.h404 static inline bool tparg_is_function_return(unsigned int flags) in tparg_is_function_return() function