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, ThreadExitPrintStatsFunc ThreadExitPrintStats) |
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, | ||
ThreadExitPrintStatsFunc | ThreadExitPrintStats | ||
) |
Definition at line 52 of file output-stats.c.
References OutputStatsLogger_::LogFunc, OutputStatsLogger_::name, OutputStatsLogger_::output_ctx, SCMalloc, OutputStatsLogger_::ThreadDeinit, OutputStatsLogger_::ThreadExitPrintStats, and OutputStatsLogger_::ThreadInit.
TmEcode OutputStatsLog | ( | ThreadVars * | tv, |
void * | thread_data, | ||
StatsTable * | st | ||
) |
Definition at line 82 of file output-stats.c.
References DEBUG_VALIDATE_BUG_ON.
int OutputStatsLoggersRegistered | ( | void | ) |
Definition at line 201 of file output-stats.c.
void OutputStatsShutdown | ( | void | ) |
Definition at line 208 of file output-stats.c.
void TmModuleStatsLoggerRegister | ( | void | ) |
Definition at line 192 of file output-stats.c.
References TmModule_::name, TmModule_::ThreadInit, tmm_modules, and TMM_STATSLOGGER.
Referenced by RegisterAllModules().