Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel.c3305 memcpy(hw_cache_event_ids, core2_hw_cache_event_ids, in intel_pmu_init()
3306 sizeof(hw_cache_event_ids)); in intel_pmu_init()
3318 memcpy(hw_cache_event_ids, nehalem_hw_cache_event_ids, in intel_pmu_init()
3319 sizeof(hw_cache_event_ids)); in intel_pmu_init()
3350 memcpy(hw_cache_event_ids, atom_hw_cache_event_ids, in intel_pmu_init()
3351 sizeof(hw_cache_event_ids)); in intel_pmu_init()
3363 memcpy(hw_cache_event_ids, slm_hw_cache_event_ids, in intel_pmu_init()
3364 sizeof(hw_cache_event_ids)); in intel_pmu_init()
3380 memcpy(hw_cache_event_ids, westmere_hw_cache_event_ids, in intel_pmu_init()
3381 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.c317 memcpy(hw_cache_event_ids, knc_hw_cache_event_ids, in knc_pmu_init()
318 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.h692 extern u64 __read_mostly hw_cache_event_ids
Dperf_event.c50 u64 __read_mostly hw_cache_event_ids variable
312 val = hw_cache_event_ids[cache_type][cache_op][cache_result]; in set_ext_hw_attr()