Home
last modified time | relevance | path

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

/tools/vm/
Dslabinfo-gnuplot.sh184 mode=totals
228 totals)
255 totals)
Dslabinfo.c799 static void totals(void) in totals() function
1366 totals(); in xtotals()
1534 totals(); in main()
/tools/perf/
Dbuiltin-sched.c2820 struct total_run_stats totals; in timehist_print_summary() local
2827 memset(&totals, 0, sizeof(totals)); in timehist_print_summary()
2828 totals.sched = sched; in timehist_print_summary()
2848 machine__for_each_thread(m, show_thread_runtime, &totals); in timehist_print_summary()
2849 task_count = totals.task_count; in timehist_print_summary()
2854 machine__for_each_thread(m, show_deadthread_runtime, &totals); in timehist_print_summary()
2855 if (task_count == totals.task_count) in timehist_print_summary()
2873 totals.sched_count += r->run_stats.n; in timehist_print_summary()
2913 totals.task_count, totals.sched_count); in timehist_print_summary()
2916 print_sched_time(totals.total_run_time, 2); in timehist_print_summary()