Home
last modified time | relevance | path

Searched defs:pevsel (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/tools/perf/util/
Dpython.c640 static int pyrf_evsel__init(struct pyrf_evsel *pevsel, in pyrf_evsel__init()
749 static void pyrf_evsel__delete(struct pyrf_evsel *pevsel) in pyrf_evsel__delete()
755 static PyObject *pyrf_evsel__open(struct pyrf_evsel *pevsel, in pyrf_evsel__open()
791 struct pyrf_evsel *pevsel = (void *)self; in pyrf_evsel__str() local
932 PyObject *pevsel; in pyrf_evlist__add() local
1230 static PyObject *pyrf__tracepoint(struct pyrf_evsel *pevsel, in pyrf__tracepoint()
1255 struct pyrf_evsel *pevsel = PyObject_New(struct pyrf_evsel, &pyrf_evsel__type); in pyrf_evsel__from_evsel() local
1278 struct pyrf_evsel *pevsel = (void *)pyrf_evsel__from_evsel(pos); in pyrf_evlist__from_evlist() local