Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dhist.c300 static long hist_time(unsigned long htime) in hist_time() argument
304 return (htime / time_quantum) * time_quantum; in hist_time()
305 return htime; in hist_time()