Searched refs:pebs_data_source (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/x86/events/intel/ |
D | ds.c | 70 static u64 pebs_data_source[] = { variable 92 pebs_data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in intel_pmu_pebs_data_source_nhm() 93 pebs_data_source[0x06] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in intel_pmu_pebs_data_source_nhm() 94 pebs_data_source[0x07] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in intel_pmu_pebs_data_source_nhm() 110 __intel_pmu_pebs_data_source_skl(pmem, pebs_data_source); in intel_pmu_pebs_data_source_skl() 122 __intel_pmu_pebs_data_source_grt(pebs_data_source); in intel_pmu_pebs_data_source_grt() 129 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_CORE_IDX].pebs_data_source; in intel_pmu_pebs_data_source_adl() 130 memcpy(data_source, pebs_data_source, sizeof(pebs_data_source)); in intel_pmu_pebs_data_source_adl() 133 data_source = x86_pmu.hybrid_pmu[X86_HYBRID_PMU_ATOM_IDX].pebs_data_source; in intel_pmu_pebs_data_source_adl() 134 memcpy(data_source, pebs_data_source, sizeof(pebs_data_source)); in intel_pmu_pebs_data_source_adl() [all …]
|
/linux-6.1.9/arch/x86/events/ |
D | perf_event.h | 679 u64 pebs_data_source[PERF_PEBS_DATA_SOURCE_MAX]; member
|