Home
last modified time | relevance | path

Searched refs:monout_stat (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sgs/prof/common/
H A Dprofv.c47 struct stat aout_stat, monout_stat; variable
705 if (monout_stat.st_mtime < so_statbuf.st_mtime) { in process_modules()
862 if (stat(mon_fn, &monout_stat) == -1) { in profver()
866 if ((fmem = mmap(0, monout_stat.st_size, in profver()
889 process_mon_out(fmem, monout_stat.st_size); in profver()
912 (void) munmap(fmem, monout_stat.st_size); in profver()
H A Dprofv.h168 extern struct stat aout_stat, monout_stat;