Home
last modified time | relevance | path

Searched refs:fetch_current_timestamp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dtime-utils.h41 int fetch_current_timestamp(char *buf, size_t sz);
H A Dtime-utils.c544 int fetch_current_timestamp(char *buf, size_t sz) in fetch_current_timestamp() function
/openbmc/linux/tools/perf/
H A Dbuiltin-buildid-cache.c50 return fetch_current_timestamp(dir, sz); in build_id_cache__kcore_dir()
H A Dbuiltin-record.c1807 err = fetch_current_timestamp(timestamp, sizeof(timestamp)); in record__switch_output()