Searched refs:evlist__splice_list_tail (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | cgroup.c | 440 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 D | evlist.h | 232 void evlist__splice_list_tail(struct evlist *evlist, struct list_head *list);
|
| H A D | metricgroup.c | 1540 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 D | evlist.c | 223 void evlist__splice_list_tail(struct evlist *evlist, struct list_head *list) in evlist__splice_list_tail() function
|
| H A D | parse-events.c | 2220 evlist__splice_list_tail(evlist, &parse_state.list); in __parse_events()
|
| /linux/tools/perf/ |
| H A D | builtin-stat.c | 2122 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 D | builtin-top.c | 1703 evlist__splice_list_tail(top.evlist, &def_evlist->core.entries); in cmd_top()
|
| H A D | builtin-record.c | 4313 evlist__splice_list_tail(rec->evlist, &def_evlist->core.entries); in cmd_record()
|