Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddata-convert-json.c286 time_t stctime = st.st_mtime; in output_headers() local
289 strftime(buf, sizeof(buf), "%FT%TZ", gmtime(&stctime)); in output_headers()
H A Dheader.c3812 time_t stctime; in perf_header__fprintf_info() local
3822 stctime = st.st_mtime; in perf_header__fprintf_info()
3823 fprintf(fp, "# captured on : %s", ctime(&stctime)); in perf_header__fprintf_info()