Coda Distributed File System
Functions | Variables
rds_stats.c File Reference
#include <stdio.h>
#include "rds_private.h"
Include dependency graph for rds_stats.c:

Functions

int rds_print_stats ()
 
int rds_clear_stats (int *err)
 
int rds_get_stats (rds_stats_t *stats)
 
int rds_trace_on (FILE *file)
 
int rds_trace_off ()
 
void rds_trace_dump_stats ()
 
void rds_trace_dump_free_lists ()
 
int rds_trace_dump_heap (void)
 

Variables

int rds_tracing = FALSE
 
FILE * rds_tracing_file = NULL
 

Function Documentation

◆ rds_clear_stats()

int rds_clear_stats ( int *  err)

◆ rds_get_stats()

int rds_get_stats ( rds_stats_t stats)

◆ rds_print_stats()

int rds_print_stats ( void  )

◆ rds_trace_dump_free_lists()

void rds_trace_dump_free_lists ( )

◆ rds_trace_dump_heap()

int rds_trace_dump_heap ( void  )

◆ rds_trace_dump_stats()

void rds_trace_dump_stats ( )

◆ rds_trace_off()

int rds_trace_off ( void  )

◆ rds_trace_on()

int rds_trace_on ( FILE *  file)

Variable Documentation

◆ rds_tracing

int rds_tracing = FALSE

◆ rds_tracing_file

FILE* rds_tracing_file = NULL