Home
last modified time | relevance | path

Searched refs:evsel__clone (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Devsel.h261 struct evsel *evsel__clone(struct evsel *dest, struct evsel *orig);
H A Dcgroup.c472 evsel = evsel__clone(/*dest=*/NULL, pos); in evlist__expand_cgroup()
H A Dpython.c1967 evsel__clone(&pevsel->evsel, evsel); in pyrf_evsel__from_evsel()
H A Devsel.c471 struct evsel *evsel__clone(struct evsel *dest, struct evsel *orig) in evsel__clone() function