Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dceval.c1516 if (trace_function_exit(tstate, frame, retval)) { \
1531 trace_function_exit(tstate, frame, NULL); \
1604 trace_function_exit(PyThreadState *tstate, _PyInterpreterFrame *frame, PyObject *retval) in trace_function_exit() function