/openbmc/openbmc/poky/scripts/tiny/ |
H A D | ksize.py | 66 r.totals["total"] += b.sizes.total 67 r.totals["text"] += b.sizes.text 68 r.totals["data"] += b.sizes.data 69 r.totals["bss"] += b.sizes.bss 71 r.deltas["total"] = r.sizes.total - r.totals["total"] 72 r.deltas["text"] = r.sizes.text - r.totals["text"] 73 r.deltas["data"] = r.sizes.data - r.totals["data"] 74 r.deltas["bss"] = r.sizes.bss - r.totals["bss"] 83 self.totals = {"total":0, "text":0, "data":0, "bss":0} 98 (indent+"sum", self.totals["total"], self.totals["text"], [all …]
|
/openbmc/linux/samples/bpf/ |
H A 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 …]
|
/openbmc/qemu/contrib/plugins/ |
H A D | hwprofile.c | 40 IOCounts totals; member 76 return ea->totals.reads + ea->totals.writes > in sort_cmp() 77 eb->totals.reads + eb->totals.writes ? -1 : 1; in sort_cmp() 103 fmt_iocount_record(s, &rec->totals); in fmt_dev_record() 219 inc_count(&counts->totals, is_write, cpu_index); in vcpu_haddr() 222 inc_count(&counts->totals, is_write, cpu_index); in vcpu_haddr()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop/ |
H A D | iftop-1.0-gcc10.patch | 10 …ilddir/build/BUILD/iftop-1.0pre4/ui_common.h:37: multiple definition of `totals'; iftop.o:/builddi… 17 …ilddir/build/BUILD/iftop-1.0pre4/ui_common.h:37: multiple definition of `totals'; iftop.o:/builddi… 21 …ilddir/build/BUILD/iftop-1.0pre4/ui_common.h:37: multiple definition of `totals'; iftop.o:/builddi… 41 -host_pair_line totals; 44 +extern host_pair_line totals; 61 +host_pair_line totals;
|
/openbmc/linux/tools/mm/ |
H A D | slabinfo-gnuplot.sh | 184 mode=totals 228 totals) 255 totals)
|
H A D | slabinfo.c | 801 static void totals(void) in totals() function 1370 totals(); in xtotals() 1538 totals(); in main()
|
/openbmc/linux/drivers/net/ethernet/fungible/funeth/ |
H A 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()
|
/openbmc/u-boot/tools/buildman/ |
H A D | builder.py | 1040 totals = {} 1047 if name in totals: 1048 totals[name] += diff 1050 totals[name] = diff 1056 for name in sorted(totals): 1057 diff = totals[name]
|
/openbmc/linux/fs/nfs/ |
H A D | super.c | 653 struct nfs_iostats totals = { }; in nfs_show_stats() local 708 totals.events[i] += stats->events[i]; in nfs_show_stats() 710 totals.bytes[i] += stats->bytes[i]; in nfs_show_stats() 717 seq_printf(m, "%lu ", totals.events[i]); in nfs_show_stats() 720 seq_printf(m, "%Lu ", totals.bytes[i]); in nfs_show_stats()
|
/openbmc/linux/Documentation/mm/ |
H A 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
|
/openbmc/linux/tools/perf/ |
H A D | builtin-sched.c | 2864 struct total_run_stats totals; in timehist_print_summary() local 2871 memset(&totals, 0, sizeof(totals)); in timehist_print_summary() 2872 totals.sched = sched; in timehist_print_summary() 2892 machine__for_each_thread(m, show_thread_runtime, &totals); in timehist_print_summary() 2893 task_count = totals.task_count; in timehist_print_summary() 2912 totals.sched_count += r->run_stats.n; in timehist_print_summary() 2952 totals.task_count, totals.sched_count); in timehist_print_summary() 2955 print_sched_time(totals.total_run_time, 2); in timehist_print_summary()
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 175 -h print header line -t print totals for listed files or for all\n\ 181 + -h print header line -t print totals for listed files or for all\n\
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/files/fvp-base/ |
H A D | 0001-check-sr-results-Change-the-expected-SR-result-confi.patch | 35 This patch also adds must-contain for the specific totals of the test
|
/openbmc/linux/Documentation/RCU/ |
H A D | torture.rst | 130 debugging. The final "T" entry contains the totals of the counters.
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A 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
|
/openbmc/linux/Documentation/trace/ |
H A 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
|
H A D | events.rst | 570 totals derived from one or more trace event format fields and/or
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | ras.rst | 927 In this directory there are two default counter attributes, which are totals of
|