Searched refs:hw_cache_event_ids (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/x86/events/intel/ |
D | core.c | 3963 memcpy(hw_cache_event_ids, core2_hw_cache_event_ids, in intel_pmu_init() 3964 sizeof(hw_cache_event_ids)); in intel_pmu_init() 3977 memcpy(hw_cache_event_ids, nehalem_hw_cache_event_ids, in intel_pmu_init() 3978 sizeof(hw_cache_event_ids)); in intel_pmu_init() 4012 memcpy(hw_cache_event_ids, atom_hw_cache_event_ids, in intel_pmu_init() 4013 sizeof(hw_cache_event_ids)); in intel_pmu_init() 4027 memcpy(hw_cache_event_ids, slm_hw_cache_event_ids, in intel_pmu_init() 4028 sizeof(hw_cache_event_ids)); in intel_pmu_init() 4046 memcpy(hw_cache_event_ids, glm_hw_cache_event_ids, in intel_pmu_init() 4047 sizeof(hw_cache_event_ids)); in intel_pmu_init() [all …]
|
D | p6.c | 276 memcpy(hw_cache_event_ids, p6_hw_cache_event_ids, in p6_pmu_init() 277 sizeof(hw_cache_event_ids)); in p6_pmu_init()
|
D | knc.c | 318 memcpy(hw_cache_event_ids, knc_hw_cache_event_ids, in knc_pmu_init() 319 sizeof(hw_cache_event_ids)); in knc_pmu_init()
|
D | 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()
|
/Linux-v4.19/arch/x86/events/amd/ |
D | core.c | 718 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids, in amd_pmu_init() 719 sizeof(hw_cache_event_ids)); in amd_pmu_init()
|
/Linux-v4.19/arch/x86/events/ |
D | perf_event.h | 725 extern u64 __read_mostly hw_cache_event_ids
|
D | core.c | 54 u64 __read_mostly hw_cache_event_ids variable 323 val = hw_cache_event_ids[cache_type][cache_op][cache_result]; in set_ext_hw_attr()
|