Home
last modified time | relevance | path

Searched refs:RP_CHECK_CALL (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Duprobes.h179 RP_CHECK_CALL, enumerator
/linux-6.15/arch/x86/kernel/
H A Duprobes.c1221 if (ctx == RP_CHECK_CALL) /* sp was just decremented by "call" insn */ in arch_uretprobe_is_alive()
/linux-6.15/kernel/events/
H A Duprobes.c2210 enum rp_check ctx = chained ? RP_CHECK_CHAIN_CALL : RP_CHECK_CALL; in cleanup_return_instances()