Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c55 static u64 pebs_data_source[] = { variable
77 pebs_data_source[0x05] = OP_LH | P(LVL, L3) | P(SNOOP, HIT); in intel_pmu_pebs_data_source_nhm()
78 pebs_data_source[0x06] = OP_LH | P(LVL, L3) | P(SNOOP, HITM); in intel_pmu_pebs_data_source_nhm()
79 pebs_data_source[0x07] = OP_LH | P(LVL, L3) | P(SNOOP, HITM); in intel_pmu_pebs_data_source_nhm()
160 val = pebs_data_source[dse.ld_dse]; in load_latency_data()