Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dparse-events.c439 evsel = perf_evsel__next(evsel); in test__checkevent_list()
450 evsel = perf_evsel__next(evsel); in test__checkevent_list()
472 evsel = perf_evsel__next(evsel); in test__checkevent_pmu_name()
500 evsel = perf_evsel__next(evsel); in test__checkevent_pmu_partial_time_callgraph()
548 evsel = perf_evsel__next(evsel); in test__checkevent_pmu_events_mix()
629 evsel = perf_evsel__next(evsel); in test__group1()
671 evsel = perf_evsel__next(evsel); in test__group2()
686 evsel = perf_evsel__next(evsel); in test__group2()
729 evsel = perf_evsel__next(evsel); in test__group3()
746 evsel = leader = perf_evsel__next(evsel); in test__group3()
[all …]
Devsel-roundtrip-name.c55 evsel = perf_evsel__next(evsel); in perf_evsel__roundtrip_cache_name_test()
/linux-4.4.14/tools/perf/util/
Devsel.h310 static inline struct perf_evsel *perf_evsel__next(struct perf_evsel *evsel) in perf_evsel__next() function
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c2206 pos = perf_evsel__next(pos); in perf_evsel_menu__run()