Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/
Dkprobes.c2193 for (i = 0; kretprobe_blacklist[i].name != NULL; i++) { in register_kretprobe()
2194 if (kretprobe_blacklist[i].addr == addr) in register_kretprobe()
2703 for (i = 0; kretprobe_blacklist[i].name != NULL; i++) { in init_kprobes()
2704 kretprobe_blacklist[i].addr = in init_kprobes()
2705 kprobe_lookup_name(kretprobe_blacklist[i].name, 0); in init_kprobes()
2706 if (!kretprobe_blacklist[i].addr) in init_kprobes()
2708 kretprobe_blacklist[i].name); in init_kprobes()
/linux-5.19.10/arch/sparc/kernel/
Dkprobes.c48 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable
/linux-5.19.10/arch/x86/kernel/kprobes/
Dcore.c101 struct kretprobe_blackpoint kretprobe_blacklist[] = { variable
107 const int kretprobe_blacklist_size = ARRAY_SIZE(kretprobe_blacklist);
/linux-5.19.10/arch/powerpc/kernel/
Dkprobes.c34 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable
/linux-5.19.10/include/linux/
Dkprobes.h279 extern struct kretprobe_blackpoint kretprobe_blacklist[];
/linux-5.19.10/arch/s390/kernel/
Dkprobes.c32 struct kretprobe_blackpoint kretprobe_blacklist[] = { }; variable
/linux-5.19.10/arch/ia64/kernel/
Dkprobes.c28 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable