Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/skeleton/
H A Dprofiler.bpf.c18 __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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtracex6_kern.c23 __type(value, struct bpf_perf_event_value);
52 struct bpf_perf_event_value *val, buf; in bpf_prog2()
H A Dtrace_event_kern.c46 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()
H A Dtracex6_user.c28 struct bpf_perf_event_value value2; in check_on_cpu()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c850 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()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dprog.c1669 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h2840 struct bpf_perf_event_value { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h2840 struct bpf_perf_event_value { struct
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4817 struct bpf_perf_event_value { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4817 struct bpf_perf_event_value { struct