Searched refs:monout_stat (Results 1 – 2 of 2) sorted by relevance
47 struct stat aout_stat, monout_stat; variable705 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()
168 extern struct stat aout_stat, monout_stat;