Home
last modified time | relevance | path

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

/linux-6.14.4/tools/bpf/bpftool/skeleton/
Dprofiler.bpf.c7 struct bpf_perf_event_value___local { struct
24 __uint(value_size, sizeof(struct bpf_perf_event_value___local)); argument
31 __uint(value_size, sizeof(struct bpf_perf_event_value___local));
48 struct bpf_perf_event_value___local *ptrs[MAX_NUM_METRICS]; in BPF_PROG()
62 struct bpf_perf_event_value___local reading; in BPF_PROG()
77 fexit_update_maps(u32 id, struct bpf_perf_event_value___local *after) in fexit_update_maps()
79 struct bpf_perf_event_value___local *before, diff; in fexit_update_maps()
84 struct bpf_perf_event_value___local *accum; in fexit_update_maps()
102 struct bpf_perf_event_value___local readings[MAX_NUM_METRICS]; in BPF_PROG()