Lines Matching refs:c_profilefunc
1008 if (tstate->c_profilefunc != NULL) { in PyEval_EvalFrameEx()
1011 if (call_trace_protected(tstate->c_profilefunc, in PyEval_EvalFrameEx()
3332 if (tstate->c_profilefunc) { in PyEval_EvalFrameEx()
3334 call_trace_protected(tstate->c_profilefunc, in PyEval_EvalFrameEx()
3337 else if (call_trace(tstate->c_profilefunc, in PyEval_EvalFrameEx()
4045 || (tstate->c_profilefunc != NULL)); in call_trace()
4061 || (tstate->c_profilefunc != NULL)); in _PyEval_CallTracing()
4104 tstate->c_profilefunc = NULL; in PyEval_SetProfile()
4109 tstate->c_profilefunc = func; in PyEval_SetProfile()
4125 tstate->use_tracing = tstate->c_profilefunc != NULL; in PyEval_SetTrace()
4131 || (tstate->c_profilefunc != NULL)); in PyEval_SetTrace()
4299 if (tstate->use_tracing && tstate->c_profilefunc) { \
4300 if (call_trace(tstate->c_profilefunc, \
4308 if (tstate->c_profilefunc != NULL) { \
4310 call_trace_protected(tstate->c_profilefunc, \
4316 if (call_trace(tstate->c_profilefunc, \