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

/linux-master/arch/x86/events/intel/
H A Dds.c1802 u64 format_size; local
1814 format_size = basic->format_size;
1835 data->weight.var3_w = format_size >> PEBS_RETIRE_LATENCY_OFFSET & PEBS_LATENCY_MASK;
1842 if (format_size & PEBS_DATACFG_MEMINFO) {
1847 if (format_size & PEBS_DATACFG_GP) {
1860 if (format_size & PEBS_DATACFG_MEMINFO) {
1901 if (format_size & PEBS_DATACFG_XMMS) {
1908 if (format_size & PEBS_DATACFG_LBRS) {
1910 int num_lbr = ((format_size >> PEBS_DATACFG_LBR_SHIF
[all...]
/linux-master/arch/x86/include/asm/
H A Dperf_event.h417 u64 format_size; member in struct:pebs_basic
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c6904 u8 format_size = (u8)GET_MFW_FIELD(header, local
6907 if (data_size < format_size)
6911 format_size,
6913 data_size -= format_size;

Completed in 195 milliseconds