Lines Matching refs:legacy_probe
11661 char *legacy_probe = NULL; in bpf_program__attach_kprobe_opts() local
11706 legacy_probe = strdup(probe_name); in bpf_program__attach_kprobe_opts()
11707 if (!legacy_probe) in bpf_program__attach_kprobe_opts()
11710 pfd = perf_event_kprobe_open_legacy(legacy_probe, retprobe, func_name, in bpf_program__attach_kprobe_opts()
11734 perf_link->legacy_probe_name = legacy_probe; in bpf_program__attach_kprobe_opts()
11743 remove_kprobe_event_legacy(legacy_probe, retprobe); in bpf_program__attach_kprobe_opts()
11745 free(legacy_probe); in bpf_program__attach_kprobe_opts()
12591 char *legacy_probe = NULL; in bpf_program__attach_uprobe_opts() local
12679 legacy_probe = strdup(probe_name); in bpf_program__attach_uprobe_opts()
12680 if (!legacy_probe) in bpf_program__attach_uprobe_opts()
12683 pfd = perf_event_uprobe_open_legacy(legacy_probe, retprobe, in bpf_program__attach_uprobe_opts()
12708 perf_link->legacy_probe_name = legacy_probe; in bpf_program__attach_uprobe_opts()
12716 remove_uprobe_event_legacy(legacy_probe, retprobe); in bpf_program__attach_uprobe_opts()
12718 free(legacy_probe); in bpf_program__attach_uprobe_opts()