Searched refs:st_mtime (Results 1 – 6 of 6) sorted by relevance
184 union { time_t st_mtime; struct timespec st_mtim; }; /* time of last modification */ member
156 return buf.st_mtime >= info->core_time ? buf.st_size : TEST_FAIL; in try_core_file()
271 time_t stctime = st.st_mtime; in output_headers()
3519 stctime = st.st_mtime; in perf_header__fprintf_info()
948 strftime(mtime, sizeof(mtime), "%c", localtime(&st->st_mtime)); in show_file()951 mtime, now - st->st_mtime, in show_file()
932 if (st.st_mtim.tv_sec != st.st_mtime || st.st_mtim.tv_nsec > 1000000000) in test_stat_timestamps()
Completed in 20 milliseconds