Add cygnus hooks declarations

This commit is contained in:
Patrick Lipka 2025-08-18 17:00:48 +02:00
parent f284304dd6
commit cad600fd59
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ void rvprof_region_end(const char* name);
// not called by instrumented code direclty anymore
void rvprof_finalize(void);
// cygnus function hooks
void __cyg_profile_func_enter(void *this_fn, void *call_site);
void __cyg_profile_func_exit(void *this_fn, void *call_site);
#ifdef __cplusplus
extern }
#endif