Searched refs:copy_config_terms (Results 1 – 2 of 2) sorted by relevance
231 int copy_config_terms(struct list_head *dst, struct list_head *src);
322 int copy_config_terms(struct list_head *dst, struct list_head *src) in copy_config_terms() function346 return copy_config_terms(&dst->config_terms, &src->config_terms); in evsel__copy_config_terms()