Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dpython.c629 struct pyrf_evsel { struct
635 static int pyrf_evsel__init(struct pyrf_evsel *pevsel, in pyrf_evsel__init() argument
744 static void pyrf_evsel__delete(struct pyrf_evsel *pevsel) in pyrf_evsel__delete()
750 static PyObject *pyrf_evsel__open(struct pyrf_evsel *pevsel, in pyrf_evsel__open()
786 struct pyrf_evsel *pevsel = (void *)self; in pyrf_evsel__str()
807 offsetof(struct pyrf_evsel, evsel.member), \
812 offsetof(struct pyrf_evsel, evsel.core.attr.member), \
832 .tp_basicsize = sizeof(struct pyrf_evsel),
967 evsel = &((struct pyrf_evsel *)pevsel)->evsel; in pyrf_evlist__add()
1321 static PyObject *pyrf__tracepoint(struct pyrf_evsel *pevsel, in pyrf__tracepoint()
[all …]