Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dds.c79 static u64 pebs_data_source[] = { variable
101 pebs_data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in intel_pmu_pebs_data_source_nhm()
102 pebs_data_source[0x06] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in intel_pmu_pebs_data_source_nhm()
103 pebs_data_source[0x07] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in intel_pmu_pebs_data_source_nhm()
119 __intel_pmu_pebs_data_source_skl(pmem, pebs_data_source); in intel_pmu_pebs_data_source_skl()
131 __intel_pmu_pebs_data_source_grt(pebs_data_source); in intel_pmu_pebs_data_source_grt()
138 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX].pebs_data_source; in intel_pmu_pebs_data_source_adl()
139 memcpy(data_source, pebs_data_source, sizeof(pebs_data_source)); in intel_pmu_pebs_data_source_adl()
142 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_ATOM_IDX].pebs_data_source; in intel_pmu_pebs_data_source_adl()
[all...]
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dds.c62 static u64 pebs_data_source[] = { variable
84 pebs_data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in intel_pmu_pebs_data_source_nhm()
85 pebs_data_source[0x06] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in intel_pmu_pebs_data_source_nhm()
86 pebs_data_source[0x07] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in intel_pmu_pebs_data_source_nhm()
93 pebs_data_source[0x08] = OP_LH | pmem_or_l4 | P(SNOOP, HIT); in intel_pmu_pebs_data_source_skl()
94 pebs_data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in intel_pmu_pebs_data_source_skl()
95 pebs_data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in intel_pmu_pebs_data_source_skl()
96 pebs_data_source[0x0c] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOPX, FWD); in intel_pmu_pebs_data_source_skl()
97 pebs_data_source[0x0d] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOP, HITM); in intel_pmu_pebs_data_source_skl()
176 val = pebs_data_source[ds in load_latency_data()
[all...]
/kernel/linux/linux-6.6/arch/x86/events/
H A Dperf_event.h683 u64 pebs_data_source[PERF_PEBS_DATA_SOURCE_MAX]; member

Completed in 7 milliseconds