Home
last modified time | relevance | path

Searched refs:perf_evsel__next (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/perf/tests/
Dparse-events.c445 evsel = perf_evsel__next(evsel); in test__checkevent_list()
456 evsel = perf_evsel__next(evsel); in test__checkevent_list()
478 evsel = perf_evsel__next(evsel); in test__checkevent_pmu_name()
506 evsel = perf_evsel__next(evsel); in test__checkevent_pmu_partial_time_callgraph()
554 evsel = perf_evsel__next(evsel); in test__checkevent_pmu_events_mix()
635 evsel = perf_evsel__next(evsel); in test__group1()
677 evsel = perf_evsel__next(evsel); in test__group2()
692 evsel = perf_evsel__next(evsel); in test__group2()
735 evsel = perf_evsel__next(evsel); in test__group3()
752 evsel = leader = perf_evsel__next(evsel); in test__group3()
[all …]
Devsel-roundtrip-name.c58 evsel = perf_evsel__next(evsel); in perf_evsel__roundtrip_cache_name_test()
/Linux-v4.19/tools/perf/util/
Devsel.h363 static inline struct perf_evsel *perf_evsel__next(struct perf_evsel *evsel) in perf_evsel__next() function
Dsort.c2230 evsel = perf_evsel__next(evsel); in find_evsel()
/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c3181 pos = perf_evsel__next(pos); in perf_evsel_menu__run()