Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dpython.c712 static int pyrf_evsel__init(struct pyrf_evsel *pevsel, in pyrf_evsel__init() argument
817 evsel__init(&pevsel->evsel, &attr, idx); in pyrf_evsel__init()
821 static void pyrf_evsel__delete(struct pyrf_evsel *pevsel) in pyrf_evsel__delete() argument
823 evsel__exit(&pevsel->evsel); in pyrf_evsel__delete()
824 Py_TYPE(pevsel)->tp_free((PyObject*)pevsel); in pyrf_evsel__delete()
827 static PyObject *pyrf_evsel__open(struct pyrf_evsel *pevsel, in pyrf_evsel__open() argument
830 struct evsel *evsel = &pevsel->evsel; in pyrf_evsel__open()
1000 PyObject *pevsel; in pyrf_evlist__add() local
1003 if (!PyArg_ParseTuple(args, "O", &pevsel)) in pyrf_evlist__add()
1274 pyrf__tracepoint(struct pyrf_evsel *pevsel, PyObject *args, PyObject *kwargs) pyrf__tracepoint() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dpython.c815 static int pyrf_evsel__init(struct pyrf_evsel *pevsel, in pyrf_evsel__init() argument
920 evsel__init(&pevsel->evsel, &attr, idx); in pyrf_evsel__init()
924 static void pyrf_evsel__delete(struct pyrf_evsel *pevsel) in pyrf_evsel__delete() argument
926 evsel__exit(&pevsel->evsel); in pyrf_evsel__delete()
927 Py_TYPE(pevsel)->tp_free((PyObject*)pevsel); in pyrf_evsel__delete()
930 static PyObject *pyrf_evsel__open(struct pyrf_evsel *pevsel, in pyrf_evsel__open() argument
933 struct evsel *evsel = &pevsel->evsel; in pyrf_evsel__open()
1103 PyObject *pevsel; in pyrf_evlist__add() local
1106 if (!PyArg_ParseTuple(args, "O", &pevsel)) in pyrf_evlist__add()
1369 pyrf__tracepoint(struct pyrf_evsel *pevsel, PyObject *args, PyObject *kwargs) pyrf__tracepoint() argument
[all...]

Completed in 4 milliseconds