Searched refs:copy_config_terms (Results 1 – 3 of 3) sorted by relevance
84 copy_config_terms(&terms, config_terms); in add_hw_hybrid()127 copy_config_terms(&terms, config_terms); in add_raw_hybrid()181 copy_config_terms(&terms, config_terms); in parse_events__add_cache_hybrid()
215 int copy_config_terms(struct list_head *dst, struct list_head *src);
336 int copy_config_terms(struct list_head *dst, struct list_head *src) in copy_config_terms() function360 return copy_config_terms(&dst->config_terms, &src->config_terms); in evsel__copy_config_terms()