Searched refs:timestamp__scnprintf_nsec (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/tools/perf/ui/browsers/ | 
| D | res_sample.c | 50 		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-v5.15/tools/perf/util/ | 
| D | time-utils.h | 39 int timestamp__scnprintf_nsec(u64 timestamp, char *buf, size_t sz);
 | 
| D | time-utils.c | 536 int timestamp__scnprintf_nsec(u64 timestamp, char *buf, size_t sz)  in timestamp__scnprintf_nsec()  function
 | 
| D | sort.c | 728 		timestamp__scnprintf_nsec(he->time, he_time,  in hist_entry__time_snprintf()
 |