Searched refs:bpf_perf_event_value (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/skeleton/ |
D | profiler.bpf.c | 18 __uint(value_size, sizeof(struct bpf_perf_event_value)); 25 __uint(value_size, sizeof(struct bpf_perf_event_value)); 42 struct bpf_perf_event_value *ptrs[MAX_NUM_MATRICS]; in BPF_PROG() 56 struct bpf_perf_event_value reading; in BPF_PROG() 71 fexit_update_maps(u32 id, struct bpf_perf_event_value *after) in fexit_update_maps() 73 struct bpf_perf_event_value *before, diff; in fexit_update_maps() 78 struct bpf_perf_event_value *accum; in fexit_update_maps() 96 struct bpf_perf_event_value readings[MAX_NUM_MATRICS]; in BPF_PROG()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/samples/bpf/ |
D | tracex6_kern.c | 23 __type(value, struct bpf_perf_event_value); 52 struct bpf_perf_event_value *val, buf; in bpf_prog2()
|
D | trace_event_kern.c | 46 struct bpf_perf_event_value value_buf; in bpf_prog1() 63 ret = bpf_perf_prog_read_value(ctx, (void *)&value_buf, sizeof(struct bpf_perf_event_value)); in bpf_prog1()
|
D | tracex6_user.c | 28 struct bpf_perf_event_value value2; in check_on_cpu()
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | bpf_trace.c | 850 struct bpf_perf_event_value *, buf, u32, size) in BPF_CALL_4() argument 854 if (unlikely(size != sizeof(struct bpf_perf_event_value))) in BPF_CALL_4() 1492 struct bpf_perf_event_value *, buf, u32, size) in BPF_CALL_3() argument 1496 if (unlikely(size != sizeof(struct bpf_perf_event_value))) in BPF_CALL_3()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | prog.c | 1669 struct bpf_perf_event_value val; 1785 struct bpf_perf_event_value values[num_cpu]; in profile_read_values() 1831 struct bpf_perf_event_value *val = &metrics[m].val; in profile_print_readings_plain()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | bpf.h | 658 struct bpf_perf_event_value { struct
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | bpf.h | 4817 struct bpf_perf_event_value { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | bpf.h | 952 struct bpf_perf_event_value { struct
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | bpf.h | 4817 struct bpf_perf_event_value { struct
|