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

/linux-master/drivers/ata/
H A Dpata_legacy.c152 struct legacy_probe { struct
167 int (*setup)(struct platform_device *, struct legacy_probe *probe,
173 static struct legacy_probe probe_list[NR_HOST];
197 struct legacy_probe *lp = &probe_list[0];
199 struct legacy_probe *free = NULL;
763 struct legacy_probe *lp, struct legacy_data *ld)
848 struct legacy_probe *lp, struct legacy_data *ld)
898 static __init int probe_chip_type(struct legacy_probe *probe)
972 static __init int legacy_init_one(struct legacy_probe *probe)
1216 struct legacy_probe *p
[all...]
/linux-master/tools/lib/bpf/
H A Dlibbpf.c11007 char *legacy_probe = NULL; local
11052 legacy_probe = strdup(probe_name);
11053 if (!legacy_probe)
11056 pfd = perf_event_kprobe_open_legacy(legacy_probe, retprobe, func_name,
11080 perf_link->legacy_probe_name = legacy_probe;
11089 remove_kprobe_event_legacy(legacy_probe, retprobe);
11091 free(legacy_probe);
11863 char errmsg[STRERR_BUFSIZE], *legacy_probe = NULL; local
11950 legacy_probe = strdup(probe_name);
11951 if (!legacy_probe)
[all...]

Completed in 190 milliseconds