Searched refs:kretprobe_blacklist (Results 1 – 6 of 6) sorted by relevance
2225 for (i = 0; kretprobe_blacklist[i].name != NULL; i++) { in register_kretprobe()2226 if (kretprobe_blacklist[i].addr == addr) in register_kretprobe()2731 for (i = 0; kretprobe_blacklist[i].name != NULL; i++) { in init_kprobes()2732 kretprobe_blacklist[i].addr = in init_kprobes()2733 kprobe_lookup_name(kretprobe_blacklist[i].name, 0); in init_kprobes()2734 if (!kretprobe_blacklist[i].addr) in init_kprobes()2736 kretprobe_blacklist[i].name); in init_kprobes()
48 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable
34 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable
101 struct kretprobe_blackpoint kretprobe_blacklist[] = { variable107 const int kretprobe_blacklist_size = ARRAY_SIZE(kretprobe_blacklist);
33 struct kretprobe_blackpoint kretprobe_blacklist[] = { }; variable
270 extern struct kretprobe_blackpoint kretprobe_blacklist[];