Searched refs:totals (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/samples/bpf/ |
D | xdp_sample_user.c | 121 } totals; member 683 out->totals.rx += pps; in stats_get_rx_cnt() 684 out->totals.drop += drop; in stats_get_rx_cnt() 685 out->totals.err += err; in stats_get_rx_cnt() 848 out->totals.redir += pps; in stats_get_redirect_cnt() 897 out->totals.err += sum; in stats_get_redirect_err_cnt() 942 out->totals.err += sum; in stats_get_exception_cnt() 992 out->totals.xmit += pps; in stats_get_devmap_xmit() 993 out->totals.drop_xmit += drop; in stats_get_devmap_xmit() 994 out->totals.err += err; in stats_get_devmap_xmit() [all …]
|
/Linux-v5.15/tools/vm/ |
D | slabinfo-gnuplot.sh | 184 mode=totals 228 totals) 255 totals)
|
D | slabinfo.c | 777 static void totals(void) in totals() function 1332 totals(); in xtotals() 1500 totals(); in main()
|
/Linux-v5.15/fs/nfs/ |
D | super.c | 637 struct nfs_iostats totals = { }; in nfs_show_stats() local 692 totals.events[i] += stats->events[i]; in nfs_show_stats() 694 totals.bytes[i] += stats->bytes[i]; in nfs_show_stats() 697 totals.fscache[i] += stats->fscache[i]; in nfs_show_stats() 705 seq_printf(m, "%lu ", totals.events[i]); in nfs_show_stats() 708 seq_printf(m, "%Lu ", totals.bytes[i]); in nfs_show_stats() 713 seq_printf(m, "%Lu ", totals.fscache[i]); in nfs_show_stats()
|
/Linux-v5.15/Documentation/vm/ |
D | slub.rst | 352 - Slabcache Totals: FOO_STATS-totals.png 371 generated pre-processed \*-totals:: 373 slabinfo-gnuplot.sh -t STATS1-totals STATS2-totals .. STATSN-totals
|
/Linux-v5.15/tools/perf/ |
D | builtin-sched.c | 2820 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()
|
/Linux-v5.15/Documentation/RCU/ |
D | torture.rst | 130 debugging. The final "T" entry contains the totals of the counters.
|
/Linux-v5.15/Documentation/admin-guide/sysctl/ |
D | vm.rst | 817 into their global totals, for more accurate reports when testing 820 As a side-effect, it also checks for negative totals (elsewhere reported
|
/Linux-v5.15/Documentation/trace/ |
D | histogram.rst | 20 event format fields (or stacktrace) and a set of running totals 291 totals for the run. The 'Hits' field shows the total number of 647 gather and display sorted totals for each process, you can use the
|
D | events.rst | 525 totals derived from one or more trace event format fields and/or
|
/Linux-v5.15/Documentation/admin-guide/ |
D | ras.rst | 927 In this directory there are two default counter attributes, which are totals of
|