Home
last modified time | relevance | path

Searched refs:pmu_type (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dhisi-ptt.c35 u32 pmu_type; member
152 return evsel->core.attr.type == ptt->pmu_type; in hisi_ptt_evsel_is_auxtrace()
180 ptt->pmu_type = auxtrace_info->priv[0]; in hisi_ptt_process_auxtrace_info()
H A Dintel-bts.c54 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()
H A Darm-spe.c48 u32 pmu_type; member
1061 return evsel->core.attr.type == spe->pmu_type; in arm_spe_evsel_is_auxtrace()
1131 if (evsel->core.attr.type == spe->pmu_type) { in arm_spe_synth_events()
1316 spe->pmu_type = auxtrace_info->priv[ARM_SPE_PMU_TYPE]; in arm_spe_process_auxtrace_info()
H A Dparse-events.h205 int parse_events__decode_legacy_cache(const char *name, int pmu_type, __u64 *config);
H A Dstat-display.c731 u32 pmu_type = counter->core.attr.type; in is_mixed_hw_group() local
741 if (pmu_type == PERF_TYPE_SOFTWARE) { in is_mixed_hw_group()
742 pmu_type = pos->core.attr.type; in is_mixed_hw_group()
745 if (pmu_type != pos->core.attr.type) in is_mixed_hw_group()
H A Ds390-cpumsf.c175 u32 pmu_type; member
1147 sf->pmu_type = PERF_TYPE_RAW; in s390_cpumsf_process_auxtrace_info()
H A Dcs-etm.c80 unsigned int pmu_type; member
883 return evsel->core.attr.type == aux->pmu_type; in cs_etm__evsel_is_auxtrace()
1611 if (evsel->core.attr.type == etm->pmu_type) { in cs_etm__synth_events()
3331 etm->pmu_type = (unsigned int) ((ptr[CS_PMU_TYPE_CPUS] >> 32) & 0xffffffff); in cs_etm__process_auxtrace_info_full()
H A Dintel-pt.c87 u32 pmu_type; member
1026 if (attr->type == pt->pmu_type) { in intel_pt_get_config()
3598 return evsel->core.attr.type == pt->pmu_type; in intel_pt_evsel_is_auxtrace()
3721 if (evsel->core.attr.type == pt->pmu_type && evsel->core.ids) in intel_pt_evsel()
4231 pt->pmu_type = auxtrace_info->priv[INTEL_PT_PMU_TYPE]; in intel_pt_process_auxtrace_info()
/openbmc/linux/drivers/perf/arm_cspmu/
H A Darm_cspmu.c311 u8 pmu_type; in arm_cspmu_get_name() local
318 pmu_type = apmt_node->type; in arm_cspmu_get_name()
320 if (pmu_type >= ACPI_APMT_NODE_TYPE_COUNT) { in arm_cspmu_get_name()
321 dev_err(dev, "unsupported PMU type-%u\n", pmu_type); in arm_cspmu_get_name()
325 if (pmu_type == ACPI_APMT_NODE_TYPE_ACPI) { in arm_cspmu_get_name()
330 arm_cspmu_type_str[pmu_type], in arm_cspmu_get_name()
335 arm_cspmu_type_str[pmu_type], in arm_cspmu_get_name()
336 atomic_fetch_inc(&pmu_idx[pmu_type])); in arm_cspmu_get_name()
/openbmc/linux/arch/x86/kvm/svm/
H A Dpmu.c23 enum pmu_type { enum
39 enum pmu_type type) in get_gp_pmc_amd()
/openbmc/linux/arch/mips/kernel/
H A Dperf_event_mipsxx.c1707 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()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pmu.c596 unsigned int pmu_type, in create_pmu_entry() argument
612 pmu_entry->pmu_perf_type = pmu_type; in create_pmu_entry()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h1039 .pmu_type = _pmu, \
1047 .pmu_type = _pmu, \
H A Dcore.c1877 if (hweight64(pmu_attr->pmu_type) == 1) in events_hybrid_sysfs_show()
1893 if (!(x86_pmu.hybrid_pmu[i].cpu_type & pmu_attr->pmu_type)) in events_hybrid_sysfs_show()
/openbmc/linux/include/linux/
H A Dperf_event.h1828 u64 pmu_type; member
1833 u64 pmu_type; member
/openbmc/linux/tools/perf/Documentation/
H A Dperf.data-file-format.txt219 uint32_t pmu_type;
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c5745 return pmu->cpu_type & pmu_attr->pmu_type; in is_attr_for_this_pmu()
5782 return (cpu >= 0) && (pmu->cpu_type & pmu_attr->pmu_type) ? attr->mode : 0; in hybrid_format_is_visible()