Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtracepoint-defs.h43 void *static_call_tramp; member
H A Dtracepoint.h325 .static_call_tramp = STATIC_CALL_TRAMP_ADDR(tp_func_##_name), \
/linux/tools/objtool/include/objtool/
H A Delf.h63 u8 static_call_tramp : 1; member
/linux/kernel/
H A Dtracepoint.c271 __static_call_update(tp->static_call_key, tp->static_call_tramp, func); in tracepoint_update_call()
/linux/tools/objtool/
H A Dcheck.c1297 if (sym->static_call_tramp) { in annotate_call_site()
2482 func->static_call_tramp = true; in classify_symbols()
3396 if (func->static_call_tramp) in noinstr_call_dest()
4082 if (func->static_call_tramp) in ignore_unreachable_insn()