Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/events/intel/
Dds.c1801 u64 format_size; in setup_pebs_adaptive_sample_data() local
1813 format_size = basic->format_size; in setup_pebs_adaptive_sample_data()
1834 data->weight.var3_w = format_size >> PEBS_RETIRE_LATENCY_OFFSET & PEBS_LATENCY_MASK; in setup_pebs_adaptive_sample_data()
1841 if (format_size & PEBS_DATACFG_MEMINFO) { in setup_pebs_adaptive_sample_data()
1846 if (format_size & PEBS_DATACFG_GP) { in setup_pebs_adaptive_sample_data()
1859 if (format_size & PEBS_DATACFG_MEMINFO) { in setup_pebs_adaptive_sample_data()
1900 if (format_size & PEBS_DATACFG_XMMS) { in setup_pebs_adaptive_sample_data()
1907 if (format_size & PEBS_DATACFG_LBRS) { in setup_pebs_adaptive_sample_data()
1909 int num_lbr = ((format_size >> PEBS_DATACFG_LBR_SHIFT) in setup_pebs_adaptive_sample_data()
1919 WARN_ONCE(next_record != __pebs + (format_size >> 48), in setup_pebs_adaptive_sample_data()
[all …]
/Linux-v6.6/arch/x86/include/asm/
Dperf_event.h404 u64 format_size; member
/Linux-v6.6/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c6905 u8 format_size = (u8)GET_MFW_FIELD(header, in qed_parse_mcp_trace_buf() local
6908 if (data_size < format_size) in qed_parse_mcp_trace_buf()
6912 format_size, in qed_parse_mcp_trace_buf()
6914 data_size -= format_size; in qed_parse_mcp_trace_buf()