Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
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_intel.c3306 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 …]
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.c51 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()