| /linux/drivers/perf/ |
| H A D | arm-ccn.c | 201 #define CCN_CONFIG_NODE(_config) (((_config) >> 0) & 0xff) argument 202 #define CCN_CONFIG_XP(_config) (((_config) >> 0) & 0xff) argument 203 #define CCN_CONFIG_TYPE(_config) (((_config) >> 8) & 0xff) argument 204 #define CCN_CONFIG_EVENT(_config) (((_config) >> 16) & 0xff) argument 205 #define CCN_CONFIG_PORT(_config) (((_config) >> 24) & 0x3) argument 206 #define CCN_CONFIG_BUS(_config) (((_config) >> 24) & 0x3) argument 207 #define CCN_CONFIG_VC(_config) (((_config) >> 26) & 0x7) argument 208 #define CCN_CONFIG_DIR(_config) (((_config) >> 29) & 0x1) argument 209 #define CCN_CONFIG_MASK(_config) (((_config) >> 30) & 0xf) argument 217 #define CCN_FORMAT_ATTR(_name, _config) \ argument
|
| H A D | arm_dsu_pmu.c | 69 #define DSU_EXT_ATTR(_name, _func, _config) \ argument 77 #define DSU_EVENT_ATTR(_name, _config) \ argument 80 #define DSU_FORMAT_ATTR(_name, _config) \ argument 83 #define DSU_CPUMASK_ATTR(_name, _config) \ argument
|
| H A D | nvidia_t410_c2c_pmu.c | 545 #define NV_C2C_PMU_EXT_ATTR(_name, _func, _config) \ argument 553 #define NV_C2C_PMU_FORMAT_ATTR(_name, _config) \ argument 592 #define NV_C2C_PMU_EVENT_ATTR(_name, _config) \ argument 664 #define NV_C2C_PMU_CPUMASK_ATTR(_name, _config) \ argument
|
| H A D | nvidia_t410_cmem_latency_pmu.c | 438 #define NV_PMU_EXT_ATTR(_name, _func, _config) \ argument 467 #define NV_PMU_EVENT_ATTR(_name, _config) \ argument 507 #define NV_PMU_CPUMASK_ATTR(_name, _config) \ argument
|
| H A D | alibaba_uncore_drw_pmu.c | 136 #define ALI_DRW_PMU_ATTR(_name, _func, _config) \ argument 141 #define ALI_DRW_PMU_FORMAT_ATTR(_name, _config) \ argument 143 #define ALI_DRW_PMU_EVENT_ATTR(_name, _config) \ argument
|
| H A D | arm-cci.c | 133 #define CCI_EXT_ATTR_ENTRY(_name, _func, _config) \ argument 138 #define CCI_FORMAT_EXT_ATTR_ENTRY(_name, _config) \ argument 140 #define CCI_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 204 #define CCI400_CYCLE_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 440 #define CCI5xx_GLOBAL_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument
|
| H A D | fujitsu_uncore_pmu.c | 292 #define UNCORE_PMU_FORMAT_ATTR(_name, _config) \ argument
|
| H A D | starfive_starlink_pmu.c | 52 #define STARLINK_FORMAT_ATTR(_name, _config) \ argument
|
| H A D | qcom_l3_pmu.c | 612 #define L3CACHE_PMU_FORMAT_ATTR(_name, _config) \ argument
|
| H A D | xgene_pmu.c | 165 #define XGENE_PMU_FORMAT_ATTR(_name, _config) \ argument 276 #define XGENE_PMU_EVENT_ATTR(_name, _config) \ argument
|
| H A D | arm_smmuv3_pmu.c | 142 #define SMMU_PMU_EVENT_ATTR_EXTRACTOR(_name, _config, _start, _end) \ argument
|
| /linux/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_pmu.h | 30 #define HISI_PMU_ATTR(_name, _func, _config) \ argument 35 #define HISI_PMU_FORMAT_ATTR(_name, _config) \ argument 37 #define HISI_PMU_EVENT_ATTR(_name, _config) \ argument
|
| H A D | hisi_pcie_pmu.c | 87 #define HISI_PCIE_PMU_FILTER_ATTR(_name, _config, _hi, _lo) \ argument
|
| /linux/arch/arm/mm/ |
| H A D | cache-l2x0-pmu.c | 327 #define L2X0_EVENT_ATTR(_name, _config, _pl310_only) \ argument 334 #define L220_PLUS_EVENT_ATTR(_name, _config) \ argument 337 #define PL310_EVENT_ATTR(_name, _config) \ argument
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_pmu.c | 903 #define I915_PMU_FORMAT_ATTR(_name, _config) \ argument
|
| /linux/drivers/perf/arm_cspmu/ |
| H A D | arm_cspmu.c | 39 #define ARM_CSPMU_CPUMASK_ATTR(_name, _config) \ argument
|