Home
last modified time | relevance | path

Searched refs:format_size (Results 1 – 5 of 5) sorted by relevance

/linux-5.15/arch/x86/events/intel/ !
A Dds.c1633 u64 format_size; in setup_pebs_adaptive_sample_data() local
1645 format_size = basic->format_size; in setup_pebs_adaptive_sample_data()
1671 if (format_size & PEBS_DATACFG_MEMINFO) { in setup_pebs_adaptive_sample_data()
1676 if (format_size & PEBS_DATACFG_GP) { in setup_pebs_adaptive_sample_data()
1689 if (format_size & PEBS_DATACFG_MEMINFO) { in setup_pebs_adaptive_sample_data()
1723 if (format_size & PEBS_DATACFG_XMMS) { in setup_pebs_adaptive_sample_data()
1730 if (format_size & PEBS_DATACFG_LBRS) { in setup_pebs_adaptive_sample_data()
1732 int num_lbr = ((format_size >> PEBS_DATACFG_LBR_SHIFT) in setup_pebs_adaptive_sample_data()
1742 WARN_ONCE(next_record != __pebs + (format_size >> 48), in setup_pebs_adaptive_sample_data()
1744 format_size >> 48, in setup_pebs_adaptive_sample_data()
[all …]
/linux-5.15/drivers/gpu/drm/i915/ !
A Di915_perf_types.h252 int format_size; member
A Di915_perf.c459 int report_size = stream->oa_buffer.format_size; in oa_buffer_check_unlocked()
596 int report_size = stream->oa_buffer.format_size; in append_oa_sample()
646 int report_size = stream->oa_buffer.format_size; in gen8_append_oa_reports()
939 int report_size = stream->oa_buffer.format_size; in gen7_append_oa_reports()
2856 int format_size; in i915_oa_stream_init() local
2905 format_size = perf->oa_formats[props->oa_format].size; in i915_oa_stream_init()
2908 stream->sample_size += format_size; in i915_oa_stream_init()
2910 stream->oa_buffer.format_size = format_size; in i915_oa_stream_init()
2911 if (drm_WARN_ON(&i915->drm, stream->oa_buffer.format_size == 0)) in i915_oa_stream_init()
/linux-5.15/arch/x86/include/asm/ !
H A Dperf_event.h346 u64 format_size; member
/linux-5.15/drivers/net/ethernet/qlogic/qed/ !
A Dqed_debug.c6459 u8 format_size = (u8)GET_MFW_FIELD(header, in qed_parse_mcp_trace_buf() local
6462 if (data_size < format_size) in qed_parse_mcp_trace_buf()
6466 format_size, in qed_parse_mcp_trace_buf()
6468 data_size -= format_size; in qed_parse_mcp_trace_buf()