Searched refs:hw_cache_event_ids (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 7781 memcpy(hybrid_var(pmu, hw_cache_event_ids), glc_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_glc() 7794 …memcpy(hybrid_var(pmu, hw_cache_event_ids), adl_glc_hw_cache_event_ids, sizeof(hw_cache_event_ids)… in intel_pmu_init_glc_hybrid() 7809 memcpy(hybrid_var(pmu, hw_cache_event_ids), glp_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_grt() 7811 hybrid_var(pmu, hw_cache_event_ids)[C(ITLB)][C(OP_READ)][C(RESULT_ACCESS)] = -1; in intel_pmu_init_grt() 7835 …memcpy(hybrid_var(pmu, hw_cache_event_ids), adl_glc_hw_cache_event_ids, sizeof(hw_cache_event_ids)… in intel_pmu_init_lnc() 7844 memcpy(hybrid_var(pmu, hw_cache_event_ids), in intel_pmu_init_pnc() 7845 pnc_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_pnc() 8018 memcpy(hw_cache_event_ids, core2_hw_cache_event_ids, in intel_pmu_init() 8019 sizeof(hw_cache_event_ids)); in intel_pmu_init() 8032 memcpy(hw_cache_event_ids, nehalem_hw_cache_event_ids, in intel_pmu_init() [all …]
|
| /linux/arch/x86/events/amd/ |
| H A D | core.c | 1552 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids_f17h, sizeof(hw_cache_event_ids)); in amd_pmu_init() 1554 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in amd_pmu_init()
|
| /linux/arch/x86/events/ |
| H A D | perf_event.h | 767 u64 hw_cache_event_ids member 1206 extern u64 __read_mostly hw_cache_event_ids
|