Searched defs:bpf_perf_event_value (Results 1 – 3 of 3) sorted by relevance
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 7164 struct bpf_perf_event_value { struct 7165 __u64 counter; 7166 __u64 enabled; 7167 __u64 running;
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 7164 struct bpf_perf_event_value { struct 7165 __u64 counter; 7166 __u64 enabled; 7167 __u64 running;
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 583 BPF_CALL_4(bpf_perf_event_read_value,struct bpf_map *,map,u64,flags,struct bpf_perf_event_value *,buf,u32,size) BPF_CALL_4() argument 1753 BPF_CALL_3(bpf_perf_prog_read_value,struct bpf_perf_event_data_kern *,ctx,struct bpf_perf_event_value *,buf,u32,size) BPF_CALL_3() argument
|