Lines Matching refs:list
133 * @evlist: selected event list
206 void evlist__splice_list_tail(struct evlist *evlist, struct list_head *list)
208 while (!list_empty(list)) {
211 __evlist__for_each_entry_safe(list, temp, evsel) {
218 __evlist__for_each_entry_safe(list, temp, evsel) {
413 /* Ensure the empty list doesn't iterate. */
423 * through the list.
455 * the list.
984 * @evlist: list of events
2236 * @evlist: event list
2474 * and warn if the user CPU list is inapplicable for the event's PMU's
2475 * CPUs. Not core PMUs list a CPU in sysfs, but this may be overwritten by a
2477 * events on the CPUs in their list and otherwise the event isn't supported.
2478 * @evlist: The list of events being checked.
2479 * @cpu_list: The user provided list of CPUs.