Searched refs:pebs_data_source (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/x86/events/intel/ | 
| D | ds.c | 61 static u64 pebs_data_source[] = {  variable83 	pebs_data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT);  in intel_pmu_pebs_data_source_nhm()
 84 	pebs_data_source[0x06] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM);  in intel_pmu_pebs_data_source_nhm()
 85 	pebs_data_source[0x07] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM);  in intel_pmu_pebs_data_source_nhm()
 92 	pebs_data_source[0x08] = OP_LH | pmem_or_l4 | P(SNOOP, HIT);  in intel_pmu_pebs_data_source_skl()
 93 	pebs_data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT);  in intel_pmu_pebs_data_source_skl()
 94 	pebs_data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE);  in intel_pmu_pebs_data_source_skl()
 95 	pebs_data_source[0x0c] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOPX, FWD);  in intel_pmu_pebs_data_source_skl()
 96 	pebs_data_source[0x0d] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOP, HITM);  in intel_pmu_pebs_data_source_skl()
 175 	val = pebs_data_source[dse.ld_dse];  in load_latency_data()
 
 |