Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_probe.c739 if (tparg_is_function_entry(ctx->flags)) { in parse_btf_bitfield()
1132 if (tparg_is_function_entry(ctx->flags)) { in parse_probe_arg()
1345 if (!tparg_is_function_entry(ctx->flags) && in parse_probe_arg_type()
1788 if (!tparg_is_function_entry(ctx->flags) && in traceprobe_expand_meta_args()
H A Dtrace_probe.h407 static inline bool tparg_is_function_entry(unsigned int flags) in tparg_is_function_entry() function