Searched refs:_pmu (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/sh/kernel/ |
| H A D | perf_event.c | 342 int register_sh_pmu(struct sh_pmu *_pmu) in register_sh_pmu() argument 346 sh_pmu = _pmu; in register_sh_pmu() 348 pr_info("Performance Events: %s support registered\n", _pmu->name); in register_sh_pmu() 357 WARN_ON(_pmu->num_events > MAX_HWEVENTS); in register_sh_pmu()
|
| /linux-6.15/arch/x86/events/ |
| H A D | perf_event.h | 746 #define hybrid(_pmu, _field) \ argument 750 if (is_hybrid() && (_pmu)) \ 751 __Fp = &hybrid_pmu(_pmu)->_field; \ 756 #define hybrid_var(_pmu, _var) \ argument 760 if (is_hybrid() && (_pmu)) \ 761 __Fp = &hybrid_pmu(_pmu)->_var; \ 766 #define hybrid_bit(_pmu, _field) \ argument 770 if (is_hybrid() && (_pmu)) \ 771 __Fp = hybrid_pmu(_pmu)->_field; \ 1083 .pmu_type = _pmu, \ [all …]
|
| /linux-6.15/drivers/perf/ |
| H A D | cxl_pmu.c | 112 #define pmu_to_cxl_pmu_info(_pmu) container_of(_pmu, struct cxl_pmu_info, pmu) argument
|
| H A D | arm-ccn.c | 142 #define pmu_to_arm_ccn(_pmu) container_of(container_of(_pmu, \ argument
|
| /linux-6.15/drivers/fpga/ |
| H A D | dfl-fme-perf.c | 176 #define to_fme_perf_priv(_pmu) container_of(_pmu, struct fme_perf_priv, pmu) argument
|
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H A D | papr_scm.c | 310 #define to_nvdimm_pmu(_pmu) container_of(_pmu, struct nvdimm_pmu, pmu) argument
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 768 #define for_each_epc(_epc, _ctx, _pmu, _cgroup) \ argument 772 else if (_pmu && _epc->pmu != _pmu) \ 12158 int perf_pmu_register(struct pmu *_pmu, const char *name, int type) in DEFINE_FREE() 12162 struct pmu *pmu __free(pmu_unregister) = _pmu; in DEFINE_FREE() 12246 _pmu = no_free_ptr(pmu); // let it rip in DEFINE_FREE()
|