#include <criterion/criterion.h>#include <criterion/parameterized.h>#include "patternize.h"#include "logmsg/logmsg.h"#include "cfg.h"#include "plugin.h"#include "apphook.h"#include "msg-format.h"#include <stdlib.h>#include <stdio.h>#include <string.h>
Classes | |
| struct | loglinesType |
| struct | PatternizeParams |
| struct | clusterfindData |
| struct | clusterfind2Data |
Functions | |
| loglinesType * | _get_logmessages (const gchar *logs) |
| ParameterizedTestParameters (dbparser, test_frequent_words) | |
| ParameterizedTest (PatternizeParams *param, dbparser, test_frequent_words,.init=setup,.fini=teardown) | |
| void | _clusters_loglines_find (gpointer value, gpointer user_data) |
| gboolean | _clusters_find (gpointer key, gpointer value, gpointer user_data) |
| ParameterizedTestParameters (dbparser, test_find_clusters_slct) | |
| ParameterizedTest (PatternizeParams *param, dbparser, test_find_clusters_slct,.init=setup,.fini=teardown) | |
Variables | |
| MsgFormatOptions | parse_options |
| gboolean _clusters_find | ( | gpointer | key, |
| gpointer | value, | ||
| gpointer | user_data | ||
| ) |
| void _clusters_loglines_find | ( | gpointer | value, |
| gpointer | user_data | ||
| ) |
| loglinesType* _get_logmessages | ( | const gchar * | logs | ) |
| ParameterizedTest | ( | PatternizeParams * | param, |
| dbparser | , | ||
| test_find_clusters_slct | , | ||
| . | init = setup, |
||
| . | fini = teardown |
||
| ) |
| ParameterizedTest | ( | PatternizeParams * | param, |
| dbparser | , | ||
| test_frequent_words | , | ||
| . | init = setup, |
||
| . | fini = teardown |
||
| ) |
| ParameterizedTestParameters | ( | dbparser | , |
| test_find_clusters_slct | |||
| ) |
| ParameterizedTestParameters | ( | dbparser | , |
| test_frequent_words | |||
| ) |
| MsgFormatOptions parse_options |