Home
last modified time | relevance | path

Searched refs:RP_CHECK_CHAIN_CALL (Results 1 – 6 of 6) sorted by relevance

/linux/arch/csky/kernel/probes/
H A Duprobes.c119 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux/arch/powerpc/kernel/
H A Duprobes.c213 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux/arch/loongarch/kernel/
H A Duprobes.c102 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux/arch/riscv/kernel/probes/
H A Duprobes.c123 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux/include/linux/
H A Duprobes.h181 RP_CHECK_CHAIN_CALL, enumerator
/linux/kernel/events/
H A Duprobes.c2236 enum rp_check ctx = chained ? RP_CHECK_CHAIN_CALL : RP_CHECK_CALL; in cleanup_return_instances()