Lines Matching refs:pyrf_evsel
942 struct pyrf_evsel { struct
948 static int pyrf_evsel__init(struct pyrf_evsel *pevsel, in pyrf_evsel__init() argument
1057 static void pyrf_evsel__delete(struct pyrf_evsel *pevsel) in pyrf_evsel__delete()
1063 static PyObject *pyrf_evsel__open(struct pyrf_evsel *pevsel, in pyrf_evsel__open()
1097 static PyObject *pyrf_evsel__cpus(struct pyrf_evsel *pevsel) in pyrf_evsel__cpus()
1107 static PyObject *pyrf_evsel__threads(struct pyrf_evsel *pevsel) in pyrf_evsel__threads()
1144 static PyObject *pyrf_evsel__read(struct pyrf_evsel *pevsel, in pyrf_evsel__read()
1191 struct pyrf_evsel *pevsel = (void *)self; in pyrf_evsel__str()
1227 offsetof(struct pyrf_evsel, evsel.member), \
1232 offsetof(struct pyrf_evsel, evsel.core.attr.member), \
1252 .tp_basicsize = sizeof(struct pyrf_evsel),
1559 evsel = &((struct pyrf_evsel *)pevsel)->evsel; in pyrf_evlist__add()
1804 return Py_BuildValue("O", container_of(pos, struct pyrf_evsel, evsel)); in pyrf_evlist__item()
1943 static PyObject *pyrf__tracepoint(struct pyrf_evsel *pevsel, in pyrf__tracepoint()
1959 struct pyrf_evsel *pevsel = PyObject_New(struct pyrf_evsel, &pyrf_evsel__type); in pyrf_evsel__from_evsel()
2011 struct pyrf_evsel *pevsel = (void *)pyrf_evsel__from_evsel(pos); in pyrf_evlist__from_evlist()