event_fmt
struct event_fmt *fmt;
const struct event_fmt *fmt;
DEFINE_MAP_FIND(fmt, const struct event_fmt *)
event_fmt_cmp(const struct event_fmt *a, const struct event_fmt *b)
struct event_fmt *
event_fmt_dup(const struct event_fmt *o)
struct event_fmt *n;
DEFINE_MAP_INSERT(fmt, const struct event_fmt *, event_fmt_cmp, event_fmt_dup)