SoW-2020-0002: Trace Hit Counters
[lttng-tools.git] / src / common / config / config-session-abi.h
index 75ff303d49a818dbf34f0b489bee520d97cb3255..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;
This page took 0.025354 seconds and 5 git commands to generate.