Home
last modified time | relevance | path

Searched refs:evlist__splice_list_tail (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/util/
H A Dcgroup.c440 evlist__splice_list_tail(orig_list, &evlist->core.entries); in evlist__expand_cgroup()
494 evlist__splice_list_tail(evlist, &tmp_list->core.entries); in evlist__expand_cgroup()
H A Devlist.h232 void evlist__splice_list_tail(struct evlist *evlist, struct list_head *list);
H A Dmetricgroup.c1540 evlist__splice_list_tail(perf_evlist, &combined_evlist->core.entries); in parse_groups()
1546 evlist__splice_list_tail(perf_evlist, &m->evlist->core.entries); in parse_groups()
H A Devlist.c223 void evlist__splice_list_tail(struct evlist *evlist, struct list_head *list) in evlist__splice_list_tail() function
H A Dparse-events.c2220 evlist__splice_list_tail(evlist, &parse_state.list); in __parse_events()
/linux/tools/perf/
H A Dbuiltin-stat.c2122 evlist__splice_list_tail(evlist, &metric_evlist->core.entries); in add_default_events()
2143 evlist__splice_list_tail(evsel_list, &evlist->core.entries); in add_default_events()
H A Dbuiltin-top.c1703 evlist__splice_list_tail(top.evlist, &def_evlist->core.entries); in cmd_top()
H A Dbuiltin-record.c4313 evlist__splice_list_tail(rec->evlist, &def_evlist->core.entries); in cmd_record()