Searched refs:kretprobe_blacklist (Results 1 – 6 of 6) 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()
34 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable
48 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable
101 struct kretprobe_blackpoint kretprobe_blacklist[] = { variable107 const int kretprobe_blacklist_size = ARRAY_SIZE(kretprobe_blacklist);
34 struct kretprobe_blackpoint kretprobe_blacklist[] = { }; variable
270 extern struct kretprobe_blackpoint kretprobe_blacklist[];