Home
last modified time | relevance | path

Searched refs:totals (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_sample_user.c120 } 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 in stats_get_devmap_xmit()
[all...]
/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo-gnuplot.sh14 # and generate graphs (totals, slabs sorted by size, slabs sorted
20 # To visually compare N `totals' graphs, do
21 # slabinfo-gnuplot.sh -t FILE1-totals FILE2-totals ... FILEN-totals
35 echo "-t - plot totals for FILE(s)"
168 out=`basename "$in"`"-totals"
184 mode=totals
228 totals)
255 totals)
[all...]
H A Dslabinfo.c777 static void totals(void) in totals() function
1344 totals(); in xtotals()
1512 totals(); in main()
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo-gnuplot.sh14 # and generate graphs (totals, slabs sorted by size, slabs sorted
20 # To visually compare N `totals' graphs, do
21 # slabinfo-gnuplot.sh -t FILE1-totals FILE2-totals ... FILEN-totals
35 echo "-t - plot totals for FILE(s)"
168 out=`basename "$in"`"-totals"
184 mode=totals
228 totals)
255 totals)
[all...]
H A Dslabinfo.c801 static void totals(void) in totals() function
1368 totals(); in xtotals()
1536 totals(); in main()
/kernel/linux/linux-5.10/fs/nfs/
H A Dsuper.c620 struct nfs_iostats totals = { }; in nfs_show_stats() local
675 totals.events[i] += stats->events[i]; in nfs_show_stats()
677 totals.bytes[i] += stats->bytes[i]; in nfs_show_stats()
680 totals.fscache[i] += stats->fscache[i]; in nfs_show_stats()
688 seq_printf(m, "%lu ", totals.events[i]); in nfs_show_stats()
691 seq_printf(m, "%Lu ", totals.bytes[i]); in nfs_show_stats()
696 seq_printf(m, "%Lu ", totals.fscache[i]); in nfs_show_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c756 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()
/kernel/linux/linux-6.6/fs/nfs/
H A Dsuper.c651 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()
/kernel/linux/linux-5.10/tools/perf/
H A 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 in timehist_print_summary()
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c2861 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 in timehist_print_summary()
[all...]

Completed in 20 milliseconds