• Home
  • Raw
  • Download

Lines Matching defs:interp

895     PyInterpreterState *interp, PyThreadState *tstate, PyObject **args,  in call_one_instrument()
936 global_version(PyInterpreterState *interp) in global_version()
966 PyInterpreterState *interp = tstate->interp; in set_global_version() local
986 is_version_up_to_date(PyCodeObject *code, PyInterpreterState *interp) in is_version_up_to_date()
994 instrumentation_cross_checks(PyInterpreterState *interp, PyCodeObject *code) in instrumentation_cross_checks()
1004 debug_check_sanity(PyInterpreterState *interp, PyCodeObject *code) in debug_check_sanity()
1017 get_tools_for_instruction(PyCodeObject *code, PyInterpreterState *interp, int i, int event) in get_tools_for_instruction()
1085 PyInterpreterState *interp = tstate->interp; in call_instrumentation_vector() local
1232 PyInterpreterState *interp = tstate->interp; in _Py_call_instrumentation_line() local
1355 PyInterpreterState *interp = tstate->interp; in _Py_call_instrumentation_instruction() local
1633 update_instrumentation_data(PyCodeObject *code, PyInterpreterState *interp) in update_instrumentation_data()
1700 force_instrument_lock_held(PyCodeObject *code, PyInterpreterState *interp) in force_instrument_lock_held()
1832 instrument_lock_held(PyCodeObject *code, PyInterpreterState *interp) in instrument_lock_held()
1848 _Py_Instrument(PyCodeObject *code, PyInterpreterState *interp) in _Py_Instrument()
1866 instrument_all_executing_code_objects(PyInterpreterState *interp) { in instrument_all_executing_code_objects()
1915 check_tool(PyInterpreterState *interp, int tool_id) in check_tool()
1935 PyInterpreterState *interp = tstate->interp; in _PyMonitoring_SetEvents() local
1969 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyMonitoring_SetLocalEvents() local
2005 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyMonitoring_GetLocalEvents() local
2056 PyInterpreterState *interp = _PyInterpreterState_GET(); in monitoring_use_tool_id_impl() local
2080 PyInterpreterState *interp = _PyInterpreterState_GET(); in monitoring_free_tool_id_impl() local
2102 PyInterpreterState *interp = _PyInterpreterState_GET(); in monitoring_get_tool_impl() local
2293 PyInterpreterState *interp = tstate->interp; in monitoring_restart_events_impl() local
2334 PyInterpreterState *interp = _PyInterpreterState_GET(); in monitoring__all_events_impl() local
2433 PyInterpreterState *interp = tstate->interp; in capi_call_instrumentation() local
2491 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyMonitoring_EnterScope() local