Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dcore.c5042 memcpy(hw_cache_event_ids, core2_hw_cache_event_ids, in intel_pmu_init()
5043 sizeof(hw_cache_event_ids)); in intel_pmu_init()
5056 memcpy(hw_cache_event_ids, nehalem_hw_cache_event_ids, in intel_pmu_init()
5057 sizeof(hw_cache_event_ids)); in intel_pmu_init()
5092 memcpy(hw_cache_event_ids, atom_hw_cache_event_ids, in intel_pmu_init()
5093 sizeof(hw_cache_event_ids)); in intel_pmu_init()
5109 memcpy(hw_cache_event_ids, slm_hw_cache_event_ids, in intel_pmu_init()
5110 sizeof(hw_cache_event_ids)); in intel_pmu_init()
5129 memcpy(hw_cache_event_ids, glm_hw_cache_event_ids, in intel_pmu_init()
5130 sizeof(hw_cache_event_ids)); in intel_pmu_init()
[all …]
H A Dp6.c276 memcpy(hw_cache_event_ids, p6_hw_cache_event_ids, in p6_pmu_init()
277 sizeof(hw_cache_event_ids)); in p6_pmu_init()
H A Dknc.c318 memcpy(hw_cache_event_ids, knc_hw_cache_event_ids, in knc_pmu_init()
319 sizeof(hw_cache_event_ids)); in knc_pmu_init()
H A Dp4.c1355 memcpy(hw_cache_event_ids, p4_hw_cache_event_ids, in p4_pmu_init()
1356 sizeof(hw_cache_event_ids)); in p4_pmu_init()
/OK3568_Linux_fs/kernel/arch/x86/events/zhaoxin/
H A Dcore.c571 memcpy(hw_cache_event_ids, zxd_hw_cache_event_ids, in zhaoxin_pmu_init()
572 sizeof(hw_cache_event_ids)); in zhaoxin_pmu_init()
582 memcpy(hw_cache_event_ids, zxe_hw_cache_event_ids, in zhaoxin_pmu_init()
583 sizeof(hw_cache_event_ids)); in zhaoxin_pmu_init()
/OK3568_Linux_fs/kernel/arch/x86/events/amd/
H A Dcore.c1019 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids_f17h, sizeof(hw_cache_event_ids)); in amd_pmu_init()
1021 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in amd_pmu_init()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dperf_event.h933 extern u64 __read_mostly hw_cache_event_ids
H A Dcore.c86 u64 __read_mostly hw_cache_event_ids variable
357 val = hw_cache_event_ids[cache_type][cache_op][cache_result]; in set_ext_hw_attr()