Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/tests/
Dparse-events.c604 evsel = evsel__next(evsel); in test__checkevent_breakpoint_2_events()
650 evsel = evsel__next(evsel); in test__checkevent_list()
664 evsel = evsel__next(evsel); in test__checkevent_list()
687 evsel = evsel__next(evsel); in test__checkevent_pmu_name()
713 evsel = evsel__next(evsel); in test__checkevent_pmu_partial_time_callgraph()
757 evsel = (i == 0 ? evlist__first(evlist) : evsel__next(evsel)); in test__checkevent_pmu_events_mix()
769 evsel = evsel__next(evsel); in test__checkevent_pmu_events_mix()
876 evsel = leader = (i == 0 ? evlist__first(evlist) : evsel__next(evsel)); in test__group1()
893 evsel = evsel__next(evsel); in test__group1()
1098 evsel = leader = (i == 0 ? evlist__first(evlist) : evsel__next(evsel)); in test__group4()
[all …]
/linux-6.12.1/tools/perf/arch/x86/tests/
Dhybrid.c47 evsel = evsel__next(evsel); in test__hybrid_hw_group_event()
64 evsel = evsel__next(evsel); in test__hybrid_sw_hw_group_event()
83 evsel = evsel__next(evsel); in test__hybrid_hw_sw_group_event()
102 evsel = evsel__next(evsel); in test__hybrid_group_modifier1()
177 evsel = evsel__next(evsel); in test__hybrid_hw_group_event_2()
/linux-6.12.1/tools/perf/util/
Devsel.h452 static inline struct evsel *evsel__next(struct evsel *evsel) in evsel__next() function
Devlist.c440 evlist_cpu_itr->evsel = evsel__next(evlist_cpu_itr->evsel); in evlist_cpu_iterator__next()
Dsort.c3147 evsel = evsel__next(evsel); in find_evsel()
/linux-6.12.1/tools/perf/ui/browsers/
Dhists.c3536 pos = evsel__next(pos); in perf_evsel_menu__run()