lib: compile liblttng-ctl as C++
[lttng-tools.git] / src / common / config / config-session-abi.h
CommitLineData
fb198a11 1/*
ab5be9fa 2 * Copyright (C) 2014 Jérémie Galarneau <jeremie.galarneau@efficios.com>
fb198a11 3 *
ab5be9fa 4 * SPDX-License-Identifier: GPL-2.0-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
55c9e7ca 13extern const char * const config_element_all;
4bd69c5f
SM
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;
c1e83fb4
FD
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;
4965f956 40extern const char * const config_element_name;
4bd69c5f
SM
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;
cf0bcb51 47extern const char * const config_element_monitor_timer_interval;
491d1539 48extern const char * const config_element_blocking_timeout;
4bd69c5f
SM
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;
fb83fe64
JD
54extern const char * const config_element_discarded_events;
55extern const char * const config_element_lost_packets;
4bd69c5f
SM
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;
045fc617
JG
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;
4bd69c5f
SM
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;
7b4aa11d 70extern const char * const config_element_filter_expression;
4bd69c5f
SM
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;
159b042f 80extern const char * const config_element_process_attr_id;
4bd69c5f
SM
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;
159b042f
JG
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;
259c2674 100extern const char * const config_element_rotation_timer_interval;
329f3443 101extern const char * const config_element_rotation_size;
259c2674 102extern const char * const config_element_rotation_schedule;
fb198a11 103
4bd69c5f
SM
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
4bd69c5f
SM
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
4bd69c5f
SM
114LTTNG_EXPORT extern const char * const config_overwrite_mode_discard;
115LTTNG_EXPORT extern const char * const config_overwrite_mode_overwrite;
fb198a11 116
4bd69c5f
SM
117LTTNG_EXPORT extern const char * const config_output_type_splice;
118LTTNG_EXPORT extern const char * const config_output_type_mmap;
fb198a11 119
4bd69c5f
SM
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
4bd69c5f
SM
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;
c1e83fb4 127extern const char * const config_event_type_userspace_probe;
4bd69c5f
SM
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
4bd69c5f
SM
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;
045fc617 148extern const char * const config_event_context_app;
1ae5e83e
JD
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;
16c4c991
FD
153extern const char * const config_event_context_callstack_user;
154extern const char * const config_event_context_callstack_kernel;
fb198a11 155
ce6176f2
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;
40e14884
MJ
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;
d37ac3cd 166extern const char * const config_event_context_time_ns;
40e14884
MJ
167extern const char * const config_event_context_user_ns;
168extern const char * const config_event_context_uts_ns;
499cbfa1
MJ
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.051967 seconds and 4 git commands to generate.