Implement PID tracking for kernel tracing
[lttng-tools.git] / src / common / config / config.c
index ece7cdb2a0e161339f661cfa1bd8b6cb37fc7138..d84e38b9fa7b25b71de57bdc07ecb90997811b72 100644 (file)
@@ -115,6 +115,8 @@ const char * const config_element_net_output = "net_output";
 const char * const config_element_control_uri = "control_uri";
 const char * const config_element_data_uri = "data_uri";
 const char * const config_element_max_size = "max_size";
+const char * const config_element_pid = "pid";
+const char * const config_element_pids = "pids";
 
 const char * const config_domain_type_kernel = "KERNEL";
 const char * const config_domain_type_ust = "UST";
This page took 0.0226 seconds and 4 git commands to generate.