Searched refs:hw_cache_event_ids (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 7175 memcpy(hybrid_var(pmu, hw_cache_event_ids), glc_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_glc() 7194 memcpy(hybrid_var(pmu, hw_cache_event_ids), glp_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_grt() 7196 hybrid_var(pmu, hw_cache_event_ids)[C(ITLB)][C(OP_READ)][C(RESULT_ACCESS)] = -1; in intel_pmu_init_grt() 7342 memcpy(hw_cache_event_ids, core2_hw_cache_event_ids, in intel_pmu_init() 7343 sizeof(hw_cache_event_ids)); in intel_pmu_init() 7356 memcpy(hw_cache_event_ids, nehalem_hw_cache_event_ids, in intel_pmu_init() 7357 sizeof(hw_cache_event_ids)); in intel_pmu_init() 7392 memcpy(hw_cache_event_ids, atom_hw_cache_event_ids, in intel_pmu_init() 7393 sizeof(hw_cache_event_ids)); in intel_pmu_init() 7409 memcpy(hw_cache_event_ids, slm_hw_cache_event_ids, in intel_pmu_init() [all …]
|
| /linux/arch/x86/events/ |
| H A D | core.c | 111 u64 __read_mostly hw_cache_event_ids variable 398 val = hybrid_var(event->pmu, hw_cache_event_ids)[cache_type][cache_op][cache_result]; in set_ext_hw_attr()
|