| /linux/tools/perf/util/ |
| H 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()
|
| H A D | print-events.h | 15 const char *pmu_name, u32 pmu_type,
|
| H A D | intel-bts.c | 54 u32 pmu_type; member 739 return evsel->core.attr.type == bts->pmu_type; in intel_bts_evsel_is_auxtrace() 753 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()
|
| H A D | parse-events.h | 231 int parse_events__decode_legacy_cache(const char *name, int pmu_type, __u64 *config);
|
| H A D | powerpc-vpadtl.c | 30 u32 pmu_type; member 702 vpa->pmu_type = auxtrace_info->priv[POWERPC_VPADTL_TYPE]; in powerpc_vpadtl_process_auxtrace_info()
|
| H A D | arm-spe.c | 67 u32 pmu_type; member 1617 return evsel->core.attr.type == spe->pmu_type; in arm_spe_evsel_is_auxtrace() 1703 if (evsel->core.attr.type == spe->pmu_type) { in arm_spe_synth_events() 1923 spe->pmu_type = auxtrace_info->priv[ARM_SPE_PMU_TYPE]; in arm_spe_process_auxtrace_info() 1925 spe->pmu_type = auxtrace_info->priv[ARM_SPE_PMU_TYPE_V2]; in arm_spe_process_auxtrace_info()
|
| H A D | s390-cpumsf.c | 175 u32 pmu_type; member 1144 sf->pmu_type = PERF_TYPE_RAW; in s390_cpumsf_process_auxtrace_info()
|
| H A D | cs-etm.c | 80 unsigned int pmu_type; member 1027 return evsel->core.attr.type == aux->pmu_type; in cs_etm__evsel_is_auxtrace() 1698 if (evsel->core.attr.type == etm->pmu_type) { in cs_etm__synth_events() 3467 etm->pmu_type = (unsigned int) ((ptr[CS_PMU_TYPE_CPUS] >> 32) & 0xffffffff); in cs_etm__process_auxtrace_info_full()
|
| H A D | intel-pt.c | 87 u32 pmu_type; member 1028 if (attr->type == pt->pmu_type) { in intel_pt_get_config() 3848 return evsel->core.attr.type == pt->pmu_type; in intel_pt_evsel_is_auxtrace() 3949 if (evsel->core.attr.type == pt->pmu_type && evsel->core.ids) in intel_pt_evsel() 4458 pt->pmu_type = auxtrace_info->priv[INTEL_PT_PMU_TYPE]; in intel_pt_process_auxtrace_info()
|
| /linux/tools/perf/ |
| H A D | builtin-list.c | 119 const char *pmu_name, u32 pmu_type, in default_print_event() argument 136 if (print_state->exclude_abi && pmu_type < PERF_TYPE_MAX && pmu_type != PERF_TYPE_RAW) in default_print_event() 364 const char *pmu_name, u32 pmu_type __maybe_unused, in json_print_event() 383 if (print_state->common.exclude_abi && pmu_type < PERF_TYPE_MAX && in json_print_event() 384 pmu_type != PERF_TYPE_RAW) in json_print_event()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | pmu.c | 23 enum pmu_type { enum 39 enum pmu_type type) in get_gp_pmc_amd()
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 4232 return hybrid_pmu(event->pmu)->pmu_type == hybrid_big; in require_mem_loads_aux_event() 5034 if (pmu->pmu_type == hybrid_big) in adl_get_event_constraints() 5036 else if (pmu->pmu_type == hybrid_small) in adl_get_event_constraints() 5111 if (pmu->pmu_type == hybrid_big) in mtl_get_event_constraints() 5113 if (pmu->pmu_type == hybrid_small) in mtl_get_event_constraints() 5124 if (pmu->pmu_type == hybrid_big) in adl_hw_config() 5126 else if (pmu->pmu_type == hybrid_small) in adl_hw_config() 5150 if (pmu->pmu_type == hybrid_tiny) in arl_h_get_event_constraints() 5160 if (pmu->pmu_type == hybrid_tiny) in arl_h_hw_config() 5729 enum hybrid_pmu_type pmu_type = x86_pmu.hybrid_pmu[i].pmu_type; in find_hybrid_pmu_for_cpu() local [all …]
|
| H A D | ds.c | 321 hybrid_pmu(event->pmu)->pmu_type == hybrid_big); in __grt_latency_data() 398 if (pmu->pmu_type == hybrid_small) in lnl_latency_data() 408 if (pmu->pmu_type == hybrid_tiny) in arl_h_latency_data()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H 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/ |
| H A D | core.c | 1909 if (hweight64(pmu_attr->pmu_type) == 1) in events_hybrid_sysfs_show() 1925 if (!(x86_pmu.hybrid_pmu[i].pmu_type & pmu_attr->pmu_type)) in events_hybrid_sysfs_show() 1927 if (x86_pmu.hybrid_pmu[i].pmu_type & pmu->pmu_type) { in events_hybrid_sysfs_show() 2212 (hybrid_pmu->pmu_type == hybrid_big) ? PERF_TYPE_RAW : -1); in init_hw_perf_events()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf.data-file-format.txt | 219 uint32_t pmu_type;
|
| /linux/kernel/events/ |
| H A D | core.c | 12436 CLASS(idr_alloc, pmu_type)(&pmu_idr, NULL, max, 0, GFP_KERNEL); in DEFINE_FREE() 12437 if (pmu_type.id < 0) in DEFINE_FREE() 12438 return pmu_type.id; in DEFINE_FREE() 12440 WARN_ON(type >= 0 && pmu_type.id != type); in DEFINE_FREE() 12442 pmu->type = pmu_type.id; in DEFINE_FREE() 12507 take_idr_id(pmu_type); in DEFINE_FREE()
|