Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dintel-pt.c1885 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_ptwrite_sample()
1915 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_cbr_sample()
1941 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_psb_sample()
1966 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_mwait_sample()
1991 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_pwre_sample()
2016 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_exstop_sample()
2041 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_pwrx_sample()
2377 sample.raw_size = perf_synth__raw_size(raw) + in intel_pt_synth_events_sample()
2411 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_iflag_chg_sample()
Devent.h361 #define perf_synth__raw_size(d) (sizeof(d) - 4) macro