fix: relayd: unaligned access in trace_chunk_registry_ht_key_hash
[lttng-tools.git] / src / common / config / config-session-abi.hpp
CommitLineData
fb198a11 1/*
ab5be9fa 2 * Copyright (C) 2014 Jérémie Galarneau <jeremie.galarneau@efficios.com>
fb198a11 3 *
c922647d 4 * SPDX-License-Identifier: LGPL-2.1-only
fb198a11 5 *
fb198a11
JG
6 */
7
8#ifndef CONFIG_SESSION_INTERNAL_H
9#define CONFIG_SESSION_INTERNAL_H
10
4bd69c5f
SM
11#include <lttng/lttng-export.h>
12
28f23191
JG
13extern const char *const config_element_all;
14LTTNG_EXPORT extern const char *const config_element_channel;
15LTTNG_EXPORT extern const char *const config_element_channels;
16LTTNG_EXPORT extern const char *const config_element_domain;
17LTTNG_EXPORT extern const char *const config_element_domains;
18LTTNG_EXPORT extern const char *const config_element_event;
19LTTNG_EXPORT extern const char *const config_element_events;
20LTTNG_EXPORT extern const char *const config_element_context;
21LTTNG_EXPORT extern const char *const config_element_contexts;
22LTTNG_EXPORT extern const char *const config_element_attributes;
23LTTNG_EXPORT extern const char *const config_element_exclusion;
24LTTNG_EXPORT extern const char *const config_element_exclusions;
25LTTNG_EXPORT extern const char *const config_element_function_attributes;
26LTTNG_EXPORT extern const char *const config_element_probe_attributes;
27LTTNG_EXPORT extern const char *const config_element_symbol_name;
28LTTNG_EXPORT extern const char *const config_element_address;
29LTTNG_EXPORT extern const char *const config_element_offset;
30extern const char *const config_element_userspace_probe_lookup;
31extern const char *const config_element_userspace_probe_lookup_function_default;
32extern const char *const config_element_userspace_probe_lookup_function_elf;
33extern const char *const config_element_userspace_probe_lookup_tracepoint_sdt;
34extern const char *const config_element_userspace_probe_location_binary_path;
35extern const char *const config_element_userspace_probe_function_attributes;
36extern const char *const config_element_userspace_probe_function_location_function_name;
37extern const char *const config_element_userspace_probe_tracepoint_attributes;
38extern const char *const config_element_userspace_probe_tracepoint_location_provider_name;
39extern const char *const config_element_userspace_probe_tracepoint_location_probe_name;
40extern const char *const config_element_name;
41LTTNG_EXPORT extern const char *const config_element_enabled;
42LTTNG_EXPORT extern const char *const config_element_overwrite_mode;
43LTTNG_EXPORT extern const char *const config_element_subbuf_size;
44LTTNG_EXPORT extern const char *const config_element_num_subbuf;
45LTTNG_EXPORT extern const char *const config_element_switch_timer_interval;
46LTTNG_EXPORT extern const char *const config_element_read_timer_interval;
47extern const char *const config_element_monitor_timer_interval;
48extern const char *const config_element_blocking_timeout;
49LTTNG_EXPORT extern const char *const config_element_output;
50LTTNG_EXPORT extern const char *const config_element_output_type;
51LTTNG_EXPORT extern const char *const config_element_tracefile_size;
52LTTNG_EXPORT extern const char *const config_element_tracefile_count;
53LTTNG_EXPORT extern const char *const config_element_live_timer_interval;
54extern const char *const config_element_discarded_events;
55extern const char *const config_element_lost_packets;
56LTTNG_EXPORT extern const char *const config_element_type;
57LTTNG_EXPORT extern const char *const config_element_buffer_type;
58LTTNG_EXPORT extern const char *const config_element_session;
59LTTNG_EXPORT extern const char *const config_element_sessions;
60extern const char *const config_element_context_perf;
61extern const char *const config_element_context_app;
62extern const char *const config_element_context_app_provider_name;
63extern const char *const config_element_context_app_ctx_name;
64LTTNG_EXPORT extern const char *const config_element_config;
65LTTNG_EXPORT extern const char *const config_element_started;
66LTTNG_EXPORT extern const char *const config_element_snapshot_mode;
67LTTNG_EXPORT extern const char *const config_element_loglevel;
68LTTNG_EXPORT extern const char *const config_element_loglevel_type;
69LTTNG_EXPORT extern const char *const config_element_filter;
70extern const char *const config_element_filter_expression;
71LTTNG_EXPORT extern const char *const config_element_snapshot_outputs;
72LTTNG_EXPORT extern const char *const config_element_consumer_output;
73LTTNG_EXPORT extern const char *const config_element_destination;
74LTTNG_EXPORT extern const char *const config_element_path;
75LTTNG_EXPORT extern const char *const config_element_net_output;
76LTTNG_EXPORT extern const char *const config_element_control_uri;
77LTTNG_EXPORT extern const char *const config_element_data_uri;
78LTTNG_EXPORT extern const char *const config_element_max_size;
79LTTNG_EXPORT extern const char *const config_element_pid;
80extern const char *const config_element_process_attr_id;
81LTTNG_EXPORT extern const char *const config_element_pids;
82LTTNG_EXPORT extern const char *const config_element_name;
83LTTNG_EXPORT extern const char *const config_element_shared_memory_path;
84extern const char *const config_element_process_attr_tracker_pid;
85extern const char *const config_element_process_attr_tracker_vpid;
86extern const char *const config_element_process_attr_tracker_uid;
87extern const char *const config_element_process_attr_tracker_vuid;
88extern const char *const config_element_process_attr_tracker_gid;
89extern const char *const config_element_process_attr_tracker_vgid;
90extern const char *const config_element_process_attr_trackers;
91extern const char *const config_element_process_attr_values;
92extern const char *const config_element_process_attr_value_type;
93extern const char *const config_element_process_attr_pid_value;
94extern const char *const config_element_process_attr_vpid_value;
95extern const char *const config_element_process_attr_uid_value;
96extern const char *const config_element_process_attr_vuid_value;
97extern const char *const config_element_process_attr_gid_value;
98extern const char *const config_element_process_attr_vgid_value;
99extern const char *const config_element_process_attr_tracker_type;
100extern const char *const config_element_rotation_timer_interval;
101extern const char *const config_element_rotation_size;
102extern const char *const config_element_rotation_schedule;
fb198a11 103
28f23191
JG
104LTTNG_EXPORT extern const char *const config_domain_type_kernel;
105LTTNG_EXPORT extern const char *const config_domain_type_ust;
106LTTNG_EXPORT extern const char *const config_domain_type_jul;
107LTTNG_EXPORT extern const char *const config_domain_type_log4j;
108LTTNG_EXPORT extern const char *const config_domain_type_python;
fb198a11 109
28f23191
JG
110LTTNG_EXPORT extern const char *const config_buffer_type_per_pid;
111LTTNG_EXPORT extern const char *const config_buffer_type_per_uid;
112LTTNG_EXPORT extern const char *const config_buffer_type_global;
fb198a11 113
28f23191
JG
114LTTNG_EXPORT extern const char *const config_overwrite_mode_discard;
115LTTNG_EXPORT extern const char *const config_overwrite_mode_overwrite;
fb198a11 116
28f23191
JG
117LTTNG_EXPORT extern const char *const config_output_type_splice;
118LTTNG_EXPORT extern const char *const config_output_type_mmap;
fb198a11 119
28f23191
JG
120LTTNG_EXPORT extern const char *const config_loglevel_type_all;
121LTTNG_EXPORT extern const char *const config_loglevel_type_range;
122LTTNG_EXPORT extern const char *const config_loglevel_type_single;
fb198a11 123
28f23191
JG
124LTTNG_EXPORT extern const char *const config_event_type_all;
125LTTNG_EXPORT extern const char *const config_event_type_tracepoint;
126LTTNG_EXPORT extern const char *const config_event_type_probe;
127extern const char *const config_event_type_userspace_probe;
128LTTNG_EXPORT extern const char *const config_event_type_function;
129LTTNG_EXPORT extern const char *const config_event_type_function_entry;
130LTTNG_EXPORT extern const char *const config_event_type_noop;
131LTTNG_EXPORT extern const char *const config_event_type_syscall;
132LTTNG_EXPORT extern const char *const config_event_type_kprobe;
133LTTNG_EXPORT extern const char *const config_event_type_kretprobe;
fb198a11 134
28f23191
JG
135LTTNG_EXPORT extern const char *const config_event_context_pid;
136LTTNG_EXPORT extern const char *const config_event_context_procname;
137LTTNG_EXPORT extern const char *const config_event_context_prio;
138LTTNG_EXPORT extern const char *const config_event_context_nice;
139LTTNG_EXPORT extern const char *const config_event_context_vpid;
140LTTNG_EXPORT extern const char *const config_event_context_tid;
141LTTNG_EXPORT extern const char *const config_event_context_vtid;
142LTTNG_EXPORT extern const char *const config_event_context_ppid;
143LTTNG_EXPORT extern const char *const config_event_context_vppid;
144LTTNG_EXPORT extern const char *const config_event_context_pthread_id;
145LTTNG_EXPORT extern const char *const config_event_context_hostname;
146LTTNG_EXPORT extern const char *const config_event_context_ip;
147LTTNG_EXPORT extern const char *const config_event_context_perf_thread_counter;
148extern const char *const config_event_context_app;
149extern const char *const config_event_context_interruptible;
150extern const char *const config_event_context_preemptible;
151extern const char *const config_event_context_need_reschedule;
152extern const char *const config_event_context_migratable;
153extern const char *const config_event_context_callstack_user;
154extern const char *const config_event_context_callstack_kernel;
fb198a11 155
28f23191
JG
156extern const char *const config_element_rotation_schedules;
157extern const char *const config_element_rotation_schedule_periodic;
158extern const char *const config_element_rotation_schedule_periodic_time_us;
159extern const char *const config_element_rotation_schedule_size_threshold;
160extern const char *const config_element_rotation_schedule_size_threshold_bytes;
161extern const char *const config_event_context_cgroup_ns;
162extern const char *const config_event_context_ipc_ns;
163extern const char *const config_event_context_mnt_ns;
164extern const char *const config_event_context_net_ns;
165extern const char *const config_event_context_pid_ns;
166extern const char *const config_event_context_time_ns;
167extern const char *const config_event_context_user_ns;
168extern const char *const config_event_context_uts_ns;
169extern const char *const config_event_context_uid;
170extern const char *const config_event_context_euid;
171extern const char *const config_event_context_suid;
172extern const char *const config_event_context_gid;
173extern const char *const config_event_context_egid;
174extern const char *const config_event_context_sgid;
175extern const char *const config_event_context_vuid;
176extern const char *const config_event_context_veuid;
177extern const char *const config_event_context_vsuid;
178extern const char *const config_event_context_vgid;
179extern const char *const config_event_context_vegid;
180extern const char *const config_event_context_vsgid;
ce6176f2 181
fb198a11 182#endif /* CONFIG_SESSION_INTERNAL_H */
This page took 0.077884 seconds and 4 git commands to generate.