Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dpython.c706 struct pyrf_evsel { struct
712 static int pyrf_evsel__init(struct pyrf_evsel *pevsel, in pyrf_evsel__init()
821 static void pyrf_evsel__delete(struct pyrf_evsel *pevsel) in pyrf_evsel__delete()
827 static PyObject *pyrf_evsel__open(struct pyrf_evsel *pevsel, in pyrf_evsel__open()
876 .tp_basicsize = sizeof(struct pyrf_evsel),
1007 evsel = &((struct pyrf_evsel *)pevsel)->evsel; in pyrf_evlist__add()
1163 return Py_BuildValue("O", container_of(pos, struct pyrf_evsel, evsel)); in pyrf_evlist__item()
1274 static PyObject *pyrf__tracepoint(struct pyrf_evsel *pevsel, in pyrf__tracepoint()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dpython.c809 struct pyrf_evsel { struct
815 static int pyrf_evsel__init(struct pyrf_evsel *pevsel, in pyrf_evsel__init()
924 static void pyrf_evsel__delete(struct pyrf_evsel *pevsel) in pyrf_evsel__delete()
930 static PyObject *pyrf_evsel__open(struct pyrf_evsel *pevsel, in pyrf_evsel__open()
979 .tp_basicsize = sizeof(struct pyrf_evsel),
1110 evsel = &((struct pyrf_evsel *)pevsel)->evsel; in pyrf_evlist__add()
1258 return Py_BuildValue("O", container_of(pos, struct pyrf_evsel, evsel)); in pyrf_evlist__item()
1369 static PyObject *pyrf__tracepoint(struct pyrf_evsel *pevsel, in pyrf__tracepoint()

Completed in 4 milliseconds