Searched refs:hybrid_var (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 4002 return &hybrid_var(cpuc->pmu, unconstrained); in x86_get_event_constraints() 7485 memcpy(hybrid_var(pmu, hw_cache_event_ids), glc_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_glc() 7486 memcpy(hybrid_var(pmu, hw_cache_extra_regs), glc_hw_cache_extra_regs, sizeof(hw_cache_extra_regs)); in intel_pmu_init_glc() 7504 memcpy(hybrid_var(pmu, hw_cache_event_ids), glp_hw_cache_event_ids, sizeof(hw_cache_event_ids)); in intel_pmu_init_grt() 7505 memcpy(hybrid_var(pmu, hw_cache_extra_regs), tnt_hw_cache_extra_regs, sizeof(hw_cache_extra_regs)); in intel_pmu_init_grt() 7506 hybrid_var(pmu, hw_cache_event_ids)[C(ITLB)][C(OP_READ)][C(RESULT_ACCESS)] = -1; in intel_pmu_init_grt() 7527 memcpy(hybrid_var(pmu, hw_cache_event_ids), in intel_pmu_init_pnc() 7529 memcpy(hybrid_var(pmu, hw_cache_extra_regs), in intel_pmu_init_pnc() 7550 memcpy(hybrid_var(pmu, hw_cache_extra_regs), in intel_pmu_init_arw()
|
| H A D | ds.c | 464 val = hybrid_var(event->pmu, pebs_data_source)[dse]; in __grt_latency_data() 546 val = hybrid_var(event->pmu, pebs_data_source)[status & PERF_PEBS_DATA_SOURCE_MASK]; in lnc_latency_data() 650 val = hybrid_var(event->pmu, pebs_data_source)[dse.ld_dse]; in load_latency_data() 700 val = hybrid_var(event->pmu, pebs_data_source)[dse.st_lat_dse]; in store_latency_data()
|
| /linux/arch/x86/events/ |
| H A D | core.c | 401 val = hybrid_var(event->pmu, hw_cache_event_ids)[cache_type][cache_op][cache_result]; in set_ext_hw_attr() 409 attr->config1 = hybrid_var(event->pmu, hw_cache_extra_regs)[cache_type][cache_op][cache_result]; in set_ext_hw_attr()
|
| H A D | perf_event.h | 808 #define hybrid_var(_pmu, _var) \ macro
|