pyrf_evsel        691 tools/perf/util/python.c static int pyrf_evsel__init(struct pyrf_evsel *pevsel,
pyrf_evsel        800 tools/perf/util/python.c static void pyrf_evsel__delete(struct pyrf_evsel *pevsel)
pyrf_evsel        806 tools/perf/util/python.c static PyObject *pyrf_evsel__open(struct pyrf_evsel *pevsel,
pyrf_evsel        855 tools/perf/util/python.c 	.tp_basicsize	= sizeof(struct pyrf_evsel),
pyrf_evsel        986 tools/perf/util/python.c 	evsel = &((struct pyrf_evsel *)pevsel)->evsel;
pyrf_evsel       1142 tools/perf/util/python.c 	return Py_BuildValue("O", container_of(pos, struct pyrf_evsel, evsel));
pyrf_evsel       1253 tools/perf/util/python.c static PyObject *pyrf__tracepoint(struct pyrf_evsel *pevsel,