Searched refs:hw_cache_event_ids (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/arch/x86/events/intel/ |
A D | core.c | 5983 sizeof(hw_cache_event_ids)); in intel_pmu_init() 5997 sizeof(hw_cache_event_ids)); in intel_pmu_init() 6050 sizeof(hw_cache_event_ids)); in intel_pmu_init() 6298 memcpy(hw_cache_event_ids, hsw_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init() 6330 memcpy(hw_cache_event_ids, hsw_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init() 6368 memcpy(hw_cache_event_ids, in intel_pmu_init() 6397 memcpy(hw_cache_event_ids, skl_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init() 6454 memcpy(hw_cache_event_ids, skl_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init() 6491 memcpy(hw_cache_event_ids, spr_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init() 6613 memcpy(pmu->hw_cache_event_ids, spr_hw_cache_event_ids, sizeof(pmu->hw_cache_event_ids)); in intel_pmu_init() [all …]
|
A D | p6.c | 276 memcpy(hw_cache_event_ids, p6_hw_cache_event_ids, in p6_pmu_init() 277 sizeof(hw_cache_event_ids)); in p6_pmu_init()
|
A D | knc.c | 318 memcpy(hw_cache_event_ids, knc_hw_cache_event_ids, in knc_pmu_init() 319 sizeof(hw_cache_event_ids)); in knc_pmu_init()
|
A D | p4.c | 1382 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.3-rc2/arch/x86/events/zhaoxin/ |
A D | core.c | 577 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.3-rc2/arch/x86/events/amd/ |
A D | core.c | 1459 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids_f17h, sizeof(hw_cache_event_ids)); in amd_pmu_init() 1461 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in amd_pmu_init()
|
/linux-6.3-rc2/arch/x86/events/ |
A D | perf_event.h | 667 u64 hw_cache_event_ids member 1085 extern u64 __read_mostly hw_cache_event_ids
|
A D | core.c | 101 u64 __read_mostly hw_cache_event_ids variable 385 val = hybrid_var(event->pmu, hw_cache_event_ids)[cache_type][cache_op][cache_result]; in set_ext_hw_attr()
|
Completed in 51 milliseconds