Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c59 static u64 pebs_data_source[] = { variable
81 pebs_data_source[0x05] = OP_LH | P(LVL, L3) | P(SNOOP, HIT); in intel_pmu_pebs_data_source_nhm()
82 pebs_data_source[0x06] = OP_LH | P(LVL, L3) | P(SNOOP, HITM); in intel_pmu_pebs_data_source_nhm()
83 pebs_data_source[0x07] = OP_LH | P(LVL, L3) | P(SNOOP, HITM); in intel_pmu_pebs_data_source_nhm()
164 val = pebs_data_source[dse.ld_dse]; in load_latency_data()