Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/
Dparse-events.c431 evsel = perf_evsel__next(evsel); in test__checkevent_list()
442 evsel = perf_evsel__next(evsel); in test__checkevent_list()
464 evsel = perf_evsel__next(evsel); in test__checkevent_pmu_name()
507 evsel = perf_evsel__next(evsel); in test__checkevent_pmu_events_mix()
588 evsel = perf_evsel__next(evsel); in test__group1()
630 evsel = perf_evsel__next(evsel); in test__group2()
645 evsel = perf_evsel__next(evsel); in test__group2()
688 evsel = perf_evsel__next(evsel); in test__group3()
705 evsel = leader = perf_evsel__next(evsel); in test__group3()
723 evsel = 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.1.27/tools/perf/util/
Devsel.h278 static inline struct perf_evsel *perf_evsel__next(struct perf_evsel *evsel) in perf_evsel__next() function
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c1926 pos = perf_evsel__next(pos); in perf_evsel_menu__run()