Home
last modified time | relevance | path

Searched refs:DBG_TOTALTIME (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c225 (void) gettimeofday(&DBG_TOTALTIME, NULL); in setup()
226 DBG_DELTATIME = DBG_TOTALTIME; in setup()
839 struct timeval total = DBG_TOTALTIME; in setup()
852 DBG_TOTALTIME = total; in setup()
H A Ddebug.c334 conv_time(&DBG_TOTALTIME, &new, &buf)); in dbg_print()
H A Dutil.c3213 (gettimeofday(&DBG_TOTALTIME, NULL) == 0)) { in enter()
3214 DBG_DELTATIME = DBG_TOTALTIME; in enter()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldmain.c155 (void) gettimeofday(&DBG_TOTALTIME, NULL); in ld_main()
156 DBG_DELTATIME = DBG_TOTALTIME; in ld_main()
H A Ddebug.c217 (void) fputs(conv_time(&DBG_TOTALTIME, &new, in dbg_print()
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h251 #define DBG_TOTALTIME (dbg_desc->d_totaltime) macro