Searched refs:hw_cache_event_ids (Results 1 – 7 of 7) sorted by relevance
/arch/x86/kernel/cpu/ |
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_intel.c | 3306 memcpy(hw_cache_event_ids, core2_hw_cache_event_ids, in intel_pmu_init() 3307 sizeof(hw_cache_event_ids)); in intel_pmu_init() 3319 memcpy(hw_cache_event_ids, nehalem_hw_cache_event_ids, in intel_pmu_init() 3320 sizeof(hw_cache_event_ids)); in intel_pmu_init() 3351 memcpy(hw_cache_event_ids, atom_hw_cache_event_ids, in intel_pmu_init() 3352 sizeof(hw_cache_event_ids)); in intel_pmu_init() 3364 memcpy(hw_cache_event_ids, slm_hw_cache_event_ids, in intel_pmu_init() 3365 sizeof(hw_cache_event_ids)); in intel_pmu_init() 3381 memcpy(hw_cache_event_ids, westmere_hw_cache_event_ids, in intel_pmu_init() 3382 sizeof(hw_cache_event_ids)); in intel_pmu_init() [all …]
|
D | perf_event_knc.c | 317 memcpy(hw_cache_event_ids, knc_hw_cache_event_ids, in knc_pmu_init() 318 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 | 692 extern u64 __read_mostly hw_cache_event_ids
|
D | perf_event.c | 51 u64 __read_mostly hw_cache_event_ids variable 316 val = hw_cache_event_ids[cache_type][cache_op][cache_result]; in set_ext_hw_attr()
|