Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 25 of 30) sorted by relevance

12

/qemu/block/
H A Daccounting.c35 void block_acct_init(BlockAcctStats *stats) in block_acct_init()
59 void block_acct_setup(BlockAcctStats *stats, enum OnOffAuto account_invalid, in block_acct_setup()
68 void block_acct_cleanup(BlockAcctStats *stats) in block_acct_cleanup()
77 void block_acct_add_interval(BlockAcctStats *stats, unsigned interval_length) in block_acct_add_interval()
95 BlockAcctTimedStats *block_acct_interval_next(BlockAcctStats *stats, in block_acct_interval_next()
105 void block_acct_start(BlockAcctStats *stats, BlockAcctCookie *cookie, in block_acct_start()
159 int block_latency_histogram_set(BlockAcctStats *stats, enum BlockAcctType type, in block_latency_histogram_set()
191 void block_latency_histograms_clear(BlockAcctStats *stats) in block_latency_histograms_clear()
203 static void block_account_one_io(BlockAcctStats *stats, BlockAcctCookie *cookie, in block_account_one_io()
244 void block_acct_done(BlockAcctStats *stats, BlockAcctCookie *cookie) in block_acct_done()
[all …]
H A Dqapi-system.c519 BlockAcctStats *stats; in qmp_block_latency_histogram_set() local
H A Dqapi.c497 BlockAcctStats *stats = blk_get_stats(blk); in bdrv_query_blk_stats() local
H A Dnvme.c142 } stats; member
1609 BlockStatsSpecific *stats = g_new(BlockStatsSpecific, 1); in nvme_get_specific_stats() local
H A Dfile-posix.c197 } stats; member
3792 BlockStatsSpecific *stats = g_new(BlockStatsSpecific, 1); in raw_get_specific_stats() local
3803 BlockStatsSpecific *stats = g_new(BlockStatsSpecific, 1); in hdev_get_specific_stats() local
/qemu/tests/qtest/
H A Dvirtio-balloon-test.c39 QDict *stats = qdict_get_qdict(ret, "stats"); in query_stats() local
/qemu/tests/bench/
H A Dqht-bench.c28 struct thread_stats stats; member
140 struct thread_stats *stats = &info->stats; in do_rz() local
161 struct thread_stats *stats = &info->stats; in do_rw() local
374 struct thread_stats *stats = &info[i].stats; in add_stats() local
/qemu/tests/unit/
H A Dtest-qht.c72 struct qht_stats stats; in check() local
110 struct qht_stats stats; in check_n() local
/qemu/stats/
H A Dstats-hmp-cmds.c99 Stats *stats = stats_list->value; in print_stats_results() local
/qemu/include/block/
H A Daccounting.h46 BlockAcctStats *stats; member
/qemu/include/hw/virtio/
H A Dvirtio-balloon.h51 uint64_t stats[VIRTIO_BALLOON_S_NR]; member
H A Dvirtio-gpu.h210 } stats; member
/qemu/backends/
H A Dcryptodev.c53 StatsResultList **stats; member
485 Stats *stats = g_new0(Stats, 1); in cryptodev_backend_stats_add() local
/qemu/util/
H A Dqht.c971 void qht_statistics_init(const struct qht *ht, struct qht_stats *stats) in qht_statistics_init()
1026 void qht_statistics_destroy(struct qht_stats *stats) in qht_statistics_destroy()
/qemu/hw/net/
H A Dxgmac.c154 struct RxTxStats stats; member
H A Dvmxnet3.c475 struct UPT1_TxStats *stats = &s->txq_descr[qidx].txq_stats; in vmxnet3_on_tx_done_update_stats() local
526 struct UPT1_RxStats *stats = &s->rxq_descr[qidx].rxq_stats; in vmxnet3_on_rx_done_update_stats() local
H A Dvmxnet3.h728 struct UPT1_TxStats stats; member
738 struct UPT1_RxStats stats; member
H A Dxilinx_axienet.c354 } stats; member
/qemu/hw/nvme/
H A Dctrl.c2145 BlockAcctStats *stats = blk_get_stats(blk); in nvme_rw_complete_cb() local
2242 BlockAcctStats *stats = blk_get_stats(blk); in nvme_verify_cb() local
2351 BlockAcctStats *stats = blk_get_stats(blk); in nvme_compare_mdata_cb() local
2435 BlockAcctStats *stats = blk_get_stats(blk); in nvme_compare_data_cb() local
2773 BlockAcctStats *stats = blk_get_stats(ns->blkconf.blk); in nvme_copy_done() local
4938 static void nvme_set_blk_stats(NvmeNamespace *ns, struct nvme_stats *stats) in nvme_set_blk_stats()
4954 struct nvme_stats stats = { 0 }; in nvme_ocp_extended_smart_info() local
4991 struct nvme_stats stats = { 0 }; in nvme_smart_info() local
5054 struct nvme_stats stats = {}; in nvme_endgrp_info() local
/qemu/block/monitor/
H A Dblock-hmp-cmds.c782 BlockStatsList *stats_list, *stats; in hmp_info_blockstats() local
/qemu/qga/
H A Dcommands-posix.c898 GuestNetworkInterfaceStat *stats) in guest_get_network_stats()
/qemu/accel/kvm/
H A Dkvm-all.c4049 StatsResultList **stats; member
4062 Stats *stats; in add_kvmstat_entry() local
4302 uint64_t *stats; in query_stats() local
/qemu/include/standard-headers/linux/
H A Dvirtio_net.h452 } stats[1]; member
/qemu/ui/
H A Dvnc-enc-tight.c143 unsigned int stats[256]; in tight_detect_smooth_image24() local
H A Dvnc.h125 VncRectStat stats[VNC_STAT_ROWS][VNC_STAT_COLS]; member

12