Searched refs:hw_cache_event_ids (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 7452 memcpy(hybrid_var(pmu, hw_cache_event_ids), glc_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_glc() 7471 memcpy(hybrid_var(pmu, hw_cache_event_ids), glp_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_grt() 7473 hybrid_var(pmu, hw_cache_event_ids)[C(ITLB)][C(OP_READ)][C(RESULT_ACCESS)] = -1; in intel_pmu_init_grt() 7494 memcpy(hybrid_var(pmu, hw_cache_event_ids), in intel_pmu_init_pnc() 7495 pnc_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_pnc() 7649 memcpy(hw_cache_event_ids, core2_hw_cache_event_ids, in intel_pmu_init() 7650 sizeof(hw_cache_event_ids)); in intel_pmu_init() 7663 memcpy(hw_cache_event_ids, nehalem_hw_cache_event_ids, in intel_pmu_init() 7664 sizeof(hw_cache_event_ids)); in intel_pmu_init() 7699 memcpy(hw_cache_event_ids, atom_hw_cache_event_ids, in intel_pmu_init() [all …]
|
| /linux/arch/x86/events/ |
| H A D | perf_event.h | 759 u64 hw_cache_event_ids member 1197 extern u64 __read_mostly hw_cache_event_ids
|
| H A D | core.c | 114 u64 __read_mostly hw_cache_event_ids variable 401 val = hybrid_var(event->pmu, hw_cache_event_ids)[cache_type][cache_op][cache_result]; in set_ext_hw_attr()
|