Searched refs:evsel__next (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/arch/x86/tests/
H A Dhybrid.c47 evsel = evsel__next(evsel);
64 evsel = evsel__next(evsel);
83 evsel = evsel__next(evsel);
102 evsel = evsel__next(evsel);
177 evsel = evsel__next(evsel);
/linux-master/tools/perf/tests/
H A Dparse-events.c614 evsel = evsel__next(evsel);
660 evsel = evsel__next(evsel);
674 evsel = evsel__next(evsel);
697 evsel = evsel__next(evsel);
724 evsel = evsel__next(evsel);
768 evsel = (i == 0 ? evlist__first(evlist) : evsel__next(evsel));
780 evsel = evsel__next(evsel);
887 evsel = leader = (i == 0 ? evlist__first(evlist) : evsel__next(evsel));
904 evsel = evsel__next(evsel);
1109 evsel = leader = (i == 0 ? evlist__first(evlist) : evsel__next(evse
[all...]
/linux-master/tools/perf/util/
H A Devsel.h413 static inline struct evsel *evsel__next(struct evsel *evsel) function
H A Devlist.c435 evlist_cpu_itr->evsel = evsel__next(evlist_cpu_itr->evsel);
H A Dsort.c3086 evsel = evsel__next(evsel);
/linux-master/tools/perf/ui/browsers/
H A Dhists.c3505 pos = evsel__next(pos);

Completed in 174 milliseconds