Searched refs:kretprobe_blacklist (Results 1 – 3 of 3) sorted by relevance
2193 for (i = 0; kretprobe_blacklist[i].name != NULL; i++) { in register_kretprobe()2194 if (kretprobe_blacklist[i].addr == addr) in register_kretprobe()2685 for (i = 0; kretprobe_blacklist[i].name != NULL; i++) { in init_kprobes()2686 kretprobe_blacklist[i].addr = in init_kprobes()2687 kprobe_lookup_name(kretprobe_blacklist[i].name, 0); in init_kprobes()2688 if (!kretprobe_blacklist[i].addr) in init_kprobes()2690 kretprobe_blacklist[i].name); in init_kprobes()
48 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable
270 extern struct kretprobe_blackpoint kretprobe_blacklist[];