* Those should never overlap by definition
* (see struct lttng_event loglevel)
*/
+LTTNG_HIDDEN
const char *mi_lttng_loglevel_string(int value)
{
switch (value) {
}
}
+LTTNG_HIDDEN
const char *mi_lttng_logleveltype_string(enum lttng_loglevel_type value)
{
switch (value) {
}
}
+LTTNG_HIDDEN
const char *mi_lttng_eventtype_string(enum lttng_event_type value)
{
switch (value) {
}
}
+LTTNG_HIDDEN
const char *mi_lttng_event_contexttype_string(enum lttng_event_context_type val)
{
switch (val) {
}
}
+LTTNG_HIDDEN
const char *mi_lttng_eventfieldtype_string(enum lttng_event_field_type val)
{
switch (val) {
}
}
+LTTNG_HIDDEN
const char *mi_lttng_domaintype_string(enum lttng_domain_type value)
{
/* Note: This is a *duplicate* of get_domain_str from bin/lttng/utils.c */
}
}
+LTTNG_HIDDEN
const char *mi_lttng_buffertype_string(enum lttng_buffer_type value)
{
switch (value) {
}
}
+LTTNG_HIDDEN
const char *mi_lttng_calibratetype_string(enum lttng_calibrate_type val)
{
const char *ret;