Fix: missing context type string in save for ust context
[lttng-tools.git] / src / common / config / config.c
index cdc044d6dc72fda892f9f2d3239140714ad61eb0..4d855bf8a4f8dc0dcbbf3b27ff5e9be663540b93 100644 (file)
@@ -154,6 +154,7 @@ const char * const config_event_context_vppid = "VPPID";
 const char * const config_event_context_pthread_id = "PTHREAD_ID";
 const char * const config_event_context_hostname = "HOSTNAME";
 const char * const config_event_context_ip = "IP";
+const char * const config_event_context_perf_thread_counter = "PERF_THREAD_COUNTER";
 
 struct consumer_output {
        int enabled;
This page took 0.024809 seconds and 5 git commands to generate.