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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpython.c508 struct pyrf_evsel { struct
514 static int pyrf_evsel__init(struct pyrf_evsel *pevsel,
619 static void pyrf_evsel__delete(struct pyrf_evsel *pevsel)
625 static PyObject *pyrf_evsel__open(struct pyrf_evsel *pevsel,
674 .tp_basicsize = sizeof(struct pyrf_evsel),
800 evsel = &((struct pyrf_evsel *)pevsel)->evsel;
922 return Py_BuildValue("O", container_of(pos, struct pyrf_evsel, evsel));

Completed in 81 milliseconds