Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/ui/browsers/
Dres_sample.c50 timestamp__scnprintf_nsec(res_samples[i].time, tbuf, sizeof tbuf); in res_sample_browse()
68 n = timestamp__scnprintf_nsec(r->time - context_len, trange, sizeof trange); in res_sample_browse()
70 timestamp__scnprintf_nsec(r->time + context_len, trange + n, sizeof trange - n); in res_sample_browse()
72 timestamp__scnprintf_nsec(r->time, tsample, sizeof tsample); in res_sample_browse()
/linux-6.1.9/tools/perf/util/
Dtime-utils.h39 int timestamp__scnprintf_nsec(u64 timestamp, char *buf, size_t sz);
Dtime-utils.c536 int timestamp__scnprintf_nsec(u64 timestamp, char *buf, size_t sz) in timestamp__scnprintf_nsec() function
Dsort.c728 timestamp__scnprintf_nsec(he->time, he_time, in hist_entry__time_snprintf()