/Linux-v6.1/tools/perf/util/ |
D | hisi-ptt.c | 35 u32 pmu_type; member 151 return evsel->core.attr.type == ptt->pmu_type; in hisi_ptt_evsel_is_auxtrace() 179 ptt->pmu_type = auxtrace_info->priv[0]; in hisi_ptt_process_auxtrace_info()
|
D | parse-events-hybrid.c | 19 int type, int pmu_type) in config_hybrid_attr() argument 37 ((__u64)pmu_type << PERF_PMU_TYPE_SHIFT); in config_hybrid_attr()
|
D | intel-bts.c | 54 u32 pmu_type; member 737 return evsel->core.attr.type == bts->pmu_type; in intel_bts_evsel_is_auxtrace() 780 if (evsel->core.attr.type == bts->pmu_type && evsel->core.ids) { in intel_bts_synth_events() 880 bts->pmu_type = auxtrace_info->priv[INTEL_BTS_PMU_TYPE]; in intel_bts_process_auxtrace_info()
|
D | arm-spe.c | 48 u32 pmu_type; member 1041 return evsel->core.attr.type == spe->pmu_type; in arm_spe_evsel_is_auxtrace() 1111 if (evsel->core.attr.type == spe->pmu_type) { in arm_spe_synth_events() 1296 spe->pmu_type = auxtrace_info->priv[ARM_SPE_PMU_TYPE]; in arm_spe_process_auxtrace_info()
|
D | cs-etm.c | 63 unsigned int pmu_type; member 671 return evsel->core.attr.type == aux->pmu_type; in cs_etm__evsel_is_auxtrace() 1323 if (evsel->core.attr.type == etm->pmu_type) { in cs_etm__synth_events() 2890 unsigned int pmu_type; in cs_etm__process_auxtrace_info() local 2933 pmu_type = (unsigned int) ((hdr[CS_PMU_TYPE_CPUS] >> 32) & in cs_etm__process_auxtrace_info() 3050 etm->pmu_type = pmu_type; in cs_etm__process_auxtrace_info()
|
D | stat-display.c | 516 u32 pmu_type = counter->core.attr.type; in is_mixed_hw_group() local 526 if (pmu_type == PERF_TYPE_SOFTWARE) { in is_mixed_hw_group() 527 pmu_type = pos->core.attr.type; in is_mixed_hw_group() 530 if (pmu_type != pos->core.attr.type) in is_mixed_hw_group()
|
D | s390-cpumsf.c | 174 u32 pmu_type; member 1146 sf->pmu_type = PERF_TYPE_RAW; in s390_cpumsf_process_auxtrace_info()
|
D | pmu.c | 545 static int pmu_type(const char *name, __u32 *type) in pmu_type() function 957 if (pmu_type(name, &type)) in pmu_lookup()
|
D | intel-pt.c | 86 u32 pmu_type; member 996 if (attr->type == pt->pmu_type) { in intel_pt_get_config() 3519 return evsel->core.attr.type == pt->pmu_type; in intel_pt_evsel_is_auxtrace() 3642 if (evsel->core.attr.type == pt->pmu_type && evsel->core.ids) in intel_pt_evsel() 4136 pt->pmu_type = auxtrace_info->priv[INTEL_PT_PMU_TYPE]; in intel_pt_process_auxtrace_info()
|
/Linux-v6.1/arch/x86/kvm/svm/ |
D | pmu.c | 21 enum pmu_type { enum 37 enum pmu_type type) in get_gp_pmc_amd()
|
/Linux-v6.1/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 1707 int pmu_type; in mipsxx_pmu_map_raw_event() local 1820 pmu_type = get_loongson3_pmu_type(); in mipsxx_pmu_map_raw_event() 1822 switch (pmu_type) { in mipsxx_pmu_map_raw_event() 1893 int counters, irq, pmu_type; in init_hw_perf_events() local 1980 pmu_type = get_loongson3_pmu_type(); in init_hw_perf_events() 1982 switch (pmu_type) { in init_hw_perf_events()
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_pmu.c | 597 unsigned int pmu_type, in create_pmu_entry() argument 613 pmu_entry->pmu_perf_type = pmu_type; in create_pmu_entry()
|
/Linux-v6.1/arch/x86/events/ |
D | perf_event.h | 1034 .pmu_type = _pmu, \ 1042 .pmu_type = _pmu, \
|
D | core.c | 1876 if (hweight64(pmu_attr->pmu_type) == 1) in events_hybrid_sysfs_show() 1892 if (!(x86_pmu.hybrid_pmu[i].cpu_type & pmu_attr->pmu_type)) in events_hybrid_sysfs_show()
|
/Linux-v6.1/include/linux/ |
D | perf_event.h | 1634 u64 pmu_type; member 1639 u64 pmu_type; member
|
/Linux-v6.1/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 219 uint32_t pmu_type;
|
/Linux-v6.1/arch/x86/events/intel/ |
D | core.c | 5520 return pmu->cpu_type & pmu_attr->pmu_type; in is_attr_for_this_pmu() 5557 return (cpu >= 0) && (pmu->cpu_type & pmu_attr->pmu_type) ? attr->mode : 0; in hybrid_format_is_visible()
|