Home
last modified time | relevance | path

Searched refs:copy_config_terms (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Devsel.h262 int copy_config_terms(struct list_head *dst, struct list_head *src);
H A Devsel.c437 int copy_config_terms(struct list_head *dst, struct list_head *src) in copy_config_terms() function
461 return copy_config_terms(&dst->config_terms, &src->config_terms); in evsel__copy_config_terms()