Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dpython.c819 struct pyrf_evsel { struct
825 static int pyrf_evsel__init(struct pyrf_evsel *pevsel, in pyrf_evsel__init() argument
934 static void pyrf_evsel__delete(struct pyrf_evsel *pevsel) in pyrf_evsel__delete()
940 static PyObject *pyrf_evsel__open(struct pyrf_evsel *pevsel, in pyrf_evsel__open()
989 .tp_basicsize = sizeof(struct pyrf_evsel),
1120 evsel = &((struct pyrf_evsel *)pevsel)->evsel; in pyrf_evlist__add()
1268 return Py_BuildValue("O", container_of(pos, struct pyrf_evsel, evsel)); in pyrf_evlist__item()
1379 static PyObject *pyrf__tracepoint(struct pyrf_evsel *pevsel, in pyrf__tracepoint()