Motr  M0
stats_fops.h File Reference
#include "lib/types.h"
#include "xcode/xcode_attr.h"
Include dependency graph for stats_fops.h:

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_fopm0_stats_update_fop_get (struct m0_fop *fop)
 
M0_INTERNAL struct m0_stats_query_fopm0_stats_query_fop_get (struct m0_fop *fop)
 
M0_INTERNAL struct m0_stats_query_rep_fopm0_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_sumsf_stats
 
struct m0_stats_recs suf_stats
 
struct m0_uint64_seq sqf_ids
 
int32_t sqrf_rc
 
struct m0_stats_recs sqrf_stats
 

Macro Definition Documentation

◆ __MOTR_STATS_STATS_FOPS_H__

#define __MOTR_STATS_STATS_FOPS_H__

Definition at line 26 of file stats_fops.h.

Variable Documentation

◆ se_data

uint64_t* se_data

Stats summary data

Definition at line 122 of file stats_fops.h.

◆ se_nr

uint32_t se_nr

Definition at line 120 of file stats_fops.h.

◆ sf_nr

uint64_t sf_nr

Stats sequence length

Definition at line 121 of file stats_fops.h.

◆ sf_stats

struct m0_stats_sum* sf_stats

Stats sequence data

Definition at line 123 of file stats_fops.h.

◆ sqf_ids

struct m0_uint64_seq sqf_ids

Stats ids

Definition at line 121 of file stats_fops.h.

◆ sqrf_rc

int32_t sqrf_rc

Definition at line 120 of file stats_fops.h.

◆ sqrf_stats

struct m0_stats_recs sqrf_stats

Definition at line 121 of file stats_fops.h.

◆ ss_data

struct m0_uint64_seq ss_data

Stats summary data

Definition at line 122 of file stats_fops.h.

◆ ss_id

uint32_t ss_id

Definition at line 120 of file stats_fops.h.

◆ suf_stats

struct m0_stats_recs suf_stats

Definition at line 120 of file stats_fops.h.