pyrf_evlist       875 tools/perf/util/python.c static int pyrf_evlist__init(struct pyrf_evlist *pevlist,
pyrf_evlist       891 tools/perf/util/python.c static void pyrf_evlist__delete(struct pyrf_evlist *pevlist)
pyrf_evlist       897 tools/perf/util/python.c static PyObject *pyrf_evlist__mmap(struct pyrf_evlist *pevlist,
pyrf_evlist       917 tools/perf/util/python.c static PyObject *pyrf_evlist__poll(struct pyrf_evlist *pevlist,
pyrf_evlist       936 tools/perf/util/python.c static PyObject *pyrf_evlist__get_pollfd(struct pyrf_evlist *pevlist,
pyrf_evlist       974 tools/perf/util/python.c static PyObject *pyrf_evlist__add(struct pyrf_evlist *pevlist,
pyrf_evlist      1007 tools/perf/util/python.c static PyObject *pyrf_evlist__read_on_cpu(struct pyrf_evlist *pevlist,
pyrf_evlist      1060 tools/perf/util/python.c static PyObject *pyrf_evlist__open(struct pyrf_evlist *pevlist,
pyrf_evlist      1124 tools/perf/util/python.c 	struct pyrf_evlist *pevlist = (void *)obj;
pyrf_evlist      1131 tools/perf/util/python.c 	struct pyrf_evlist *pevlist = (void *)obj;
pyrf_evlist      1155 tools/perf/util/python.c 	.tp_basicsize	= sizeof(struct pyrf_evlist),