Searched refs:totals (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/samples/bpf/ |
D | xdp_sample_user.c | 120 } totals; member 685 out->totals.rx += pps; in stats_get_rx_cnt() 686 out->totals.drop += drop; in stats_get_rx_cnt() 687 out->totals.err += err; in stats_get_rx_cnt() 850 out->totals.redir += pps; in stats_get_redirect_cnt() 899 out->totals.err += sum; in stats_get_redirect_err_cnt() 944 out->totals.err += sum; in stats_get_exception_cnt() 994 out->totals.xmit += pps; in stats_get_devmap_xmit() 995 out->totals.drop_xmit += drop; in stats_get_devmap_xmit() 996 out->totals.err += err; in stats_get_devmap_xmit() [all …]
|
/linux-6.6.21/tools/mm/ |
D | slabinfo-gnuplot.sh | 184 mode=totals 228 totals) 255 totals)
|
D | slabinfo.c | 801 static void totals(void) in totals() function 1368 totals(); in xtotals() 1536 totals(); in main()
|
/linux-6.6.21/drivers/net/ethernet/fungible/funeth/ |
D | funeth_ethtool.c | 756 u64 *totals, *tot; in fun_get_ethtool_stats() local 770 totals = data + netdev->real_num_tx_queues * ARRAY_SIZE(txq_stat_names); in fun_get_ethtool_stats() 773 tot = totals; in fun_get_ethtool_stats() 796 totals = data + fp->num_xdpqs * ARRAY_SIZE(xdpq_stat_names); in fun_get_ethtool_stats() 799 tot = totals; in fun_get_ethtool_stats() 811 totals = data + netdev->real_num_rx_queues * ARRAY_SIZE(rxq_stat_names); in fun_get_ethtool_stats() 814 tot = totals; in fun_get_ethtool_stats()
|
/linux-6.6.21/fs/nfs/ |
D | super.c | 651 struct nfs_iostats totals = { }; in nfs_show_stats() local 706 totals.events[i] += stats->events[i]; in nfs_show_stats() 708 totals.bytes[i] += stats->bytes[i]; in nfs_show_stats() 715 seq_printf(m, "%lu ", totals.events[i]); in nfs_show_stats() 718 seq_printf(m, "%Lu ", totals.bytes[i]); in nfs_show_stats()
|
/linux-6.6.21/Documentation/mm/ |
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-6.6.21/tools/perf/ |
D | builtin-sched.c | 2861 struct total_run_stats totals; in timehist_print_summary() local 2868 memset(&totals, 0, sizeof(totals)); in timehist_print_summary() 2869 totals.sched = sched; in timehist_print_summary() 2889 machine__for_each_thread(m, show_thread_runtime, &totals); in timehist_print_summary() 2890 task_count = totals.task_count; in timehist_print_summary() 2909 totals.sched_count += r->run_stats.n; in timehist_print_summary() 2949 totals.task_count, totals.sched_count); in timehist_print_summary() 2952 print_sched_time(totals.total_run_time, 2); in timehist_print_summary()
|
/linux-6.6.21/Documentation/RCU/ |
D | torture.rst | 130 debugging. The final "T" entry contains the totals of the counters.
|
/linux-6.6.21/Documentation/admin-guide/sysctl/ |
D | vm.rst | 863 into their global totals, for more accurate reports when testing 866 As a side-effect, it also checks for negative totals (elsewhere reported
|
/linux-6.6.21/Documentation/trace/ |
D | histogram.rst | 20 event format fields (or stacktrace) and a set of running totals 300 totals for the run. The 'Hits' field shows the total number of 656 gather and display sorted totals for each process, you can use the
|
D | events.rst | 570 totals derived from one or more trace event format fields and/or
|
/linux-6.6.21/Documentation/admin-guide/ |
D | ras.rst | 927 In this directory there are two default counter attributes, which are totals of
|