Add cygnus hooks declarations
This commit is contained in:
parent
f284304dd6
commit
cad600fd59
4
rvprof.h
4
rvprof.h
|
@ -21,6 +21,10 @@ void rvprof_region_end(const char* name);
|
||||||
// not called by instrumented code direclty anymore
|
// not called by instrumented code direclty anymore
|
||||||
void rvprof_finalize(void);
|
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
|
#ifdef __cplusplus
|
||||||
extern }
|
extern }
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue