SoW-2020-0003: Trace Hit Counters
[lttng-tools.git] / src / common / config / config-session-abi.h
index 41f675041536aba6216412ac929c4253a9266d38..85ff4ed144e489ef6719e138a440c4f09fb0d479 100644 (file)
@@ -11,6 +11,8 @@
 extern const char * const config_element_all;
 extern const char * const config_element_channel;
 extern const char * const config_element_channels;
+extern const char * const config_element_map;
+extern const char * const config_element_maps;
 extern const char * const config_element_domain;
 extern const char * const config_element_domains;
 extern const char * const config_element_event;
@@ -99,6 +101,15 @@ extern const char * const config_element_rotation_timer_interval;
 extern const char * const config_element_rotation_size;
 extern const char * const config_element_rotation_schedule;
 
+extern const char * const config_element_bitness;
+extern const char * const config_element_boundary_policy;
+extern const char * const config_element_coalesce_hits;
+extern const char * const config_element_dimensions;
+extern const char * const config_element_dimension;
+extern const char * const config_element_dimension_size;
+
+extern const char * const config_boundary_policy_overflow;
+
 extern const char * const config_domain_type_kernel;
 extern const char * const config_domain_type_ust;
 extern const char * const config_domain_type_jul;
@@ -161,6 +172,7 @@ extern const char * const config_event_context_ipc_ns;
 extern const char * const config_event_context_mnt_ns;
 extern const char * const config_event_context_net_ns;
 extern const char * const config_event_context_pid_ns;
+extern const char * const config_event_context_time_ns;
 extern const char * const config_event_context_user_ns;
 extern const char * const config_event_context_uts_ns;
 extern const char * const config_event_context_uid;
This page took 0.024008 seconds and 5 git commands to generate.