Searched refs:hw_cache_event_ids (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/events/zhaoxin/ |
| H 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/arch/x86/events/intel/ |
| H A D | core.c | 7452 memcpy(hybrid_var(pmu, hw_cache_event_ids), glc_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_glc() 7471 memcpy(hybrid_var(pmu, hw_cache_event_ids), glp_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_grt() 7473 hybrid_var(pmu, hw_cache_event_ids)[C(ITLB)][C(OP_READ)][C(RESULT_ACCESS)] = -1; in intel_pmu_init_grt() 7494 memcpy(hybrid_var(pmu, hw_cache_event_ids), in intel_pmu_init_pnc() 7495 pnc_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_pnc() 7649 memcpy(hw_cache_event_ids, core2_hw_cache_event_ids, in intel_pmu_init() 7650 sizeof(hw_cache_event_ids)); in intel_pmu_init() 7663 memcpy(hw_cache_event_ids, nehalem_hw_cache_event_ids, in intel_pmu_init() 7664 sizeof(hw_cache_event_ids)); in intel_pmu_init() 7699 memcpy(hw_cache_event_ids, atom_hw_cache_event_ids, in intel_pmu_init() [all …]
|
| H A D | knc.c | 320 memcpy(hw_cache_event_ids, knc_hw_cache_event_ids, in knc_pmu_init() 321 sizeof(hw_cache_event_ids)); in knc_pmu_init()
|
| H A D | p4.c | 1383 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/arch/x86/events/amd/ |
| H A D | core.c | 1546 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids_f17h, sizeof(hw_cache_event_ids)); in amd_pmu_init() 1548 memcpy(hw_cache_event_ids, amd_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in amd_pmu_init()
|
| /linux/arch/x86/events/ |
| H A D | perf_event.h | 759 u64 hw_cache_event_ids member 1197 extern u64 __read_mostly hw_cache_event_ids
|
| H A D | core.c | 114 u64 __read_mostly hw_cache_event_ids variable 401 val = hybrid_var(event->pmu, hw_cache_event_ids)[cache_type][cache_op][cache_result]; in set_ext_hw_attr()
|