timestamp__scnprintf_nsec   50 tools/perf/ui/browsers/res_sample.c 		timestamp__scnprintf_nsec(res_samples[i].time, tbuf, sizeof tbuf);
timestamp__scnprintf_nsec   68 tools/perf/ui/browsers/res_sample.c 	n = timestamp__scnprintf_nsec(r->time - context_len, trange, sizeof trange);
timestamp__scnprintf_nsec   70 tools/perf/ui/browsers/res_sample.c 	timestamp__scnprintf_nsec(r->time + context_len, trange + n, sizeof trange - n);
timestamp__scnprintf_nsec   72 tools/perf/ui/browsers/res_sample.c 	timestamp__scnprintf_nsec(r->time, tsample, sizeof tsample);
timestamp__scnprintf_nsec  682 tools/perf/util/sort.c 		timestamp__scnprintf_nsec(he->time, he_time,
timestamp__scnprintf_nsec   39 tools/perf/util/time-utils.h int timestamp__scnprintf_nsec(u64 timestamp, char *buf, size_t sz);