Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dtracepoint-defs.h36 void *static_call_tramp; member
Dtracepoint.h303 .static_call_tramp = STATIC_CALL_TRAMP_ADDR(tp_func_##_name), \
/Linux-v5.15/tools/objtool/include/objtool/
Delf.h58 bool static_call_tramp; member
/Linux-v5.15/kernel/
Dtracepoint.c317 __static_call_update(tp->static_call_key, tp->static_call_tramp, func); in tracepoint_update_call()
/Linux-v5.15/tools/objtool/
Dcheck.c870 if (insn->call_dest->static_call_tramp) { in add_jump_destinations()
932 if (insn->call_dest->static_call_tramp) { in add_jump_destinations()
1025 if (insn->call_dest && insn->call_dest->static_call_tramp) { in add_call_destinations()
1750 func->static_call_tramp = true; in read_static_call_tramps()