Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel.c3062 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 …]
Dperf_event_p6.c275 memcpy(hw_cache_event_ids, p6_hw_cache_event_ids, in p6_pmu_init()
276 sizeof(hw_cache_event_ids)); in p6_pmu_init()
Dperf_event_knc.c315 memcpy(hw_cache_event_ids, knc_hw_cache_event_ids, in knc_pmu_init()
316 sizeof(hw_cache_event_ids)); in knc_pmu_init()
Dperf_event_amd.c697 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids, in amd_pmu_init()
698 sizeof(hw_cache_event_ids)); in amd_pmu_init()
Dperf_event_p4.c1354 memcpy(hw_cache_event_ids, p4_hw_cache_event_ids, in p4_pmu_init()
1355 sizeof(hw_cache_event_ids)); in p4_pmu_init()
Dperf_event.h674 extern u64 __read_mostly hw_cache_event_ids
Dperf_event.c50 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()