Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dperf_event.h83 struct perf_raw_frag { struct
85 struct perf_raw_frag *next; argument
94 struct perf_raw_frag frag; argument
98 static __always_inline bool perf_raw_frag_last(const struct perf_raw_frag *frag) in perf_raw_frag_last()
1292 struct perf_raw_frag *frag = &raw->frag; in perf_sample_save_raw_data()
/linux/kernel/trace/
H A Dbpf_trace.c720 struct perf_raw_frag frag = { in bpf_event_output()
/linux/kernel/events/
H A Dcore.c7523 struct perf_raw_frag *frag = &raw->frag; in perf_output_sample()