Searched refs:bpf_perf_event_value (Results 1 - 14 of 14) sorted by relevance

/linux-master/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;
53 fexit_update_maps(struct bpf_perf_event_value *after)
55 struct bpf_perf_event_value *before, diff;
61 struct bpf_perf_event_value *accum;
79 struct bpf_perf_event_value reading;
H A Dbperf_follower.bpf.c11 __uint(value_size, sizeof(struct bpf_perf_event_value));
18 __uint(value_size, sizeof(struct bpf_perf_event_value));
34 struct bpf_perf_event_value *diff_val, *accum_val;
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;
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;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_pe_preserve_elems.c25 struct bpf_perf_event_value val;
33 struct bpf_perf_event_value val;
/linux-master/samples/bpf/
H A Dtracex6.bpf.c24 __type(value, struct bpf_perf_event_value);
59 struct bpf_perf_event_value *val, buf;
H A Dtrace_event_kern.c45 struct bpf_perf_event_value value_buf;
62 ret = bpf_perf_prog_read_value(ctx, (void *)&value_buf, sizeof(struct bpf_perf_event_value));
H A Dtracex6_user.c27 struct bpf_perf_event_value value2;
/linux-master/tools/perf/util/
H A Dbpf_counter_cgroup.c238 struct bpf_perf_event_value *values;
H A Dbpf_counter.c234 struct bpf_perf_event_value values[num_cpu_bpf];
617 struct bpf_perf_event_value values[num_cpu_bpf];
/linux-master/tools/bpf/bpftool/
H A Dprog.c1970 struct bpf_perf_event_value val;
2114 struct bpf_perf_event_value values[num_cpu];
2160 struct bpf_perf_event_value *val = &metrics[m].val;
/linux-master/kernel/trace/
H A Dbpf_trace.c595 struct bpf_perf_event_value *, buf, u32, size)
599 if (unlikely(size != sizeof(struct bpf_perf_event_value)))
1803 struct bpf_perf_event_value *, buf, u32, size)
1807 if (unlikely(size != sizeof(struct bpf_perf_event_value)))
/linux-master/include/uapi/linux/
H A Dbpf.h2996 * long bpf_perf_event_read_value(struct bpf_map *map, u64 flags, struct bpf_perf_event_value *buf, u32 buf_size)
3046 * long bpf_perf_prog_read_value(struct bpf_perf_event_data *ctx, struct bpf_perf_event_value *buf, u32 buf_size)
7084 struct bpf_perf_event_value { struct
/linux-master/tools/include/uapi/linux/
H A Dbpf.h2996 * long bpf_perf_event_read_value(struct bpf_map *map, u64 flags, struct bpf_perf_event_value *buf, u32 buf_size)
3046 * long bpf_perf_prog_read_value(struct bpf_perf_event_data *ctx, struct bpf_perf_event_value *buf, u32 buf_size)
7084 struct bpf_perf_event_value { struct

Completed in 793 milliseconds