Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
A Dds.c1915 u64 format_size; in setup_pebs_adaptive_sample_data() local
1927 format_size = basic->format_size; 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()
2039 format_size >> 48, in setup_pebs_adaptive_sample_data()
[all …]
/linux/arch/x86/include/asm/
A Dperf_event.h425 u64 format_size; member
/linux/drivers/net/ethernet/qlogic/qed/
A 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()

Completed in 31 milliseconds