Searched refs:st_mtime (Results 1 – 7 of 7) sorted by relevance
218 union { time_t st_mtime; struct timespec st_mtim; }; /* time of last modification */ member
185 return buf.st_mtime >= info->core_time ? buf.st_size : TEST_FAIL; in try_core_file()
270 time_t stctime = st.st_mtime; in output_headers()
3501 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()
438 fuse_attr_out->mtime = st.st_mtime; in s_fuse_attr()
729 if (st.st_mtim.tv_sec != st.st_mtime || st.st_mtim.tv_nsec > 1000000000) in test_stat_timestamps()