Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddata-convert-json.c270 time_t stctime = st.st_mtime; in output_headers() local
273 strftime(buf, sizeof(buf), "%FT%TZ", gmtime(&stctime)); in output_headers()
H A Dheader.c3491 time_t stctime; in perf_header__fprintf_info() local
3501 stctime = st.st_mtime; in perf_header__fprintf_info()
3502 fprintf(fp, "# captured on : %s", ctime(&stctime)); in perf_header__fprintf_info()