System statistical and call profiling
support by Rogier Meurs <rogier@meurs.org>.
This commit is contained in:
@@ -179,5 +179,20 @@ _PROTOTYPE( int do_iopenable, (message *m_ptr) );
|
||||
_PROTOTYPE( int do_setgrant, (message *m_ptr) );
|
||||
_PROTOTYPE( int do_readbios, (message *m_ptr) );
|
||||
|
||||
_PROTOTYPE( int do_sprofile, (message *m_ptr) );
|
||||
#if ! SPROFILE
|
||||
#define do_sprofile do_unused
|
||||
#endif
|
||||
|
||||
_PROTOTYPE( int do_cprofile, (message *m_ptr) );
|
||||
#if ! CPROFILE
|
||||
#define do_cprofile do_unused
|
||||
#endif
|
||||
|
||||
_PROTOTYPE( int do_profbuf, (message *m_ptr) );
|
||||
#if ! CPROFILE
|
||||
#define do_profbuf do_unused
|
||||
#endif
|
||||
|
||||
#endif /* SYSTEM_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user