Home
last modified time | relevance | path

Searched refs:perf_pmus__find (Results 1 – 14 of 14) sorted by relevance

/linux/tools/perf/arch/arm/util/
H A Dauxtrace.c45 arm_spe_pmus[*nr_spes] = perf_pmus__find(arm_spe_pmu_name); in find_all_arm_spe_pmus()
92 hisi_ptt_pmus[idx] = perf_pmus__find(dent->d_name); in find_all_hisi_ptt_pmus()
136 cs_etm_pmu = perf_pmus__find(CORESIGHT_ETM_PMU_NAME); in auxtrace_record__init()
H A Dcs-etm.c883 cs_etm_pmu = perf_pmus__find(CORESIGHT_ETM_PMU_NAME); in cs_etm_record_init()
/linux/tools/perf/arch/x86/util/
H A Devsel.c145 ibs_fetch_pmu = perf_pmus__find("ibs_fetch"); in arch__post_evsel_config()
146 ibs_op_pmu = perf_pmus__find("ibs_op"); in arch__post_evsel_config()
H A Dintel-bts.c419 struct perf_pmu *intel_bts_pmu = perf_pmus__find(INTEL_BTS_PMU_NAME); in intel_bts_recording_init()
H A Dintel-pt.c1194 struct perf_pmu *intel_pt_pmu = perf_pmus__find(INTEL_PT_PMU_NAME); in intel_pt_recording_init()
/linux/tools/perf/util/
H A Dpmus.h18 struct perf_pmu *perf_pmus__find(const char *name);
H A Dpmus.c146 struct perf_pmu *perf_pmus__find(const char *name) in perf_pmus__find() function
770 struct perf_pmu *pmu = perf_pmus__find(pname); in perf_pmus__have_event()
H A Ds390-sample-raw.c351 evsel->pmu = perf_pmus__find("cpum_cf"); in evlist__s390_sample_raw()
H A Dparse-events.c105 struct perf_pmu *pmu = perf_pmus__find(term->val.str); in get_config_cpu()
930 if (perf_pmus__find(term->val.str) != NULL) in config_term_common()
1729 pmu = perf_pmus__find(event_or_pmu); in parse_events_multi_pmu_add_or_add_pmu()
H A Dmetricgroup.c921 pmu = perf_pmus__find(pm->pmu); in __add_metric()
/linux/tools/perf/arch/x86/tests/
H A Damd-ibs-via-core-pmu.c47 ibs_pmu = perf_pmus__find("ibs_op"); in test__amd_ibs_via_core_pmu()
H A Damd-ibs-period.c952 fetch_pmu = perf_pmus__find("ibs_fetch"); in test__amd_ibs_period()
953 op_pmu = perf_pmus__find("ibs_op"); in test__amd_ibs_period()
/linux/tools/perf/bench/
H A Dpmu-scan.c88 pmu = perf_pmus__find(r->name); in check_result()
/linux/tools/perf/tests/
H A Dparse-events.c1773 return !!perf_pmus__find("intel_pt"); in test__intel_pt_valid()