Home
last modified time | relevance | path

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

/tools/perf/util/
Dhist.c284 static long hist_time(unsigned long htime) in hist_time() argument
288 return (htime / time_quantum) * time_quantum; in hist_time()
289 return htime; in hist_time()