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

/linux-master/tools/perf/util/
H A Dhisi-ptt.c35 u32 pmu_type; member in struct:hisi_ptt
154 return evsel->core.attr.type == ptt->pmu_type;
182 ptt->pmu_type = auxtrace_info->priv[0];
H A Dintel-bts.c54 u32 pmu_type; member in struct:intel_bts
737 return evsel->core.attr.type == bts->pmu_type;
780 if (evsel->core.attr.type == bts->pmu_type && evsel->core.ids) {
880 bts->pmu_type = auxtrace_info->priv[INTEL_BTS_PMU_TYPE];
H A Dparse-events.h207 int parse_events__decode_legacy_cache(const char *name, int pmu_type, __u64 *config);
H A Darm-spe.c48 u32 pmu_type; member in struct:arm_spe
1061 return evsel->core.attr.type == spe->pmu_type;
1131 if (evsel->core.attr.type == spe->pmu_type) {
1316 spe->pmu_type = auxtrace_info->priv[ARM_SPE_PMU_TYPE];
H A Dstat-display.c742 u32 pmu_type = counter->core.attr.type; local
752 if (pmu_type == PERF_TYPE_SOFTWARE) {
753 pmu_type = pos->core.attr.type;
756 if (pmu_type != pos->core.attr.type)
H A Ds390-cpumsf.c175 u32 pmu_type; member in struct:s390_cpumsf
1147 sf->pmu_type = PERF_TYPE_RAW;
H A Dcs-etm.c80 unsigned int pmu_type; member in struct:cs_etm_auxtrace
906 return evsel->core.attr.type == aux->pmu_type;
1635 if (evsel->core.attr.type == etm->pmu_type) {
3344 etm->pmu_type = (unsigned int) ((ptr[CS_PMU_TYPE_CPUS] >> 32) & 0xffffffff);
H A Dintel-pt.c87 u32 pmu_type; member in struct:intel_pt
1024 if (attr->type == pt->pmu_type) {
3596 return evsel->core.attr.type == pt->pmu_type;
3719 if (evsel->core.attr.type == pt->pmu_type && evsel->core.ids)
4229 pt->pmu_type = auxtrace_info->priv[INTEL_PT_PMU_TYPE];
/linux-master/arch/x86/kvm/svm/
H A Dpmu.c23 enum pmu_type { enum
39 enum pmu_type type)
/linux-master/drivers/perf/arm_cspmu/
H A Darm_cspmu.c309 u8 pmu_type; local
320 pmu_type = apmt_node->type;
322 if (pmu_type >= ACPI_APMT_NODE_TYPE_COUNT) {
323 dev_err(dev, "unsupported PMU type-%u\n", pmu_type);
327 if (pmu_type == ACPI_APMT_NODE_TYPE_ACPI) {
332 arm_cspmu_type_str[pmu_type],
337 arm_cspmu_type_str[pmu_type],
338 atomic_fetch_inc(&pmu_idx[pmu_type]));
/linux-master/arch/x86/events/intel/
H A Dcore.c3877 return hybrid_pmu(event->pmu)->pmu_type == hybrid_big;
4429 if (pmu->pmu_type == hybrid_big)
4431 else if (pmu->pmu_type == hybrid_small)
4506 if (pmu->pmu_type == hybrid_big)
4508 if (pmu->pmu_type == hybrid_small)
4519 if (pmu->pmu_type == hybrid_big)
4521 else if (pmu->pmu_type == hybrid_small)
4777 enum hybrid_pmu_type pmu_type = x86_pmu.hybrid_pmu[i].pmu_type; local
4780 pmu_type
[all...]
H A Dds.c265 WARN_ON_ONCE(hybrid_pmu(event->pmu)->pmu_type == hybrid_big);
/linux-master/arch/mips/kernel/
H A Dperf_event_mipsxx.c1707 int pmu_type; local
1820 pmu_type = get_loongson3_pmu_type();
1822 switch (pmu_type) {
1893 int counters, irq, pmu_type; local
1980 pmu_type = get_loongson3_pmu_type();
1982 switch (pmu_type) {
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pmu.c100 * Events in /sys/bus/event_source/devices/amdgpu_<pmu_type>_<dev_num> have
101 * performance counter operations handled by one IP <pmu_type>. Formats and
102 * events should be defined by <pmu_type>_<asic_type>_formats and
103 * <pmu_type>_<asic_type>_events respectively.
596 unsigned int pmu_type,
612 pmu_entry->pmu_perf_type = pmu_type;
595 create_pmu_entry(struct amdgpu_device *adev, unsigned int pmu_type, char *pmu_type_name, char *pmu_file_prefix) argument
/linux-master/arch/x86/events/
H A Dperf_event.h683 enum hybrid_pmu_type pmu_type; member in struct:x86_hybrid_pmu
1054 .pmu_type = _pmu, \
1062 .pmu_type = _pmu, \
H A Dcore.c1875 if (hweight64(pmu_attr->pmu_type) == 1)
1891 if (!(x86_pmu.hybrid_pmu[i].pmu_type & pmu_attr->pmu_type))
1893 if (x86_pmu.hybrid_pmu[i].pmu_type & pmu->pmu_type) {
2173 (hybrid_pmu->pmu_type == hybrid_big) ? PERF_TYPE_RAW : -1);
/linux-master/include/linux/
H A Dperf_event.h1847 u64 pmu_type; member in struct:perf_pmu_events_hybrid_attr
1852 u64 pmu_type; member in struct:perf_pmu_format_hybrid_attr

Completed in 286 milliseconds