@@ -28,19 +28,23 @@ extern "C" {
2828static inline void PyDTrace_LINE (const char * arg0 , const char * arg1 , int arg2 ) {}
2929static inline void PyDTrace_FUNCTION_ENTRY (const char * arg0 , const char * arg1 , int arg2 ) {}
3030static inline void PyDTrace_FUNCTION_RETURN (const char * arg0 , const char * arg1 , int arg2 ) {}
31+ static inline void PyDTrace_CFUNCTION_ENTRY (const char * arg0 , const char * arg1 ) {}
32+ static inline void PyDTrace_CFUNCTION_RETURN (const char * arg0 , const char * arg1 ) {}
3133static inline void PyDTrace_GC_START (int arg0 ) {}
3234static inline void PyDTrace_GC_DONE (Py_ssize_t arg0 ) {}
33- static inline void PyDTrace_INSTANCE_NEW_START (int arg0 ) {}
34- static inline void PyDTrace_INSTANCE_NEW_DONE (int arg0 ) {}
35- static inline void PyDTrace_INSTANCE_DELETE_START (int arg0 ) {}
36- static inline void PyDTrace_INSTANCE_DELETE_DONE (int arg0 ) {}
35+ static inline void PyDTrace_INSTANCE_NEW_START (const char * arg0 , const char * arg1 ) {}
36+ static inline void PyDTrace_INSTANCE_NEW_DONE (const char * arg0 , const char * arg1 ) {}
37+ static inline void PyDTrace_INSTANCE_DELETE_START (const char * arg0 , const char * arg1 ) {}
38+ static inline void PyDTrace_INSTANCE_DELETE_DONE (const char * arg0 , const char * arg1 ) {}
3739static inline void PyDTrace_IMPORT_FIND_LOAD_START (const char * arg0 ) {}
3840static inline void PyDTrace_IMPORT_FIND_LOAD_DONE (const char * arg0 , int arg1 ) {}
3941static inline void PyDTrace_AUDIT (const char * arg0 , void * arg1 ) {}
4042
4143static inline int PyDTrace_LINE_ENABLED (void ) { return 0 ; }
4244static inline int PyDTrace_FUNCTION_ENTRY_ENABLED (void ) { return 0 ; }
4345static inline int PyDTrace_FUNCTION_RETURN_ENABLED (void ) { return 0 ; }
46+ static inline int PyDTrace_CFUNCTION_ENTRY_ENABLED (void ) { return 0 ; }
47+ static inline int PyDTrace_CFUNCTION_RETURN_ENABLED (void ) { return 0 ; }
4448static inline int PyDTrace_GC_START_ENABLED (void ) { return 0 ; }
4549static inline int PyDTrace_GC_DONE_ENABLED (void ) { return 0 ; }
4650static inline int PyDTrace_INSTANCE_NEW_START_ENABLED (void ) { return 0 ; }
0 commit comments