Searched refs:format_size (Results 1 – 3 of 3) sorted by relevance
1788 u64 format_size; in setup_pebs_adaptive_sample_data() local1800 format_size = basic->format_size; in setup_pebs_adaptive_sample_data()1828 if (format_size & PEBS_DATACFG_MEMINFO) { in setup_pebs_adaptive_sample_data()1833 if (format_size & PEBS_DATACFG_GP) { in setup_pebs_adaptive_sample_data()1846 if (format_size & PEBS_DATACFG_MEMINFO) { in setup_pebs_adaptive_sample_data()1887 if (format_size & PEBS_DATACFG_XMMS) { in setup_pebs_adaptive_sample_data()1894 if (format_size & PEBS_DATACFG_LBRS) { in setup_pebs_adaptive_sample_data()1896 int num_lbr = ((format_size >> PEBS_DATACFG_LBR_SHIFT) in setup_pebs_adaptive_sample_data()1906 WARN_ONCE(next_record != __pebs + (format_size >> 48), in setup_pebs_adaptive_sample_data()1908 format_size >> 48, in setup_pebs_adaptive_sample_data()[all …]
391 u64 format_size; member
6905 u8 format_size = (u8)GET_MFW_FIELD(header, in qed_parse_mcp_trace_buf() local6908 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()
Completed in 25 milliseconds