X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fmi-lttng.c;h=f0244d9fdd46d012dee437f335b495a6a8b188cf;hp=9c1597b363f67a7ed230443160f81a434f6dea35;hb=a72332c383d3feb12958b72caf0c23c1aa1e0fb5;hpb=627e69536f1f82c12abae866bf647237a415f910 diff --git a/src/common/mi-lttng.c b/src/common/mi-lttng.c index 9c1597b36..f0244d9fd 100644 --- a/src/common/mi-lttng.c +++ b/src/common/mi-lttng.c @@ -375,6 +375,14 @@ const char *mi_lttng_event_contexttype_string(enum lttng_event_context_type val) return config_event_context_hostname; case LTTNG_EVENT_CONTEXT_IP: return config_event_context_ip; + case LTTNG_EVENT_CONTEXT_INTERRUPTIBLE: + return config_event_context_interruptible; + case LTTNG_EVENT_CONTEXT_PREEMPTIBLE: + return config_event_context_preemptible; + case LTTNG_EVENT_CONTEXT_NEED_RESCHEDULE: + return config_event_context_need_reschedule; + case LTTNG_EVENT_CONTEXT_MIGRATABLE: + return config_event_context_migratable; default: return NULL; }