Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/intel/
H A Dp6.c256 memcpy(hw_cache_event_ids, p6_hw_cache_event_ids, in p6_pmu_init()
257 sizeof(hw_cache_event_ids)); in p6_pmu_init()
H A Dcore.c6536 memcpy(hybrid_var(pmu, hw_cache_event_ids), glc_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_glc()
6555 memcpy(hybrid_var(pmu, hw_cache_event_ids), glp_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_grt()
6693 sizeof(hw_cache_event_ids)); in intel_pmu_init()
6707 sizeof(hw_cache_event_ids)); in intel_pmu_init()
6743 sizeof(hw_cache_event_ids)); in intel_pmu_init()
6760 sizeof(hw_cache_event_ids)); in intel_pmu_init()
7004 memcpy(hw_cache_event_ids, hsw_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init()
7037 memcpy(hw_cache_event_ids, hsw_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init()
7075 memcpy(hw_cache_event_ids, in intel_pmu_init()
7104 memcpy(hw_cache_event_ids, skl_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init()
[all …]
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.c1383 memcpy(hw_cache_event_ids, p4_hw_cache_event_ids, in p4_pmu_init()
1384 sizeof(hw_cache_event_ids)); in p4_pmu_init()
/linux-6.15/arch/x86/events/zhaoxin/
H A 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.15/arch/x86/events/amd/
H A Dcore.c1538 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids_f17h, sizeof(hw_cache_event_ids)); in amd_pmu_init()
1540 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in amd_pmu_init()
/linux-6.15/arch/x86/events/
H A Dperf_event.h719 u64 hw_cache_event_ids member
1131 extern u64 __read_mostly hw_cache_event_ids
H A Dcore.c104 u64 __read_mostly hw_cache_event_ids variable
391 val = hybrid_var(event->pmu, hw_cache_event_ids)[cache_type][cache_op][cache_result]; in set_ext_hw_attr()