Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dkprobes.c1849 for (i = 0; kretprobe_blacklist[i].name != NULL; i++) { in register_kretprobe()
1850 if (kretprobe_blacklist[i].addr == addr) in register_kretprobe()
2153 for (i = 0; kretprobe_blacklist[i].name != NULL; i++) { in init_kprobes()
2154 kprobe_lookup_name(kretprobe_blacklist[i].name, in init_kprobes()
2155 kretprobe_blacklist[i].addr); in init_kprobes()
2156 if (!kretprobe_blacklist[i].addr) in init_kprobes()
2158 kretprobe_blacklist[i].name); in init_kprobes()
/linux-4.1.27/arch/avr32/kernel/
Dkprobes.c25 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable
/linux-4.1.27/arch/mn10300/kernel/
Dkprobes.c27 struct kretprobe_blackpoint kretprobe_blacklist[] = { { NULL, NULL } }; variable
28 const int kretprobe_blacklist_size = ARRAY_SIZE(kretprobe_blacklist);
/linux-4.1.27/arch/x86/kernel/kprobes/
Dcore.c107 struct kretprobe_blackpoint kretprobe_blacklist[] = { variable
113 const int kretprobe_blacklist_size = ARRAY_SIZE(kretprobe_blacklist);
/linux-4.1.27/include/linux/
Dkprobes.h241 extern struct kretprobe_blackpoint kretprobe_blacklist[];
/linux-4.1.27/arch/powerpc/kernel/
Dkprobes.c43 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable
/linux-4.1.27/arch/sparc/kernel/
Dkprobes.c47 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable
/linux-4.1.27/arch/s390/kernel/
Dkprobes.c40 struct kretprobe_blackpoint kretprobe_blacklist[] = { }; variable
/linux-4.1.27/arch/ia64/kernel/
Dkprobes.c43 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable