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.c281 struct perf_pmu *perf_pmus__scan_core(struct perf_pmu *pmu) function
616 while ((pmu = perf_pmus__scan_core(pmu)) != NULL)
629 while ((pmu = perf_pmus__scan_core(pmu)) != NULL) {
699 return perf_pmus__scan_core(NULL);
H A Dprint-events.c300 while ((pmu = perf_pmus__scan_core(pmu)) != NULL) {
H A Dcputopo.c485 while ((pmu = perf_pmus__scan_core(pmu)) != NULL) {
H A Dparse-events.c1380 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 155 milliseconds