Home
last modified time | relevance | path

Searched refs:stats (Results 1 – 25 of 54) sorted by relevance

123

/arch/mips/sibyte/common/
A Dbus_watcher.c107 stats->l2_cor_d, stats->l2_bad_d); in bw_proc_show()
109 stats->l2_cor_t, stats->l2_bad_t); in bw_proc_show()
111 stats->mem_cor_d, stats->mem_bad_d); in bw_proc_show()
117 (int)G_SCD_BERR_RID(stats->status), in bw_proc_show()
118 (int)G_SCD_BERR_DCODE(stats->status)); in bw_proc_show()
121 if (stats->status & M_SCD_BERR_MULTERRS) in bw_proc_show()
123 if (stats->status_printed) { in bw_proc_show()
126 stats->status_printed = 1; in bw_proc_show()
137 bw_proc_show, stats); in create_proc_decoder()
154 struct bw_stats_struct *stats = data; in sibyte_bw_int() local
[all …]
/arch/s390/appldata/
A Dappldata_net_sum.c83 const struct rtnl_link_stats64 *stats; in appldata_get_net_sum_data() local
86 stats = dev_get_stats(dev, &temp); in appldata_get_net_sum_data()
87 rx_packets += stats->rx_packets; in appldata_get_net_sum_data()
88 tx_packets += stats->tx_packets; in appldata_get_net_sum_data()
89 rx_bytes += stats->rx_bytes; in appldata_get_net_sum_data()
90 tx_bytes += stats->tx_bytes; in appldata_get_net_sum_data()
91 rx_errors += stats->rx_errors; in appldata_get_net_sum_data()
92 tx_errors += stats->tx_errors; in appldata_get_net_sum_data()
93 rx_dropped += stats->rx_dropped; in appldata_get_net_sum_data()
94 tx_dropped += stats->tx_dropped; in appldata_get_net_sum_data()
[all …]
/arch/powerpc/perf/
A Dkvm-hv-pmu.c235 struct kvmppc_hostwide_stats *stats = gsm->data; in hostwide_fill_info() local
246 stats->guest_heap); in hostwide_fill_info()
251 stats->guest_heap_max); in hostwide_fill_info()
256 stats->guest_pgtable_size); in hostwide_fill_info()
261 stats->guest_pgtable_size_max); in hostwide_fill_info()
266 stats->guest_pgtable_reclaim); in hostwide_fill_info()
276 struct kvmppc_hostwide_stats *stats = gsm->data; in hostwide_refresh_info() local
286 stats->guest_heap = kvmppc_gse_get_u64(gse); in hostwide_refresh_info()
290 stats->guest_heap_max = kvmppc_gse_get_u64(gse); in hostwide_refresh_info()
294 stats->guest_pgtable_size = kvmppc_gse_get_u64(gse); in hostwide_refresh_info()
[all …]
/arch/powerpc/platforms/cell/spufs/
A Dfault.c113 ctx->stats.hash_flt++; in spufs_handle_class1()
115 ctx->spu->stats.hash_flt++; in spufs_handle_class1()
150 ctx->stats.maj_flt++; in spufs_handle_class1()
152 ctx->stats.min_flt++; in spufs_handle_class1()
155 ctx->spu->stats.maj_flt++; in spufs_handle_class1()
157 ctx->spu->stats.min_flt++; in spufs_handle_class1()
A Dsched.c216 ctx->stats.slb_flt_base = spu->stats.slb_flt; in spu_bind_context()
217 ctx->stats.class2_intr_base = spu->stats.class2_intr; in spu_bind_context()
458 ctx->stats.slb_flt += in spu_unbind_context()
459 (spu->stats.slb_flt - ctx->stats.slb_flt_base); in spu_unbind_context()
460 ctx->stats.class2_intr += in spu_unbind_context()
461 (spu->stats.class2_intr - ctx->stats.class2_intr_base); in spu_unbind_context()
685 spu->stats.invol_ctx_switch++; in find_victim()
754 ctx->stats.invol_ctx_switch++; in spu_unschedule()
755 spu->stats.invol_ctx_switch++; in spu_unschedule()
1037 ctx->stats.tstamp = curtime; in spuctx_switch_state()
[all …]
A Dcontext.c57 ctx->stats.util_state = SPU_UTIL_IDLE_LOADED; in alloc_spu_context()
58 ctx->stats.tstamp = ktime_get_ns(); in alloc_spu_context()
A Dfile.c2188 time += ktime_get_ns() - ctx->stats.tstamp; in spufs_acct_time()
2199 slb_flts += (ctx->spu->stats.slb_flt - in spufs_slb_flts()
2200 ctx->stats.slb_flt_base); in spufs_slb_flts()
2212 ctx->stats.class2_intr_base); in spufs_class2_intrs()
2230 ctx_state_names[ctx->stats.util_state], in spufs_show_stat()
2235 ctx->stats.vol_ctx_switch, in spufs_show_stat()
2236 ctx->stats.invol_ctx_switch, in spufs_show_stat()
2238 ctx->stats.hash_flt, in spufs_show_stat()
2239 ctx->stats.min_flt, in spufs_show_stat()
2240 ctx->stats.maj_flt, in spufs_show_stat()
[all …]
A Drun.c423 ctx->stats.libassist++; in spufs_run_spu()
A Dspufs.h132 } stats; member
/arch/csky/kernel/
A Dsmp.c40 unsigned long stats[IPI_MAX] ____cacheline_aligned; member
46 unsigned long *stats = this_cpu_ptr(&ipi_data)->stats; in handle_ipi() local
56 stats[IPI_RESCHEDULE]++; in handle_ipi()
61 stats[IPI_CALL_FUNC]++; in handle_ipi()
66 stats[IPI_IRQ_WORK]++; in handle_ipi()
116 per_cpu_ptr(&ipi_data, cpu)->stats[i]); in arch_show_interrupts()
/arch/m68k/emu/
A Dnfeth.c103 dev->stats.rx_errors++; in recv_packet()
111 dev->stats.rx_dropped++; in recv_packet()
123 dev->stats.rx_packets++; in recv_packet()
124 dev->stats.rx_bytes += pktlen; in recv_packet()
163 dev->stats.tx_packets++; in nfeth_xmit()
164 dev->stats.tx_bytes += len; in nfeth_xmit()
172 dev->stats.tx_errors++; in nfeth_tx_timeout()
/arch/powerpc/platforms/cell/
A Dspu_base.c165 spu->stats.slb_flt++; in __spu_trap_data_seg()
375 spu->stats.class2_intr++; in spu_irq_class_2()
599 spu->stats.tstamp = ktime_get_ns(); in create_spu()
648 spu->stats.vol_ctx_switch, in spu_stat_show()
649 spu->stats.invol_ctx_switch, in spu_stat_show()
650 spu->stats.slb_flt, in spu_stat_show()
651 spu->stats.hash_flt, in spu_stat_show()
652 spu->stats.min_flt, in spu_stat_show()
653 spu->stats.maj_flt, in spu_stat_show()
654 spu->stats.class2_intr, in spu_stat_show()
[all …]
/arch/xtensa/platforms/iss/
A Dnetwork.c73 struct rtnl_link_stats64 stats; member
288 lp->stats.rx_dropped++; in iss_net_rx()
307 lp->stats.rx_bytes += skb->len; in iss_net_rx()
308 lp->stats.rx_packets++; in iss_net_rx()
395 lp->stats.tx_packets++; in iss_net_start_xmit()
396 lp->stats.tx_bytes += skb->len; in iss_net_start_xmit()
407 lp->stats.tx_dropped++; in iss_net_start_xmit()
422 struct rtnl_link_stats64 *stats) in iss_net_get_stats64() argument
427 *stats = lp->stats; in iss_net_get_stats64()
/arch/powerpc/platforms/pseries/
A Dpapr_scm.c334 struct papr_scm_perf_stats *stats; in papr_scm_pmu_get_value() local
349 stats = kzalloc(size, GFP_KERNEL); in papr_scm_pmu_get_value()
350 if (!stats) in papr_scm_pmu_get_value()
353 stat = &stats->scm_statistic[0]; in papr_scm_pmu_get_value()
361 kfree(stats); in papr_scm_pmu_get_value()
366 kfree(stats); in papr_scm_pmu_get_value()
743 if (!stats) in papr_pdsm_fuel_gauge()
746 stat = &stats->scm_statistic[0]; in papr_pdsm_fuel_gauge()
767 kfree(stats); in papr_pdsm_fuel_gauge()
1087 if (!stats) in perf_stats_show()
[all …]
/arch/mips/kvm/
A DMakefile12 interrupt.o stats.o \
/arch/powerpc/lib/
A Drheap.c641 int rh_get_stats(rh_info_t * info, int what, int max_stats, rh_stats_t * stats) in rh_get_stats() argument
666 if (stats != NULL && nr < max_stats) { in rh_get_stats()
667 stats->start = blk->start; in rh_get_stats()
668 stats->size = blk->size; in rh_get_stats()
669 stats->owner = blk->owner; in rh_get_stats()
670 stats++; in rh_get_stats()
/arch/um/drivers/
A Dvector_kern.c360 qi->dev->stats.tx_dropped++; in vector_enqueue()
385 qi->dev->stats.tx_bytes += bytes_compl; in consume_vector_skbs()
386 qi->dev->stats.tx_packets += count; in consume_vector_skbs()
862 vp->dev->stats.rx_dropped++; in vector_legacy_rx()
878 vp->dev->stats.rx_dropped++; in vector_legacy_rx()
890 vp->dev->stats.rx_packets++; in vector_legacy_rx()
930 vp->dev->stats.tx_bytes += skb->len; in writev_tx()
931 vp->dev->stats.tx_packets++; in writev_tx()
933 vp->dev->stats.tx_dropped++; in writev_tx()
938 vp->dev->stats.tx_dropped++; in writev_tx()
[all …]
/arch/powerpc/include/asm/
A Drheap.h81 rh_stats_t * stats);
A Dspu.h176 } stats; member
/arch/arm64/boot/dts/ti/
A Dk3-am654-idk.dtso46 ti,pa-stats = <&icssg0_pa_stats>;
113 ti,pa-stats = <&icssg1_pa_stats>;
A Dk3-am654-icssg2.dtso44 ti,pa-stats = <&icssg2_pa_stats>;
A Dk3-am65-main.dtsi1173 icssg0_pa_stats: pa-stats@2c000 {
1344 icssg1_pa_stats: pa-stats@2c000 {
1515 icssg2_pa_stats: pa-stats@2c000 {
/arch/arm/boot/dts/qcom/
A Dqcom-msm8226.dtsi147 master-stats {
148 compatible = "qcom,rpm-master-stats";
737 compatible = "qcom,msm8226-rpm-stats";
A Dqcom-msm8974.dtsi122 master-stats {
123 compatible = "qcom,rpm-master-stats";
791 compatible = "qcom,msm8974-rpm-stats";
/arch/powerpc/kvm/
A DKconfig182 L0-Hypervisor stats on a kvm-hv enabled PSeries LPAR like:

Completed in 62 milliseconds

123