Searched refs:totals (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/tools/vm/ |
D | slabinfo-gnuplot.sh | 191 mode=totals 235 totals) 262 totals)
|
D | slabinfo.c | 770 static void totals(void) in totals() function 1309 totals(); in xtotals() 1475 totals(); in main()
|
/Linux-v4.19/Documentation/vm/ |
D | slub.rst | 325 - Slabcache Totals: FOO_STATS-totals.png 344 generated pre-processed \*-totals:: 346 slabinfo-gnuplot.sh -t STATS1-totals STATS2-totals .. STATSN-totals
|
/Linux-v4.19/tools/perf/ |
D | builtin-sched.c | 2795 struct total_run_stats totals; in timehist_print_summary() local 2802 memset(&totals, 0, sizeof(totals)); in timehist_print_summary() 2803 totals.sched = sched; in timehist_print_summary() 2823 machine__for_each_thread(m, show_thread_runtime, &totals); in timehist_print_summary() 2824 task_count = totals.task_count; in timehist_print_summary() 2829 machine__for_each_thread(m, show_deadthread_runtime, &totals); in timehist_print_summary() 2830 if (task_count == totals.task_count) in timehist_print_summary() 2845 totals.sched_count += r->run_stats.n; in timehist_print_summary() 2885 totals.task_count, totals.sched_count); in timehist_print_summary() 2888 print_sched_time(totals.total_run_time, 2); in timehist_print_summary()
|
/Linux-v4.19/fs/nfs/ |
D | super.c | 807 struct nfs_iostats totals = { }; in nfs_show_stats() local 861 totals.events[i] += stats->events[i]; in nfs_show_stats() 863 totals.bytes[i] += stats->bytes[i]; in nfs_show_stats() 866 totals.fscache[i] += stats->fscache[i]; in nfs_show_stats() 874 seq_printf(m, "%lu ", totals.events[i]); in nfs_show_stats() 877 seq_printf(m, "%Lu ", totals.bytes[i]); in nfs_show_stats() 882 seq_printf(m, "%Lu ", totals.fscache[i]); in nfs_show_stats()
|
/Linux-v4.19/Documentation/RCU/ |
D | torture.txt | 289 debugging. The final "T" entry contains the totals of the counters.
|
/Linux-v4.19/Documentation/sysctl/ |
D | vm.txt | 783 into their global totals, for more accurate reports when testing 786 As a side-effect, it also checks for negative totals (elsewhere reported
|
/Linux-v4.19/Documentation/trace/ |
D | events.rst | 524 totals derived from one or more trace event format fields and/or
|
D | histogram.rst | 20 event format fields (or stacktrace) and a set of running totals 302 totals for the run. The 'Hits' field shows the total number of 658 gather and display sorted totals for each process, you can use the
|
/Linux-v4.19/Documentation/admin-guide/ |
D | ras.rst | 918 In this directory there are two default counter attributes, which are totals of
|