Searched refs:move_evsel (Results 1 – 2 of 2) sorted by relevance
262 void evlist__to_front(struct evlist *evlist, struct evsel *move_evsel);
1647 void evlist__to_front(struct evlist *evlist, struct evsel *move_evsel) in evlist__to_front() argument1652 if (move_evsel == evlist__first(evlist)) in evlist__to_front()1656 if (evsel__leader(evsel) == evsel__leader(move_evsel)) in evlist__to_front()
Completed in 8 milliseconds