

Go to the source code of this file.
Typedefs | |
| typedef void(* | StatsCSVRecordFunc) (const char *record, gpointer user_data) |
Functions | |
| GString * | stats_csv_format_counter (StatsCluster *sc, gint type, StatsCounterItem *counter) |
| void | stats_generate_csv_or_kv (StatsCSVRecordFunc process_record, gpointer user_data, gboolean csv, gboolean with_header, gboolean without_orphaned, gboolean *cancelled) |
| typedef void(* StatsCSVRecordFunc) (const char *record, gpointer user_data) |
| GString* stats_csv_format_counter | ( | StatsCluster * | sc, |
| gint | type, | ||
| StatsCounterItem * | counter | ||
| ) |
| void stats_generate_csv_or_kv | ( | StatsCSVRecordFunc | process_record, |
| gpointer | user_data, | ||
| gboolean | csv, | ||
| gboolean | with_header, | ||
| gboolean | without_orphaned, | ||
| gboolean * | cancelled | ||
| ) |