Home
last modified time | relevance | path

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

/linux-6.15/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()
1329 struct perf_raw_frag *frag = &raw->frag; in perf_sample_save_raw_data()
/linux-6.15/kernel/trace/
H A Dbpf_trace.c717 struct perf_raw_frag frag = { in bpf_event_output()
/linux-6.15/kernel/events/
H A Dcore.c7796 struct perf_raw_frag *frag = &raw->frag; in perf_output_sample()