Searched refs:perf_link (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c57 struct bpf_perf_link___local *perf_link; local
60 perf_link = container_of(link, struct bpf_perf_link___local, link);
61 event = BPF_CORE_READ(perf_link, perf_file, private_data);
/linux-master/kernel/bpf/
H A Dsyscall.c3597 struct bpf_perf_link *perf_link = container_of(link, struct bpf_perf_link, link); local
3598 struct perf_event *event = perf_link->perf_file->private_data;
3601 fput(perf_link->perf_file);
3606 struct bpf_perf_link *perf_link = container_of(link, struct bpf_perf_link, link); local
3608 kfree(perf_link);
3741 struct bpf_perf_link *perf_link; local
3744 perf_link = container_of(link, struct bpf_perf_link, link);
3745 event = perf_get_event(perf_link->perf_file);
/linux-master/tools/lib/bpf/
H A Dlibbpf.c10671 struct bpf_link_perf *perf_link = container_of(link, struct bpf_link_perf, link); local
10674 if (ioctl(perf_link->perf_event_fd, PERF_EVENT_IOC_DISABLE, 0) < 0)
10677 if (perf_link->perf_event_fd != link->fd)
10678 close(perf_link->perf_event_fd);
10682 if (perf_link->legacy_probe_name) {
10683 if (perf_link->legacy_is_kprobe) {
10684 err = remove_kprobe_event_legacy(perf_link->legacy_probe_name,
10685 perf_link->legacy_is_retprobe);
10687 err = remove_uprobe_event_legacy(perf_link->legacy_probe_name,
10688 perf_link
10697 struct bpf_link_perf *perf_link = container_of(link, struct bpf_link_perf, link); local
11182 struct bpf_link_perf *perf_link = container_of(link, struct bpf_link_perf, link); local
12126 struct bpf_link_perf *perf_link = container_of(link, struct bpf_link_perf, link); local
[all...]

Completed in 188 milliseconds