Home
last modified time | relevance | path

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

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