Home
last modified time | relevance | path

Searched refs:hw_cache_event_ids (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/events/intel/
H A Dcore.c7439 memcpy(hybrid_var(pmu, hw_cache_event_ids), glc_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_glc()
7458 memcpy(hybrid_var(pmu, hw_cache_event_ids), glp_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_grt()
7460 hybrid_var(pmu, hw_cache_event_ids)[C(ITLB)][C(OP_READ)][C(RESULT_ACCESS)] = -1; in intel_pmu_init_grt()
7481 memcpy(hybrid_var(pmu, hw_cache_event_ids), in intel_pmu_init_pnc()
7482 pnc_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_pnc()
7636 memcpy(hw_cache_event_ids, core2_hw_cache_event_ids, in intel_pmu_init()
7637 sizeof(hw_cache_event_ids)); in intel_pmu_init()
7650 memcpy(hw_cache_event_ids, nehalem_hw_cache_event_ids, in intel_pmu_init()
7651 sizeof(hw_cache_event_ids)); in intel_pmu_init()
7686 memcpy(hw_cache_event_ids, atom_hw_cache_event_ids, in intel_pmu_init()
[all …]
/linux/arch/x86/events/
H A Dperf_event.h759 u64 hw_cache_event_ids member
1197 extern u64 __read_mostly hw_cache_event_ids
H A Dcore.c114 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()