Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dparse-events-hybrid.c102 copy_config_terms(&terms, config_terms); in add_hw_hybrid()
148 copy_config_terms(&terms, config_terms); in add_raw_hybrid()
205 copy_config_terms(&terms, config_terms); in parse_events__add_cache_hybrid()
Devsel.h230 int copy_config_terms(struct list_head *dst, struct list_head *src);
Devsel.c361 int copy_config_terms(struct list_head *dst, struct list_head *src) in copy_config_terms() function
385 return copy_config_terms(&dst->config_terms, &src->config_terms); in evsel__copy_config_terms()