Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Duprobes.c213 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux-6.15/arch/csky/kernel/probes/
H A Duprobes.c119 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux-6.15/arch/loongarch/kernel/
H A Duprobes.c102 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux-6.15/arch/riscv/kernel/probes/
H A Duprobes.c123 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux-6.15/arch/arm64/kernel/probes/
H A Duprobes.c151 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/linux-6.15/include/linux/
H A Duprobes.h180 RP_CHECK_CHAIN_CALL, enumerator
/linux-6.15/arch/s390/kernel/
H A Duprobes.c156 if (ctx == RP_CHECK_CHAIN_CALL) 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()