HomeSort by relevance Sort by last modified time
    Searched refs:c_profilefunc (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Utility/
Profile.c 44 (PyThreadState_GET()->c_profilefunc || (CYTHON_TRACE && PyThreadState_GET()->c_tracefunc)))) { \
50 (PyThreadState_GET()->c_profilefunc || (CYTHON_TRACE && PyThreadState_GET()->c_tracefunc))) { \
58 tstate->c_profilefunc( \
72 if (tstate->c_profilefunc) \
73 tstate->c_profilefunc( \
143 if (!tstate->c_profilefunc)
147 retval = tstate->c_profilefunc(tstate->c_profileobj, *frame, PyTrace_CALL, NULL) == 0;
148 tstate->use_tracing = (tstate->c_profilefunc ||
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 70 Py_tracefunc c_profilefunc; member in struct:_ts
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 70 Py_tracefunc c_profilefunc; member in struct:_ts

Completed in 4984 milliseconds