Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/perf/xe/
Dintel_perf.c297 struct intel_perf_record_header *header; in xe_perf_stream_read_error()
304 header = (struct intel_perf_record_header *)buffer; in xe_perf_stream_read_error()
329 const size_t sample_header_size = sample_size + sizeof(struct intel_perf_record_header); in xe_perf_stream_read_samples()
357 struct intel_perf_record_header *header = (struct intel_perf_record_header *)offset; in xe_perf_stream_read_samples()
/external/mesa3d/src/intel/ds/
Dintel_pps_driver.cc203 auto header = reinterpret_cast<const intel_perf_record_header *>(iter); in parse_perf_records()
307 auto record_a = reinterpret_cast<const intel_perf_record_header *>(records[0].data.data()); in gpu_next()
308 auto record_b = reinterpret_cast<const intel_perf_record_header *>(records[1].data.data()); in gpu_next()
/external/mesa3d/src/intel/perf/
Dintel_perf_query.c1016 const struct intel_perf_record_header *header = in read_oa_samples_until()
1017 (const struct intel_perf_record_header *) &buf->buf[offset]; in read_oa_samples_until()
1287 const struct intel_perf_record_header *header = in accumulate_oa_reports()
1288 (const struct intel_perf_record_header *)(buf->buf + offset); in accumulate_oa_reports()
Dintel_perf.h430 struct intel_perf_record_header { struct
/external/mesa3d/src/intel/perf/i915/
Dintel_perf.c229 sizeof(struct intel_perf_record_header); in i915_perf_stream_read_samples()
/external/mesa3d/docs/relnotes/
D24.2.0.rst2457 - intel/perf: Replace drm_i915_perf_record_header by intel_perf_record_header