Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/events/intel/
Dds.c1915 u64 format_size; in setup_pebs_adaptive_sample_data() local
1927 format_size = basic->format_size; in setup_pebs_adaptive_sample_data()
1949 data->weight.var3_w = format_size >> PEBS_RETIRE_LATENCY_OFFSET & PEBS_LATENCY_MASK; in setup_pebs_adaptive_sample_data()
1959 if (format_size & PEBS_DATACFG_MEMINFO) { in setup_pebs_adaptive_sample_data()
1964 if (format_size & PEBS_DATACFG_GP) { in setup_pebs_adaptive_sample_data()
1977 if (format_size & PEBS_DATACFG_MEMINFO) { in setup_pebs_adaptive_sample_data()
2018 if (format_size & PEBS_DATACFG_XMMS) { in setup_pebs_adaptive_sample_data()
2025 if (format_size & PEBS_DATACFG_LBRS) { in setup_pebs_adaptive_sample_data()
2027 int num_lbr = ((format_size >> PEBS_DATACFG_LBR_SHIFT) in setup_pebs_adaptive_sample_data()
2037 WARN_ONCE(next_record != __pebs + (format_size >> 48), in setup_pebs_adaptive_sample_data()
[all …]
/linux-6.12.1/arch/x86/include/asm/
Dperf_event.h425 u64 format_size; member
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c6904 u8 format_size = (u8)GET_MFW_FIELD(header, in qed_parse_mcp_trace_buf() local
6907 if (data_size < format_size) in qed_parse_mcp_trace_buf()
6911 format_size, in qed_parse_mcp_trace_buf()
6913 data_size -= format_size; in qed_parse_mcp_trace_buf()