Home
last modified time | relevance | path

Searched full:pstats (Results 76 - 100 of 111) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c1731 u64 *pstats; in mvpp2_read_stats() local
1734 pstats = port->ethtool_stats; in mvpp2_read_stats()
1737 *pstats++ += mvpp2_read_count(port, &mvpp2_ethtool_mib_regs[i]); in mvpp2_read_stats()
1740 *pstats++ += mvpp2_read(port->priv, in mvpp2_read_stats()
1746 *pstats++ += mvpp2_read_index(port->priv, in mvpp2_read_stats()
1755 *pstats++ += mvpp2_read_index(port->priv, in mvpp2_read_stats()
1767 *pstats++ = xdp_stats.xdp_redirect; in mvpp2_read_stats()
1770 *pstats++ = xdp_stats.xdp_pass; in mvpp2_read_stats()
1773 *pstats++ = xdp_stats.xdp_drop; in mvpp2_read_stats()
1776 *pstats in mvpp2_read_stats()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2060 u64 *pstats; in mvpp2_read_stats() local
2063 pstats = port->ethtool_stats; in mvpp2_read_stats()
2066 *pstats++ += mvpp2_read_count(port, &mvpp2_ethtool_mib_regs[i]); in mvpp2_read_stats()
2069 *pstats++ += mvpp2_read(port->priv, in mvpp2_read_stats()
2075 *pstats++ += mvpp2_read_index(port->priv, in mvpp2_read_stats()
2084 *pstats++ += mvpp2_read_index(port->priv, in mvpp2_read_stats()
2096 *pstats++ = xdp_stats.xdp_redirect; in mvpp2_read_stats()
2099 *pstats++ = xdp_stats.xdp_pass; in mvpp2_read_stats()
2102 *pstats++ = xdp_stats.xdp_drop; in mvpp2_read_stats()
2105 *pstats in mvpp2_read_stats()
[all...]
/third_party/EGL/api/
H A Dgenheaders.py614 import cProfile, pstats namespace
616 p = pstats.Stats('profile.txt')
/third_party/openGLES/xml/
H A Dgenglvnd.py623 import cProfile, pstats namespace
625 p = pstats.Stats('profile.txt')
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dgenglvnd.py653 import cProfile, pstats namespace
655 p = pstats.Stats('profile.txt')
H A Dgenheaders.py595 import cProfile, pstats namespace
597 p = pstats.Stats('profile.txt')
/third_party/skia/third_party/externals/egl-registry/api/
H A Dgenheaders.py635 import cProfile, pstats namespace
637 p = pstats.Stats('profile.txt')
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c3728 struct mlx5e_pport_stats *pstats = &priv->stats.pport; in mlx5e_get_stats() local
3746 stats->rx_packets = PPORT_802_3_GET(pstats, a_frames_received_ok); in mlx5e_get_stats()
3747 stats->rx_bytes = PPORT_802_3_GET(pstats, a_octets_received_ok); in mlx5e_get_stats()
3748 stats->tx_packets = PPORT_802_3_GET(pstats, a_frames_transmitted_ok); in mlx5e_get_stats()
3749 stats->tx_bytes = PPORT_802_3_GET(pstats, a_octets_transmitted_ok); in mlx5e_get_stats()
3762 PPORT_802_3_GET(pstats, a_in_range_length_errors) + in mlx5e_get_stats()
3763 PPORT_802_3_GET(pstats, a_out_of_range_length_field) + in mlx5e_get_stats()
3764 PPORT_802_3_GET(pstats, a_frame_too_long_errors) + in mlx5e_get_stats()
3767 PPORT_802_3_GET(pstats, a_frame_check_sequence_errors); in mlx5e_get_stats()
3768 stats->rx_frame_errors = PPORT_802_3_GET(pstats, a_alignment_error in mlx5e_get_stats()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_recv.c602 struct stainfo_stats *pstats = NULL; in count_rx_stats() local
620 pstats = &psta->sta_stats; in count_rx_stats()
622 pstats->rx_data_pkts++; in count_rx_stats()
623 pstats->rx_bytes += sz; in count_rx_stats()
H A Drtw_xmit.c1123 struct stainfo_stats *pstats = NULL; in rtw_count_tx_stats() local
1133 pstats = &psta->sta_stats; in rtw_count_tx_stats()
1134 pstats->tx_pkts += pxmitframe->agg_num; in rtw_count_tx_stats()
1135 pstats->tx_bytes += sz; in rtw_count_tx_stats()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c619 struct stainfo_stats *pstats = NULL; in count_rx_stats() local
637 pstats = &psta->sta_stats; in count_rx_stats()
639 pstats->rx_data_pkts++; in count_rx_stats()
640 pstats->rx_bytes += sz; in count_rx_stats()
H A Drtw_xmit.c1371 struct stainfo_stats *pstats = NULL; in rtw_count_tx_stats() local
1387 pstats = &psta->sta_stats; in rtw_count_tx_stats()
1389 pstats->tx_pkts += pkt_num; in rtw_count_tx_stats()
1391 pstats->tx_bytes += sz; in rtw_count_tx_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c917 AVG_PERF_COUNTER(priv->pstats.rx_coal_avg, polled); in mlx4_en_process_rx_cq()
969 INC_PERF_COUNTER(priv->pstats.napi_quota); in mlx4_en_poll_rx_cq()
H A Dmlx4_en.h611 struct mlx4_en_perf_stats pstats; member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed.h415 struct storm_stats pstats; member
H A Dqed_vf.h145 struct pfvf_storm_stats pstats; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed.h414 struct storm_stats pstats; member
H A Dqed_vf.h145 struct pfvf_storm_stats pstats; member
/third_party/python/Doc/tutorial/
H A Dstdlib.rst271 :mod:`pstats` modules provide tools for identifying time critical sections in
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp4026 void Pool::CalculateStats(StatInfo* pStats)
4028 D3D12MA_ASSERT(pStats);
4030 m_Pimpl->CalculateStats(*pStats);
5544 void Allocator::CalculateStats(Stats* pStats)
5546 D3D12MA_ASSERT(pStats);
5548 m_Pimpl->CalculateStats(*pStats);
H A DD3D12MemAlloc.h1024 void CalculateStats(StatInfo* pStats);
1327 void CalculateStats(Stats* pStats);
/kernel/linux/linux-5.10/kernel/bpf/
H A Dcore.c130 struct bpf_prog_stats *pstats; in bpf_prog_alloc() local
132 pstats = per_cpu_ptr(prog->aux->stats, cpu); in bpf_prog_alloc()
133 u64_stats_init(&pstats->syncp); in bpf_prog_alloc()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1469 struct stainfo_stats *pstats = NULL; in rtw_count_tx_stats() local
1485 pstats = &psta->sta_stats; in rtw_count_tx_stats()
1487 pstats->tx_pkts += pkt_num; in rtw_count_tx_stats()
1489 pstats->tx_bytes += sz; in rtw_count_tx_stats()
H A Drtw_recv.c741 struct stainfo_stats *pstats = NULL; in count_rx_stats() local
760 pstats = &psta->sta_stats; in count_rx_stats()
762 pstats->rx_data_pkts++; in count_rx_stats()
763 pstats->rx_bytes += sz; in count_rx_stats()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcore.c149 struct bpf_prog_stats *pstats; in bpf_prog_alloc() local
151 pstats = per_cpu_ptr(prog->stats, cpu); in bpf_prog_alloc()
152 u64_stats_init(&pstats->syncp); in bpf_prog_alloc()

Completed in 71 milliseconds

12345