Searched refs:pmu_type (Results 1 – 18 of 18) sorted by relevance
| /linux/tools/perf/util/ |
| A D | hisi-ptt.c | 35 u32 pmu_type; member 149 return evsel->core.attr.type == ptt->pmu_type; in hisi_ptt_evsel_is_auxtrace() 177 ptt->pmu_type = auxtrace_info->priv[0]; in hisi_ptt_process_auxtrace_info()
|
| A D | intel-bts.c | 54 u32 pmu_type; member 737 return evsel->core.attr.type == bts->pmu_type; in intel_bts_evsel_is_auxtrace() 751 if (evsel->core.attr.type == bts->pmu_type && evsel->core.ids) { in intel_bts_synth_events() 851 bts->pmu_type = auxtrace_info->priv[INTEL_BTS_PMU_TYPE]; in intel_bts_process_auxtrace_info()
|
| A D | parse-events.h | 230 int parse_events__decode_legacy_cache(const char *name, int pmu_type, __u64 *config);
|
| A D | arm-spe.c | 48 u32 pmu_type; member 1061 return evsel->core.attr.type == spe->pmu_type; in arm_spe_evsel_is_auxtrace() 1102 if (evsel->core.attr.type == spe->pmu_type) { in arm_spe_synth_events() 1287 spe->pmu_type = auxtrace_info->priv[ARM_SPE_PMU_TYPE]; in arm_spe_process_auxtrace_info()
|
| A D | stat-display.c | 745 u32 pmu_type = counter->core.attr.type; in is_mixed_hw_group() local 755 if (pmu_type == PERF_TYPE_SOFTWARE) { in is_mixed_hw_group() 756 pmu_type = pos->core.attr.type; in is_mixed_hw_group() 759 if (pmu_type != pos->core.attr.type) in is_mixed_hw_group()
|
| A D | s390-cpumsf.c | 175 u32 pmu_type; member 1142 sf->pmu_type = PERF_TYPE_RAW; in s390_cpumsf_process_auxtrace_info()
|
| A D | cs-etm.c | 80 unsigned int pmu_type; member 1020 return evsel->core.attr.type == aux->pmu_type; in cs_etm__evsel_is_auxtrace() 1689 if (evsel->core.attr.type == etm->pmu_type) { in cs_etm__synth_events() 3446 etm->pmu_type = (unsigned int) ((ptr[CS_PMU_TYPE_CPUS] >> 32) & 0xffffffff); in cs_etm__process_auxtrace_info_full()
|
| A D | intel-pt.c | 87 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() 3699 if (evsel->core.attr.type == pt->pmu_type && evsel->core.ids) in intel_pt_evsel() 4209 pt->pmu_type = auxtrace_info->priv[INTEL_PT_PMU_TYPE]; in intel_pt_process_auxtrace_info()
|
| /linux/arch/x86/kvm/svm/ |
| A D | pmu.c | 23 enum pmu_type { enum 39 enum pmu_type type) in get_gp_pmc_amd()
|
| /linux/drivers/perf/arm_cspmu/ |
| A D | arm_cspmu.c | 299 u8 pmu_type; in arm_cspmu_get_name() local 310 pmu_type = apmt_node->type; in arm_cspmu_get_name() 312 if (pmu_type >= ACPI_APMT_NODE_TYPE_COUNT) { in arm_cspmu_get_name() 313 dev_err(dev, "unsupported PMU type-%u\n", pmu_type); in arm_cspmu_get_name() 317 if (pmu_type == ACPI_APMT_NODE_TYPE_ACPI) { in arm_cspmu_get_name() 322 arm_cspmu_type_str[pmu_type], in arm_cspmu_get_name() 327 arm_cspmu_type_str[pmu_type], in arm_cspmu_get_name() 328 atomic_fetch_inc(&pmu_idx[pmu_type])); in arm_cspmu_get_name()
|
| /linux/arch/mips/kernel/ |
| A 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/arch/x86/events/intel/ |
| A D | core.c | 4492 if (pmu->pmu_type == hybrid_big) in adl_get_event_constraints() 4569 if (pmu->pmu_type == hybrid_big) in mtl_get_event_constraints() 4571 if (pmu->pmu_type == hybrid_small) in mtl_get_event_constraints() 4582 if (pmu->pmu_type == hybrid_big) in adl_hw_config() 4930 enum hybrid_pmu_type pmu_type = x86_pmu.hybrid_pmu[i].pmu_type; in find_hybrid_pmu_for_cpu() local 4933 pmu_type == hybrid_big) in find_hybrid_pmu_for_cpu() 4936 pmu_type == hybrid_small) in find_hybrid_pmu_for_cpu() 6056 return pmu->pmu_type & pmu_attr->pmu_type; in is_attr_for_this_pmu() 6093 return (cpu >= 0) && (pmu->pmu_type & pmu_attr->pmu_type) ? attr->mode : 0; in hybrid_format_is_visible() 6108 if (pmu->pmu_type == hybrid_big) in hybrid_td_is_visible() [all …]
|
| A D | ds.c | 308 WARN_ON_ONCE(hybrid_pmu(event->pmu)->pmu_type == hybrid_big); in __grt_latency_data() 385 if (pmu->pmu_type == hybrid_small) in lnl_latency_data()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_pmu.c | 596 unsigned int pmu_type, in create_pmu_entry() argument 612 pmu_entry->pmu_perf_type = pmu_type; in create_pmu_entry()
|
| /linux/arch/x86/events/ |
| A D | core.c | 1880 if (hweight64(pmu_attr->pmu_type) == 1) in events_hybrid_sysfs_show() 1896 if (!(x86_pmu.hybrid_pmu[i].pmu_type & pmu_attr->pmu_type)) in events_hybrid_sysfs_show() 1898 if (x86_pmu.hybrid_pmu[i].pmu_type & pmu->pmu_type) { in events_hybrid_sysfs_show() 2175 (hybrid_pmu->pmu_type == hybrid_big) ? PERF_TYPE_RAW : -1); in init_hw_perf_events()
|
| A D | perf_event.h | 693 enum hybrid_pmu_type pmu_type; member 1079 .pmu_type = _pmu, \ 1087 .pmu_type = _pmu, \
|
| /linux/include/linux/ |
| A D | perf_event.h | 1861 u64 pmu_type; member 1866 u64 pmu_type; member
|
| /linux/tools/perf/Documentation/ |
| A D | perf.data-file-format.txt | 219 uint32_t pmu_type;
|
Completed in 2008 milliseconds