pevlist           101 tools/perf/builtin-inject.c 				   struct evlist **pevlist)
pevlist           107 tools/perf/builtin-inject.c 	ret = perf_event__process_attr(tool, event, pevlist);
pevlist          2040 tools/perf/builtin-script.c 			struct evlist **pevlist)
pevlist          2048 tools/perf/builtin-script.c 	err = perf_event__process_attr(tool, event, pevlist);
pevlist          2052 tools/perf/builtin-script.c 	evlist = *pevlist;
pevlist          2053 tools/perf/builtin-script.c 	evsel = evlist__last(*pevlist);
pevlist            12 tools/perf/tests/parse-no-sample-id-all.c static int process_event(struct evlist **pevlist, union perf_event *event)
pevlist            17 tools/perf/tests/parse-no-sample-id-all.c 		if (perf_event__process_attr(NULL, event, pevlist)) {
pevlist            27 tools/perf/tests/parse-no-sample-id-all.c 	if (!*pevlist)
pevlist            30 tools/perf/tests/parse-no-sample-id-all.c 	if (perf_evlist__parse_sample(*pevlist, event, &sample)) {
pevlist          3721 tools/perf/util/header.c 			     struct evlist **pevlist)
pevlist          3725 tools/perf/util/header.c 	struct evlist *evlist = *pevlist;
pevlist          3728 tools/perf/util/header.c 		*pevlist = evlist = evlist__new();
pevlist          3759 tools/perf/util/header.c 				     struct evlist **pevlist)
pevlist          3768 tools/perf/util/header.c 	if (!pevlist || *pevlist == NULL)
pevlist          3771 tools/perf/util/header.c 	evlist = *pevlist;
pevlist           141 tools/perf/util/header.h 			     struct evlist **pevlist);
pevlist           144 tools/perf/util/header.h 				     struct evlist **pevlist);
pevlist           875 tools/perf/util/python.c static int pyrf_evlist__init(struct pyrf_evlist *pevlist,
pevlist           887 tools/perf/util/python.c 	evlist__init(&pevlist->evlist, cpus, threads);
pevlist           891 tools/perf/util/python.c static void pyrf_evlist__delete(struct pyrf_evlist *pevlist)
pevlist           893 tools/perf/util/python.c 	evlist__exit(&pevlist->evlist);
pevlist           894 tools/perf/util/python.c 	Py_TYPE(pevlist)->tp_free((PyObject*)pevlist);
pevlist           897 tools/perf/util/python.c static PyObject *pyrf_evlist__mmap(struct pyrf_evlist *pevlist,
pevlist           900 tools/perf/util/python.c 	struct evlist *evlist = &pevlist->evlist;
pevlist           917 tools/perf/util/python.c static PyObject *pyrf_evlist__poll(struct pyrf_evlist *pevlist,
pevlist           920 tools/perf/util/python.c 	struct evlist *evlist = &pevlist->evlist;
pevlist           936 tools/perf/util/python.c static PyObject *pyrf_evlist__get_pollfd(struct pyrf_evlist *pevlist,
pevlist           940 tools/perf/util/python.c 	struct evlist *evlist = &pevlist->evlist;
pevlist           974 tools/perf/util/python.c static PyObject *pyrf_evlist__add(struct pyrf_evlist *pevlist,
pevlist           978 tools/perf/util/python.c 	struct evlist *evlist = &pevlist->evlist;
pevlist          1007 tools/perf/util/python.c static PyObject *pyrf_evlist__read_on_cpu(struct pyrf_evlist *pevlist,
pevlist          1010 tools/perf/util/python.c 	struct evlist *evlist = &pevlist->evlist;
pevlist          1060 tools/perf/util/python.c static PyObject *pyrf_evlist__open(struct pyrf_evlist *pevlist,
pevlist          1063 tools/perf/util/python.c 	struct evlist *evlist = &pevlist->evlist;
pevlist          1124 tools/perf/util/python.c 	struct pyrf_evlist *pevlist = (void *)obj;
pevlist          1126 tools/perf/util/python.c 	return pevlist->evlist.core.nr_entries;
pevlist          1131 tools/perf/util/python.c 	struct pyrf_evlist *pevlist = (void *)obj;
pevlist          1134 tools/perf/util/python.c 	if (i >= pevlist->evlist.core.nr_entries)
pevlist          1137 tools/perf/util/python.c 	evlist__for_each_entry(&pevlist->evlist, pos) {
pevlist           315 tools/perf/util/session.c 					 struct evlist **pevlist
pevlist           324 tools/perf/util/session.c 						 struct evlist **pevlist
pevlist            27 tools/perf/util/tool.h 			     struct evlist **pevlist);