Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dpython.c693 PyObject *py_list = state; in pyrf_pmu__events_cb() local
709 PyList_Append(py_list, dict) != 0) { in pyrf_pmu__events_cb()
720 PyObject *py_list = PyList_New(0); in pyrf_pmu__events() local
723 if (!py_list) in pyrf_pmu__events()
728 py_list, in pyrf_pmu__events()
731 Py_DECREF(py_list); in pyrf_pmu__events()
736 return py_list; in pyrf_pmu__events()
2153 PyObject *py_list = vdata; in pyrf__metrics_cb() local
2173 PyList_Append(py_list, dict) != 0) { in pyrf__metrics_cb()