Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devlist.h115 void evlist__remove(struct evlist *evlist, struct evsel *evsel);
H A Devlist.c217 void evlist__remove(struct evlist *evlist, struct evsel *evsel) in evlist__remove() function
/linux/tools/perf/
H A Dbuiltin-record.c1426 evlist__remove(evlist, pos); in record__open()