Searched refs:py_perf_events (Results 1 – 1 of 1) sorted by relevance
363 py::list py_perf_events; in initPythonBindings() local366 py_perf_events.append(mbytes); in initPythonBindings()390 py::list py_perf_events = t[4].cast<py::list>(); in initPythonBindings() local391 performance_events.resize(py_perf_events.size()); in initPythonBindings()392 for (const auto& py_perf_event : py_perf_events) { in initPythonBindings()