|
Motr
M0
|

Go to the source code of this file.
Data Structures | |
| struct | m0_uint64_seq |
| struct | m0_stats_sum |
| struct | m0_stats_recs |
| struct | m0_stats_update_fop |
| struct | m0_stats_query_fop |
| struct | m0_stats_query_rep_fop |
Macros | |
| #define | __MOTR_STATS_STATS_FOPS_H__ |
Functions | |
| struct m0_uint64_seq | M0_XCA_DOMAIN (rpc) |
| M0_INTERNAL struct m0_stats_update_fop * | m0_stats_update_fop_get (struct m0_fop *fop) |
| M0_INTERNAL struct m0_stats_query_fop * | m0_stats_query_fop_get (struct m0_fop *fop) |
| M0_INTERNAL struct m0_stats_query_rep_fop * | m0_stats_query_rep_fop_get (struct m0_fop *fop) |
| M0_INTERNAL void | m0_stats_query_fop_release (struct m0_ref *ref) |
| M0_INTERNAL int | m0_stats_fops_init (void) |
| M0_INTERNAL void | m0_stats_fops_fini (void) |
Variables | |
| struct m0_fop_type | m0_fop_stats_update_fopt |
| struct m0_fop_type | m0_fop_stats_query_fopt |
| struct m0_fop_type | m0_fop_stats_query_rep_fopt |
| uint32_t | se_nr |
| uint64_t * | se_data |
| uint32_t | ss_id |
| struct m0_uint64_seq | ss_data |
| uint64_t | sf_nr |
| struct m0_stats_sum * | sf_stats |
| struct m0_stats_recs | suf_stats |
| struct m0_uint64_seq | sqf_ids |
| int32_t | sqrf_rc |
| struct m0_stats_recs | sqrf_stats |
| #define __MOTR_STATS_STATS_FOPS_H__ |
Definition at line 26 of file stats_fops.h.
| uint64_t* se_data |
Stats summary data
Definition at line 122 of file stats_fops.h.
| uint32_t se_nr |
Definition at line 120 of file stats_fops.h.
| uint64_t sf_nr |
Stats sequence length
Definition at line 121 of file stats_fops.h.
| struct m0_stats_sum* sf_stats |
Stats sequence data
Definition at line 123 of file stats_fops.h.
| struct m0_uint64_seq sqf_ids |
Stats ids
Definition at line 121 of file stats_fops.h.
| int32_t sqrf_rc |
Definition at line 120 of file stats_fops.h.
| struct m0_stats_recs sqrf_stats |
Definition at line 121 of file stats_fops.h.
| struct m0_uint64_seq ss_data |
Stats summary data
Definition at line 122 of file stats_fops.h.
| uint32_t ss_id |
Definition at line 120 of file stats_fops.h.
| struct m0_stats_recs suf_stats |
Definition at line 120 of file stats_fops.h.