Searched refs:kretprobe_blacklist (Results 1 – 9 of 9) sorted by relevance
1849 for (i = 0; kretprobe_blacklist[i].name != NULL; i++) { in register_kretprobe()1850 if (kretprobe_blacklist[i].addr == addr) in register_kretprobe()2153 for (i = 0; kretprobe_blacklist[i].name != NULL; i++) { in init_kprobes()2154 kprobe_lookup_name(kretprobe_blacklist[i].name, in init_kprobes()2155 kretprobe_blacklist[i].addr); in init_kprobes()2156 if (!kretprobe_blacklist[i].addr) in init_kprobes()2158 kretprobe_blacklist[i].name); in init_kprobes()
25 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable
27 struct kretprobe_blackpoint kretprobe_blacklist[] = { { NULL, NULL } }; variable28 const int kretprobe_blacklist_size = ARRAY_SIZE(kretprobe_blacklist);
107 struct kretprobe_blackpoint kretprobe_blacklist[] = { variable113 const int kretprobe_blacklist_size = ARRAY_SIZE(kretprobe_blacklist);
241 extern struct kretprobe_blackpoint kretprobe_blacklist[];
43 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable
47 struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}; variable
40 struct kretprobe_blackpoint kretprobe_blacklist[] = { }; variable