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

/linux-master/tools/perf/util/
H A Devsel.h232 int copy_config_terms(struct list_head *dst, struct list_head *src);
H A Devsel.c323 int copy_config_terms(struct list_head *dst, struct list_head *src) function
347 return copy_config_terms(&dst->config_terms, &src->config_terms);

Completed in 264 milliseconds