Searched refs:pevsel (Results 1 – 1 of 1) sorted by relevance
948 static int pyrf_evsel__init(struct pyrf_evsel *pevsel, in pyrf_evsel__init() argument1053 evsel__init(&pevsel->evsel, &attr, idx); in pyrf_evsel__init()1057 static void pyrf_evsel__delete(struct pyrf_evsel *pevsel) in pyrf_evsel__delete() argument1059 evsel__exit(&pevsel->evsel); in pyrf_evsel__delete()1060 Py_TYPE(pevsel)->tp_free((PyObject*)pevsel); in pyrf_evsel__delete()1063 static PyObject *pyrf_evsel__open(struct pyrf_evsel *pevsel, in pyrf_evsel__open() argument1066 struct evsel *evsel = &pevsel->evsel; in pyrf_evsel__open()1097 static PyObject *pyrf_evsel__cpus(struct pyrf_evsel *pevsel) in pyrf_evsel__cpus() argument1102 pcpu_map->cpus = perf_cpu_map__get(pevsel->evsel.core.cpus); in pyrf_evsel__cpus()1107 static PyObject *pyrf_evsel__threads(struct pyrf_evsel *pevsel) in pyrf_evsel__threads() argument[all …]