Searched refs:intel_perf_record_header (Results 1 – 6 of 6) sorted by relevance
297 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()
203 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()
1016 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()
430 struct intel_perf_record_header { struct
229 sizeof(struct intel_perf_record_header); in i915_perf_stream_read_samples()
2457 - intel/perf: Replace drm_i915_perf_record_header by intel_perf_record_header