Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dds.c1801 u64 format_size; in setup_pebs_adaptive_sample_data() local
1813 format_size = basic->format_size; in setup_pebs_adaptive_sample_data()
1835 data->weight.var3_w = format_size >> PEBS_RETIRE_LATENCY_OFFSET & PEBS_LATENCY_MASK; in setup_pebs_adaptive_sample_data()
1845 if (format_size & PEBS_DATACFG_MEMINFO) { in setup_pebs_adaptive_sample_data()
1850 if (format_size & PEBS_DATACFG_GP) { in setup_pebs_adaptive_sample_data()
1863 if (format_size & PEBS_DATACFG_MEMINFO) { in setup_pebs_adaptive_sample_data()
1904 if (format_size & PEBS_DATACFG_XMMS) { in setup_pebs_adaptive_sample_data()
1911 if (format_size & PEBS_DATACFG_LBRS) { in setup_pebs_adaptive_sample_data()
1913 int num_lbr = ((format_size >> PEBS_DATACFG_LBR_SHIFT) in setup_pebs_adaptive_sample_data()
1923 WARN_ONCE(next_record != __pebs + (format_size >> 48), in setup_pebs_adaptive_sample_data()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dperf_event.h428 u64 format_size; member
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A 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()