PostgreSQL Source Code git master
|
#include <pgstat.h>
uint64 PgStat_BktypeIO::bytes[IOOBJECT_NUM_TYPES][IOCONTEXT_NUM_TYPES][IOOP_NUM_TYPES] |
Definition at line 325 of file pgstat.h.
Referenced by pg_stat_io_build_tuples(), pgstat_flush_backend_entry_io(), and pgstat_io_flush_cb().
PgStat_Counter PgStat_BktypeIO::counts[IOOBJECT_NUM_TYPES][IOCONTEXT_NUM_TYPES][IOOP_NUM_TYPES] |
Definition at line 326 of file pgstat.h.
Referenced by pg_stat_io_build_tuples(), pgstat_bktype_io_stats_valid(), pgstat_flush_backend_entry_io(), and pgstat_io_flush_cb().
PgStat_Counter PgStat_BktypeIO::times[IOOBJECT_NUM_TYPES][IOCONTEXT_NUM_TYPES][IOOP_NUM_TYPES] |
Definition at line 327 of file pgstat.h.
Referenced by pg_stat_io_build_tuples(), pgstat_bktype_io_stats_valid(), pgstat_flush_backend_entry_io(), and pgstat_io_flush_cb().