Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Ddata-convert-json.c234 time_t stctime = st.st_mtime; in output_headers() local
237 strftime(buf, sizeof(buf), "%FT%TZ", gmtime(&stctime)); in output_headers()
Dheader.c3377 time_t stctime; in perf_header__fprintf_info() local
3387 stctime = st.st_mtime; in perf_header__fprintf_info()
3388 fprintf(fp, "# captured on : %s", ctime(&stctime)); in perf_header__fprintf_info()