Home
last modified time | relevance | path

Searched refs:list_splice_tail (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/include/linux/
Dlist.h304 static inline void list_splice_tail(struct list_head *list, in list_splice_tail() function
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Devlist.c117 list_splice_tail(list, &evlist->entries); in perf_evlist__splice_list_tail()
Dparse-events.c683 list_splice_tail(list_event, list_all); in parse_events_update_lists()