Home
last modified time | relevance | path

Searched refs:rp_check (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Duprobes.h93 enum rp_check { enum
137 extern bool arch_uretprobe_is_alive(struct return_instance *ret, enum rp_check ctx, struct pt_regs …
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Duprobes.c197 bool arch_uretprobe_is_alive(struct return_instance *ret, enum rp_check ctx, in arch_uretprobe_is_alive()
/OK3568_Linux_fs/kernel/arch/csky/kernel/probes/
H A Duprobes.c113 bool arch_uretprobe_is_alive(struct return_instance *ret, enum rp_check ctx, in arch_uretprobe_is_alive()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/
H A Duprobes.c133 bool arch_uretprobe_is_alive(struct return_instance *ret, enum rp_check ctx, in arch_uretprobe_is_alive()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Duprobes.c153 bool arch_uretprobe_is_alive(struct return_instance *ret, enum rp_check ctx, in arch_uretprobe_is_alive()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Duprobes.c1088 bool arch_uretprobe_is_alive(struct return_instance *ret, enum rp_check ctx, in arch_uretprobe_is_alive()
/OK3568_Linux_fs/kernel/kernel/events/
H A Duprobes.c1852 enum rp_check ctx = chained ? RP_CHECK_CHAIN_CALL : RP_CHECK_CALL; in cleanup_return_instances()
2178 bool __weak arch_uretprobe_is_alive(struct return_instance *ret, enum rp_check ctx, in arch_uretprobe_is_alive()