Searched refs:perf_pmus__scan_core (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/perf/util/
H A Dpmus.h16 struct perf_pmu *perf_pmus__scan_core(struct perf_pmu *pmu);
H A Dpmus.c278 struct perf_pmu *perf_pmus__scan_core(struct perf_pmu *pmu) function
520 while ((pmu = perf_pmus__scan_core(pmu)) != NULL)
533 while ((pmu = perf_pmus__scan_core(pmu)) != NULL) {
603 return perf_pmus__scan_core(NULL);
H A Dprint-events.c285 while ((pmu = perf_pmus__scan_core(pmu)) != NULL) {
430 perf_pmus__scan_core(/*pmu=*/NULL)->name) > 0) {
H A Dcputopo.c485 while ((pmu = perf_pmus__scan_core(pmu)) != NULL) {
H A Dparse-events.c455 while ((pmu = perf_pmus__scan_core(pmu)) != NULL) {
1349 while ((pmu = perf_pmus__scan_core(pmu)) != NULL) {
1912 pmu = perf_pmus__scan_core(NULL);
1932 leader_pmu = perf_pmus__scan_core(NULL);
1951 pos_pmu = perf_pmus__scan_core(NULL);
/linux-master/tools/perf/arch/x86/util/
H A Devlist.c36 while ((pmu = perf_pmus__scan_core(pmu)) != NULL) {
H A Dperf_regs.c309 while ((pmu = perf_pmus__scan_core(pmu)) != NULL) {
/linux-master/tools/perf/bench/
H A Dpmu-scan.c151 perf_pmus__scan_core(NULL);
/linux-master/tools/perf/tests/
H A Dpmu-events.c774 while ((pmu = perf_pmus__scan_core(pmu)) != NULL) {

Completed in 159 milliseconds