Searched refs:pevsel (Results 1 – 1 of 1) sorted by relevance
764 static int pyrf_evsel__init(struct pyrf_evsel *pevsel, in pyrf_evsel__init() argument869 evsel__init(&pevsel->evsel, &attr, idx); in pyrf_evsel__init()873 static void pyrf_evsel__delete(struct pyrf_evsel *pevsel) in pyrf_evsel__delete() argument875 evsel__exit(&pevsel->evsel); in pyrf_evsel__delete()876 Py_TYPE(pevsel)->tp_free((PyObject*)pevsel); in pyrf_evsel__delete()879 static PyObject *pyrf_evsel__open(struct pyrf_evsel *pevsel, in pyrf_evsel__open() argument882 struct evsel *evsel = &pevsel->evsel; in pyrf_evsel__open()1052 PyObject *pevsel; in pyrf_evlist__add() local1055 if (!PyArg_ParseTuple(args, "O", &pevsel)) in pyrf_evlist__add()1058 Py_INCREF(pevsel); in pyrf_evlist__add()[all …]