Home
last modified time | relevance | path

Searched refs:list_splice (Results 1 – 5 of 5) sorted by relevance

/tools/perf/util/
Dpmu.c385 list_splice(&list, terms); in pmu_alias_terms()
585 list_splice(&format, &pmu->format); in pmu_lookup()
586 list_splice(&aliases, &pmu->aliases); in pmu_lookup()
Dparse-events.c324 list_splice(config_terms, &evsel->config_terms); in __add_event()
488 list_splice(&config_terms, &evsel->config_terms); in add_tracepoint()
623 list_splice(&new_evsels, list); in add_bpf_event()
1599 list_splice(data.terms, terms); in parse_events_terms()
Devlist.c1931 list_splice(&move, &evlist->entries); in perf_evlist__to_front()
/tools/include/linux/
Dlist.h292 static inline void list_splice(const struct list_head *list, in list_splice() function
/tools/perf/
Dbuiltin-sched.c1698 list_splice(&data->work_list, &this->work_list); in __merge_work_atoms()