Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dtest_pe_preserve_elems.c27 return bpf_perf_event_read_value(&array_1, 0, &val, sizeof(val)); in BPF_PROG()
35 return bpf_perf_event_read_value(&array_2, 0, &val, sizeof(val)); in BPF_PROG()
/linux/tools/perf/util/bpf_skel/
A Dbpf_prog_profiler.bpf.c45 err = bpf_perf_event_read_value(&events, key, ptr, sizeof(*ptr)); in BPF_PROG()
84 err = bpf_perf_event_read_value(&events, cpu, &reading, sizeof(reading)); in BPF_PROG()
A Dbperf_leader.bpf.c44 err = bpf_perf_event_read_value(&events, key, &val, sizeof(val)); in BPF_PROG()
A Dbperf_cgroup.bpf.c144 err = bpf_perf_event_read_value(&events, key, &val, sizeof(val)); in bperf_cgroup_count()
/linux/tools/bpf/bpftool/skeleton/
A Dprofiler.bpf.c59 err = bpf_perf_event_read_value(&events, key, &reading, in BPF_PROG()
104 err = bpf_perf_event_read_value(&events, cpu + i * num_cpu, in BPF_PROG()
/linux/samples/bpf/
A Dtracex6_kern.c55 error = bpf_perf_event_read_value(&counters, key, &buf, sizeof(buf)); in bpf_prog2()
/linux/kernel/trace/
A Dbpf_trace.c587 BPF_CALL_4(bpf_perf_event_read_value, struct bpf_map *, map, u64, flags, in BPF_CALL_4() argument
605 .func = bpf_perf_event_read_value,

Completed in 14 milliseconds