Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.c11661 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()
[all …]