|
suricata
|
#include "tm-modules.h"

Go to the source code of this file.
Data Structures | |
| struct | StatsRecord_ |
| struct | StatsTable_ |
Typedefs | |
| typedef struct StatsRecord_ | StatsRecord |
| typedef struct StatsTable_ | StatsTable |
| typedef int(* | StatsLogger) (ThreadVars *, void *thread_data, const StatsTable *) |
Functions | |
| TmEcode | OutputStatsLog (ThreadVars *tv, void *thread_data, StatsTable *st) |
| int | OutputRegisterStatsLogger (const char *name, StatsLogger LogFunc, OutputCtx *, ThreadInitFunc ThreadInit, ThreadDeinitFunc ThreadDeinit) |
| void | TmModuleStatsLoggerRegister (void) |
| int | OutputStatsLoggersRegistered (void) |
| void | OutputStatsShutdown (void) |
Stats Logger Output registration functions
Definition in file output-stats.h.
| typedef int(* StatsLogger) (ThreadVars *, void *thread_data, const StatsTable *) |
Definition at line 50 of file output-stats.h.
| typedef struct StatsRecord_ StatsRecord |
| typedef struct StatsTable_ StatsTable |
| int OutputRegisterStatsLogger | ( | const char * | name, |
| StatsLogger | LogFunc, | ||
| OutputCtx * | , | ||
| ThreadInitFunc | ThreadInit, | ||
| ThreadDeinitFunc | ThreadDeinit | ||
| ) |
Definition at line 51 of file output-stats.c.
| TmEcode OutputStatsLog | ( | ThreadVars * | tv, |
| void * | thread_data, | ||
| StatsTable * | st | ||
| ) |
Definition at line 77 of file output-stats.c.
References DEBUG_VALIDATE_BUG_ON.
| int OutputStatsLoggersRegistered | ( | void | ) |
Definition at line 177 of file output-stats.c.
| void OutputStatsShutdown | ( | void | ) |
Definition at line 184 of file output-stats.c.
| void TmModuleStatsLoggerRegister | ( | void | ) |
Definition at line 169 of file output-stats.c.
References TmModule_::name, TmModule_::ThreadInit, tmm_modules, and TMM_STATSLOGGER.
Referenced by RegisterAllModules().
