Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/events/intel/
Dcore.c6032 memcpy(hw_cache_event_ids, core2_hw_cache_event_ids, in intel_pmu_init()
6033 sizeof(hw_cache_event_ids)); in intel_pmu_init()
6046 memcpy(hw_cache_event_ids, nehalem_hw_cache_event_ids, in intel_pmu_init()
6047 sizeof(hw_cache_event_ids)); in intel_pmu_init()
6082 memcpy(hw_cache_event_ids, atom_hw_cache_event_ids, in intel_pmu_init()
6083 sizeof(hw_cache_event_ids)); in intel_pmu_init()
6099 memcpy(hw_cache_event_ids, slm_hw_cache_event_ids, in intel_pmu_init()
6100 sizeof(hw_cache_event_ids)); in intel_pmu_init()
6118 memcpy(hw_cache_event_ids, glm_hw_cache_event_ids, in intel_pmu_init()
6119 sizeof(hw_cache_event_ids)); in intel_pmu_init()
[all …]
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()
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()
Dp4.c1382 memcpy(hw_cache_event_ids, p4_hw_cache_event_ids, in p4_pmu_init()
1383 sizeof(hw_cache_event_ids)); in p4_pmu_init()
/linux-6.6.21/arch/x86/events/zhaoxin/
Dcore.c577 memcpy(hw_cache_event_ids, zxd_hw_cache_event_ids, in zhaoxin_pmu_init()
578 sizeof(hw_cache_event_ids)); in zhaoxin_pmu_init()
588 memcpy(hw_cache_event_ids, zxe_hw_cache_event_ids, in zhaoxin_pmu_init()
589 sizeof(hw_cache_event_ids)); in zhaoxin_pmu_init()
/linux-6.6.21/arch/x86/events/amd/
Dcore.c1468 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids_f17h, sizeof(hw_cache_event_ids)); in amd_pmu_init()
1470 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in amd_pmu_init()
/linux-6.6.21/arch/x86/events/
Dperf_event.h667 u64 hw_cache_event_ids member
1085 extern u64 __read_mostly hw_cache_event_ids
Dcore.c101 u64 __read_mostly hw_cache_event_ids variable
383 val = hybrid_var(event->pmu, hw_cache_event_ids)[cache_type][cache_op][cache_result]; in set_ext_hw_attr()