Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/tests/
Dparse-events.c399 evsel = perf_evsel__next(evsel); in test__checkevent_list()
410 evsel = perf_evsel__next(evsel); in test__checkevent_list()
432 evsel = perf_evsel__next(evsel); in test__checkevent_pmu_name()
527 evsel = perf_evsel__next(evsel); in test__group1()
569 evsel = perf_evsel__next(evsel); in test__group2()
584 evsel = perf_evsel__next(evsel); in test__group2()
627 evsel = perf_evsel__next(evsel); in test__group3()
644 evsel = leader = perf_evsel__next(evsel); in test__group3()
662 evsel = perf_evsel__next(evsel); in test__group3()
676 evsel = perf_evsel__next(evsel); in test__group3()
[all …]
Devsel-roundtrip-name.c54 evsel = perf_evsel__next(evsel); in perf_evsel__roundtrip_cache_name_test()
/external/linux-tools-perf/src/tools/perf/util/
Devsel.h263 static inline struct perf_evsel *perf_evsel__next(struct perf_evsel *evsel) in perf_evsel__next() function