suricata
|
#include "suricata-common.h"
#include "output.h"
#include "output-stats.h"
#include "util-validate.h"
Go to the source code of this file.
Data Structures | |
struct | OutputStatsLoggerThreadData_ |
struct | OutputStatsLogger_ |
Typedefs | |
typedef struct OutputStatsLoggerThreadData_ | OutputStatsLoggerThreadData |
typedef struct OutputStatsLogger_ | OutputStatsLogger |
Functions | |
int | OutputRegisterStatsLogger (const char *name, StatsLogger LogFunc, OutputCtx *output_ctx, ThreadInitFunc ThreadInit, ThreadDeinitFunc ThreadDeinit) |
TmEcode | OutputStatsLog (ThreadVars *tv, void *thread_data, StatsTable *st) |
void | TmModuleStatsLoggerRegister (void) |
int | OutputStatsLoggersRegistered (void) |
void | OutputStatsShutdown (void) |
Stats Logger Output registration functions
Definition in file output-stats.c.
typedef struct OutputStatsLogger_ OutputStatsLogger |
typedef struct OutputStatsLoggerThreadData_ OutputStatsLoggerThreadData |
per thread data for this module, contains a list of per thread data for the packet loggers.
int OutputRegisterStatsLogger | ( | const char * | name, |
StatsLogger | LogFunc, | ||
OutputCtx * | output_ctx, | ||
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().