Searched refs:hw_cache_event_ids (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel.c | 3062 memcpy(hw_cache_event_ids, core2_hw_cache_event_ids, in intel_pmu_init() 3063 sizeof(hw_cache_event_ids)); in intel_pmu_init() 3075 memcpy(hw_cache_event_ids, nehalem_hw_cache_event_ids, in intel_pmu_init() 3076 sizeof(hw_cache_event_ids)); in intel_pmu_init() 3106 memcpy(hw_cache_event_ids, atom_hw_cache_event_ids, in intel_pmu_init() 3107 sizeof(hw_cache_event_ids)); in intel_pmu_init() 3119 memcpy(hw_cache_event_ids, slm_hw_cache_event_ids, in intel_pmu_init() 3120 sizeof(hw_cache_event_ids)); in intel_pmu_init() 3136 memcpy(hw_cache_event_ids, westmere_hw_cache_event_ids, in intel_pmu_init() 3137 sizeof(hw_cache_event_ids)); in intel_pmu_init() [all …]
|
D | perf_event_p6.c | 275 memcpy(hw_cache_event_ids, p6_hw_cache_event_ids, in p6_pmu_init() 276 sizeof(hw_cache_event_ids)); in p6_pmu_init()
|
D | perf_event_knc.c | 315 memcpy(hw_cache_event_ids, knc_hw_cache_event_ids, in knc_pmu_init() 316 sizeof(hw_cache_event_ids)); in knc_pmu_init()
|
D | perf_event_amd.c | 697 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids, in amd_pmu_init() 698 sizeof(hw_cache_event_ids)); in amd_pmu_init()
|
D | perf_event_p4.c | 1354 memcpy(hw_cache_event_ids, p4_hw_cache_event_ids, in p4_pmu_init() 1355 sizeof(hw_cache_event_ids)); in p4_pmu_init()
|
D | perf_event.h | 674 extern u64 __read_mostly hw_cache_event_ids
|
D | perf_event.c | 50 u64 __read_mostly hw_cache_event_ids variable 310 val = hw_cache_event_ids[cache_type][cache_op][cache_result]; in set_ext_hw_attr()
|