| /linux/tools/perf/util/bpf_skel/ |
| H A D | bpf_prog_profiler.bpf.c | 18 __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 D | bperf_leader.bpf.c | 17 __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 D | bperf_cgroup.bpf.c | 33 __uint(value_size, sizeof(struct bpf_perf_event_value)); 41 __uint(value_size, sizeof(struct bpf_perf_event_value)); 147 struct bpf_perf_event_value val, delta, *prev_val, *cgrp_val; in bperf_cgroup_count()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_pe_preserve_elems.c | 25 struct bpf_perf_event_value val; in BPF_PROG() 33 struct bpf_perf_event_value val; in BPF_PROG()
|
| /linux/samples/bpf/ |
| H A D | tracex6.bpf.c | 24 __type(value, struct bpf_perf_event_value); 59 struct bpf_perf_event_value *val, buf; in BPF_KPROBE()
|
| H A D | trace_event_kern.c | 45 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 D | tracex6_user.c | 27 struct bpf_perf_event_value value2; in check_on_cpu()
|
| /linux/tools/perf/util/ |
| H A D | bpf_counter_cgroup.c | 273 struct bpf_perf_event_value *values; in bperf_cgrp__read()
|
| H A D | bpf_counter.c | 292 struct bpf_perf_event_value values[num_cpu_bpf]; in bpf_program_profiler__read() 695 struct bpf_perf_event_value values[num_cpu_bpf]; in bperf__read()
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 583 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() 1479 struct bpf_perf_event_value *, buf, u32, size) in BPF_CALL_3() argument 1483 if (unlikely(size != sizeof(struct bpf_perf_event_value))) in BPF_CALL_3()
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 3108 * long bpf_perf_event_read_value(struct bpf_map *map, u64 flags, struct bpf_perf_event_value *buf, u32 buf_size) 3158 * long bpf_perf_prog_read_value(struct bpf_perf_event_data *ctx, struct bpf_perf_event_value *buf, u32 buf_size) 7260 struct bpf_perf_event_value { 7225 struct bpf_perf_event_value { global() struct 7226 counterbpf_perf_event_value global() argument 7227 enabledbpf_perf_event_value global() argument 7228 runningbpf_perf_event_value global() argument
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 3108 * long bpf_perf_event_read_value(struct bpf_map *map, u64 flags, struct bpf_perf_event_value *buf, u32 buf_size) 3158 * long bpf_perf_prog_read_value(struct bpf_perf_event_data *ctx, struct bpf_perf_event_value *buf, u32 buf_size) 7259 struct bpf_perf_event_value { 7225 struct bpf_perf_event_value { global() struct 7226 counterbpf_perf_event_value global() argument 7227 enabledbpf_perf_event_value global() argument 7228 runningbpf_perf_event_value global() argument
|