Searched refs:get_traces (Results 1 – 1 of 1) sorted by relevance
1276 get_traces_t *get_traces = user_data; in tracemalloc_get_traces_fill() local1280 PyObject *tuple = trace_to_pyobject(get_traces->domain, trace, in tracemalloc_get_traces_fill()1281 get_traces->tracebacks); in tracemalloc_get_traces_fill()1286 int res = PyList_Append(get_traces->list, tuple); in tracemalloc_get_traces_fill()1301 get_traces_t *get_traces = user_data; in tracemalloc_get_traces_domain() local1306 get_traces->domain = domain; in tracemalloc_get_traces_domain()1309 get_traces); in tracemalloc_get_traces_domain()1337 get_traces_t get_traces; in _tracemalloc__get_traces_impl() local1338 get_traces.domain = DEFAULT_DOMAIN; in _tracemalloc__get_traces_impl()1339 get_traces.traces = NULL; in _tracemalloc__get_traces_impl()[all …]