Home
last modified time | relevance | path

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

/third_party/python/Python/
Dceval.c65 static int prtrace(PyThreadState *, PyObject *, const char *);
1408 lltrace && prtrace(tstate, TOP(), "push")); \
1410 #define POP() ((void)(lltrace && prtrace(tstate, TOP(), "pop")), \
1415 lltrace && prtrace(tstate, TOP(), "stackadj")); \
1420 (void)(lltrace && prtrace(tstate, TOP(), "stackadj")); \
1425 prtrace(tstate, (STACK_POINTER)[-1], "ext_pop")), \
5369 prtrace(PyThreadState *tstate, PyObject *v, const char *str) in prtrace() function