Searched refs:perf_evsel__next (Results 1 – 3 of 3) sorted by relevance
399 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 …]
54 evsel = perf_evsel__next(evsel); in perf_evsel__roundtrip_cache_name_test()
263 static inline struct perf_evsel *perf_evsel__next(struct perf_evsel *evsel) in perf_evsel__next() function