Searched refs:kretprobe_blacklist (Results 1 – 6 of 6) sorted by relevance
2189 for (i = 0; kretprobe_blacklist[i].name != NULL; i++) { in register_kretprobe()2190 if (kretprobe_blacklist[i].addr == addr) in register_kretprobe()2681 for (i = 0; kretprobe_blacklist[i].name != NULL; i++) { in init_kprobes()2682 kretprobe_blacklist[i].addr = in init_kprobes()2683 kprobe_lookup_name(kretprobe_blacklist[i].name, 0); in init_kprobes()2684 if (!kretprobe_blacklist[i].addr) in init_kprobes()2686 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
270 extern struct kretprobe_blackpoint kretprobe_blacklist[];
34 struct kretprobe_blackpoint kretprobe_blacklist[] = { }; variable
101 struct kretprobe_blackpoint kretprobe_blacklist[] = { variable107 const int kretprobe_blacklist_size = ARRAY_SIZE(kretprobe_blacklist);