Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/
Dbuiltin-sched.c248 struct perf_time_interval hist_time; member
2657 if (sched->hist_time.start == 0 && t >= ptime->start) in timehist_sched_change_event()
2658 sched->hist_time.start = t; in timehist_sched_change_event()
2660 sched->hist_time.end = t; in timehist_sched_change_event()
2852 u64 hist_time = sched->hist_time.end - sched->hist_time.start; in timehist_print_summary() local
2903 printf(" msec (%6.2f%%)\n", 100.0 * r->total_run_time / hist_time); in timehist_print_summary()
2947 print_sched_time(hist_time, 2); in timehist_print_summary()
/linux-6.1.9/tools/perf/util/
Dhist.c289 static long hist_time(unsigned long htime) in hist_time() function
741 .time = hist_time(sample->time), in __hists__add_entry()