Searched refs:move_evsel (Results 1 – 2 of 2) sorted by relevance
244 void evlist__to_front(struct evlist *evlist, struct evsel *move_evsel);
1602 void evlist__to_front(struct evlist *evlist, struct evsel *move_evsel) in evlist__to_front() argument1607 if (move_evsel == evlist__first(evlist)) in evlist__to_front()1611 if (evsel__leader(evsel) == evsel__leader(move_evsel)) in evlist__to_front()
Completed in 10 milliseconds