Searched refs:kretprobe_blacklist (Results 1 – 3 of 3) sorted by relevance
2271 for (i = 0; kretprobe_blacklist[i].name != NULL; i++) { in register_kretprobe()2272 if (kretprobe_blacklist[i].addr == addr) in register_kretprobe()2763 for (i = 0; kretprobe_blacklist[i].name != NULL; i++) { in init_kprobes()2764 kretprobe_blacklist[i].addr = in init_kprobes()2765 kprobe_lookup_name(kretprobe_blacklist[i].name, 0); in init_kprobes()2766 if (!kretprobe_blacklist[i].addr) in init_kprobes()2768 kretprobe_blacklist[i].name); in init_kprobes()
48 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable
270 extern struct kretprobe_blackpoint kretprobe_blacklist[];