Searched refs:bpf_perf_event_value (Results 1 – 9 of 9) sorted by relevance
/tools/perf/util/bpf_skel/ |
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()
|
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()
|
D | bperf_follower.bpf.c | 11 __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; in BPF_PROG()
|
D | bperf_cgroup.bpf.c | 35 __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()
|
/tools/testing/selftests/bpf/progs/ |
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()
|
/tools/perf/util/ |
D | bpf_counter_cgroup.c | 238 struct bpf_perf_event_value *values; in bperf_cgrp__read()
|
D | bpf_counter.c | 231 struct bpf_perf_event_value values[num_cpu_bpf]; in bpf_program_profiler__read() 614 struct bpf_perf_event_value values[num_cpu_bpf]; in bperf__read()
|
/tools/bpf/bpftool/ |
D | prog.c | 1973 struct bpf_perf_event_value val; 2117 struct bpf_perf_event_value values[num_cpu]; in profile_read_values() 2163 struct bpf_perf_event_value *val = &metrics[m].val; in profile_print_readings_plain()
|
/tools/include/uapi/linux/ |
D | bpf.h | 6945 struct bpf_perf_event_value { struct
|