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.c11971 char *legacy_probe = NULL; in bpf_program__attach_kprobe_opts() local
12018 legacy_probe = strdup(probe_name); in bpf_program__attach_kprobe_opts()
12019 if (!legacy_probe) in bpf_program__attach_kprobe_opts()
12022 pfd = perf_event_kprobe_open_legacy(legacy_probe, retprobe, func_name, in bpf_program__attach_kprobe_opts()
12046 perf_link->legacy_probe_name = legacy_probe; in bpf_program__attach_kprobe_opts()
12055 remove_kprobe_event_legacy(legacy_probe, retprobe); in bpf_program__attach_kprobe_opts()
12057 free(legacy_probe); in bpf_program__attach_kprobe_opts()
13201 char *legacy_probe = NULL; in bpf_program__attach_uprobe_opts() local
13289 legacy_probe = strdup(probe_name); in bpf_program__attach_uprobe_opts()
13290 if (!legacy_probe) in bpf_program__attach_uprobe_opts()
[all …]