Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Dbpf_prog_profiler.bpf.c18 __uint(value_size, sizeof(struct bpf_perf_event_value));
26 __uint(value_size, sizeof(struct bpf_perf_event_value));
36 struct bpf_perf_event_value *ptr; in BPF_PROG()
53 fexit_update_maps(struct bpf_perf_event_value *after) in fexit_update_maps()
55 struct bpf_perf_event_value *before, diff; in fexit_update_maps()
61 struct bpf_perf_event_value *accum; in fexit_update_maps()
79 struct bpf_perf_event_value reading; in BPF_PROG()
H A Dbperf_leader.bpf.c17 __uint(value_size, sizeof(struct bpf_perf_event_value));
24 __uint(value_size, sizeof(struct bpf_perf_event_value));
31 struct bpf_perf_event_value val, *prev_val, *diff_val; in BPF_PROG()
H A Dbperf_cgroup.bpf.c35 __uint(value_size, sizeof(struct bpf_perf_event_value));
43 __uint(value_size, sizeof(struct bpf_perf_event_value));
149 struct bpf_perf_event_value val, delta, *prev_val, *cgrp_val; in bperf_cgroup_count()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_pe_preserve_elems.c25 struct bpf_perf_event_value val; in BPF_PROG()
33 struct bpf_perf_event_value val; in BPF_PROG()
/linux/samples/bpf/
H A Dtracex6.bpf.c24 __type(value, struct bpf_perf_event_value);
59 struct bpf_perf_event_value *val, buf; in BPF_KPROBE()
H A Dtrace_event_kern.c45 struct bpf_perf_event_value value_buf; in bpf_prog1()
62 ret = bpf_perf_prog_read_value(ctx, (void *)&value_buf, sizeof(struct bpf_perf_event_value)); in bpf_prog1()
H A Dtracex6_user.c27 struct bpf_perf_event_value value2; in check_on_cpu()
/linux/tools/perf/util/
H A Dbpf_counter_cgroup.c237 struct bpf_perf_event_value *values; in bperf_cgrp__read()
/linux/tools/bpf/bpftool/
H A Dprog.c1984 struct bpf_perf_event_value val;
2128 struct bpf_perf_event_value values[num_cpu]; in profile_read_values()
2174 struct bpf_perf_event_value *val = &metrics[m].val; in profile_print_readings_plain()
/linux/kernel/trace/
H A Dbpf_trace.c583 struct bpf_perf_event_value *, buf, u32, size) in BPF_CALL_4() argument
587 if (unlikely(size != sizeof(struct bpf_perf_event_value))) in BPF_CALL_4()
1766 struct bpf_perf_event_value *, buf, u32, size) in BPF_CALL_3() argument
1770 if (unlikely(size != sizeof(struct bpf_perf_event_value))) in BPF_CALL_3()
/linux/include/uapi/linux/
H A Dbpf.h7116 struct bpf_perf_event_value { struct
/linux/tools/include/uapi/linux/
H A Dbpf.h7116 struct bpf_perf_event_value { struct