Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/tests/
Dparse-events.c473 evsel = evsel__next(evsel); in test__checkevent_list()
484 evsel = evsel__next(evsel); in test__checkevent_list()
506 evsel = evsel__next(evsel); in test__checkevent_pmu_name()
533 evsel = evsel__next(evsel); in test__checkevent_pmu_partial_time_callgraph()
582 evsel = evsel__next(evsel); in test__checkevent_pmu_events_mix()
692 evsel = evsel__next(evsel); in test__group1()
734 evsel = evsel__next(evsel); in test__group2()
749 evsel = evsel__next(evsel); in test__group2()
792 evsel = evsel__next(evsel); in test__group3()
809 evsel = leader = evsel__next(evsel); in test__group3()
[all …]
Devsel-roundtrip-name.c58 evsel = evsel__next(evsel); in perf_evsel__roundtrip_cache_name_test()
/Linux-v6.1/tools/perf/util/
Devsel.h388 static inline struct evsel *evsel__next(struct evsel *evsel) in evsel__next() function
Devlist.c424 evlist_cpu_itr->evsel = evsel__next(evlist_cpu_itr->evsel); in evlist_cpu_iterator__next()
Dsort.c2698 evsel = evsel__next(evsel); in find_evsel()
/Linux-v6.1/tools/perf/ui/browsers/
Dhists.c3515 pos = evsel__next(pos); in perf_evsel_menu__run()