Home
last modified time | relevance | path

Searched refs:legacy_probe (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/ata/
Dpata_legacy.c152 struct legacy_probe { struct
167 int (*setup)(struct platform_device *, struct legacy_probe *probe, argument
173 static struct legacy_probe probe_list[NR_HOST];
195 struct legacy_probe *lp = &probe_list[0]; in legacy_probe_add()
197 struct legacy_probe *free = NULL; in legacy_probe_add()
761 struct legacy_probe *lp, struct legacy_data *ld) in qdi_port()
846 struct legacy_probe *lp, struct legacy_data *ld) in winbond_port()
896 static __init int probe_chip_type(struct legacy_probe *probe) in probe_chip_type()
970 static __init int legacy_init_one(struct legacy_probe *probe) in legacy_init_one()
1214 struct legacy_probe *pl = &probe_list[0]; in legacy_init()
/linux-6.12.1/tools/lib/bpf/
Dlibbpf.c11160 char *legacy_probe = NULL; in bpf_program__attach_kprobe_opts() local
11205 legacy_probe = strdup(probe_name); in bpf_program__attach_kprobe_opts()
11206 if (!legacy_probe) in bpf_program__attach_kprobe_opts()
11209 pfd = perf_event_kprobe_open_legacy(legacy_probe, retprobe, func_name, in bpf_program__attach_kprobe_opts()
11233 perf_link->legacy_probe_name = legacy_probe; in bpf_program__attach_kprobe_opts()
11242 remove_kprobe_event_legacy(legacy_probe, retprobe); in bpf_program__attach_kprobe_opts()
11244 free(legacy_probe); in bpf_program__attach_kprobe_opts()
12061 char errmsg[STRERR_BUFSIZE], *legacy_probe = NULL; in bpf_program__attach_uprobe_opts() local
12148 legacy_probe = strdup(probe_name); in bpf_program__attach_uprobe_opts()
12149 if (!legacy_probe) in bpf_program__attach_uprobe_opts()
[all …]