Motr  M0
Stats FOP

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
 

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
 

Detailed Description

Function Documentation

◆ m0_stats_fops_fini()

M0_INTERNAL void m0_stats_fops_fini ( void  )

Definition at line 94 of file stats_fops.c.

Here is the call graph for this function:

◆ m0_stats_fops_init()

M0_INTERNAL int m0_stats_fops_init ( void  )

Definition at line 56 of file stats_fops.c.

Here is the call graph for this function:

◆ m0_stats_query_fop_get()

M0_INTERNAL struct m0_stats_query_fop* m0_stats_query_fop_get ( struct m0_fop fop)

Get stats query fop

Parameters
foppointer to fop
Returns
pointer to stats query fop.

Definition at line 108 of file stats_fops.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_stats_query_fop_release()

M0_INTERNAL void m0_stats_query_fop_release ( struct m0_ref ref)

m0_stats_query_fop_release

Definition at line 119 of file stats_fops.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_stats_query_rep_fop_get()

M0_INTERNAL struct m0_stats_query_rep_fop* m0_stats_query_rep_fop_get ( struct m0_fop fop)

Get stats query reply fop

Parameters
foppointer to fop
Returns
pointer to stats query reply fop.

Definition at line 114 of file stats_fops.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_stats_update_fop_get()

M0_INTERNAL struct m0_stats_update_fop* m0_stats_update_fop_get ( struct m0_fop fop)

Get stats update fop

Parameters
foppointer to fop
Returns
pointer to stats update fop.

Definition at line 102 of file stats_fops.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ M0_XCA_DOMAIN()

struct m0_uint64_seq M0_XCA_DOMAIN ( rpc  )

Variable Documentation

◆ m0_fop_stats_query_fopt

struct m0_fop_type m0_fop_stats_query_fopt

Definition at line 42 of file stats_fops.c.

◆ m0_fop_stats_query_rep_fopt

struct m0_fop_type m0_fop_stats_query_rep_fopt

Definition at line 43 of file stats_fops.c.

◆ m0_fop_stats_update_fopt

struct m0_fop_type m0_fop_stats_update_fopt

Definition at line 41 of file stats_fops.c.