Searched refs:gmonout_info (Results 1 – 2 of 2) sorted by relevance
1188 if (gmonout_info.mtime < so_statbuf.st_mtime) { in process_modules()1519 gmonout_info.dev = buf.st_dev; in handle_versioned()1520 gmonout_info.ino = buf.st_ino; in handle_versioned()1521 gmonout_info.mtime = buf.st_mtime; in handle_versioned()1522 gmonout_info.size = buf.st_size; in handle_versioned()
193 fl_info_t gmonout_info; /* current gmonout's info */ variable