trackers: support tracking feature
[lttng-tools.git] / src / common / config / config-session-abi.h
CommitLineData
fb198a11
JG
1/*
2 * Copyright (C) 2014 - Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License, version 2 only, as
6 * published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11 * more details.
12 *
13 * You should have received a copy of the GNU General Public License along with
14 * this program; if not, write to the Free Software Foundation, Inc., 51
15 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
16 */
17
18#ifndef CONFIG_SESSION_INTERNAL_H
19#define CONFIG_SESSION_INTERNAL_H
20
55c9e7ca 21extern const char * const config_element_all;
4965f956
JG
22extern const char * const config_element_channel;
23extern const char * const config_element_channels;
24extern const char * const config_element_domain;
25extern const char * const config_element_domains;
26extern const char * const config_element_event;
27extern const char * const config_element_events;
28extern const char * const config_element_context;
29extern const char * const config_element_contexts;
30extern const char * const config_element_attributes;
31extern const char * const config_element_exclusion;
32extern const char * const config_element_exclusions;
33extern const char * const config_element_function_attributes;
34extern const char * const config_element_probe_attributes;
35extern const char * const config_element_symbol_name;
36extern const char * const config_element_address;
37extern const char * const config_element_offset;
c1e83fb4
FD
38extern const char * const config_element_userspace_probe_lookup;
39extern const char * const config_element_userspace_probe_lookup_function_default;
40extern const char * const config_element_userspace_probe_lookup_function_elf;
41extern const char * const config_element_userspace_probe_lookup_tracepoint_sdt;
42extern const char * const config_element_userspace_probe_location_binary_path;
43extern const char * const config_element_userspace_probe_function_attributes;
44extern const char * const config_element_userspace_probe_function_location_function_name;
45extern const char * const config_element_userspace_probe_tracepoint_attributes;
46extern const char * const config_element_userspace_probe_tracepoint_location_provider_name;
47extern const char * const config_element_userspace_probe_tracepoint_location_probe_name;
4965f956
JG
48extern const char * const config_element_name;
49extern const char * const config_element_enabled;
50extern const char * const config_element_overwrite_mode;
51extern const char * const config_element_subbuf_size;
52extern const char * const config_element_num_subbuf;
53extern const char * const config_element_switch_timer_interval;
54extern const char * const config_element_read_timer_interval;
cf0bcb51 55extern const char * const config_element_monitor_timer_interval;
491d1539 56extern const char * const config_element_blocking_timeout;
4965f956
JG
57extern const char * const config_element_output;
58extern const char * const config_element_output_type;
59extern const char * const config_element_tracefile_size;
60extern const char * const config_element_tracefile_count;
61extern const char * const config_element_live_timer_interval;
fb83fe64
JD
62extern const char * const config_element_discarded_events;
63extern const char * const config_element_lost_packets;
4965f956
JG
64extern const char * const config_element_type;
65extern const char * const config_element_buffer_type;
66extern const char * const config_element_session;
67extern const char * const config_element_sessions;
045fc617
JG
68extern const char * const config_element_context_perf;
69extern const char * const config_element_context_app;
70extern const char * const config_element_context_app_provider_name;
71extern const char * const config_element_context_app_ctx_name;
4965f956
JG
72extern const char * const config_element_config;
73extern const char * const config_element_started;
74extern const char * const config_element_snapshot_mode;
75extern const char * const config_element_loglevel;
76extern const char * const config_element_loglevel_type;
77extern const char * const config_element_filter;
7b4aa11d 78extern const char * const config_element_filter_expression;
4965f956
JG
79extern const char * const config_element_snapshot_outputs;
80extern const char * const config_element_consumer_output;
81extern const char * const config_element_destination;
82extern const char * const config_element_path;
83extern const char * const config_element_net_output;
84extern const char * const config_element_control_uri;
85extern const char * const config_element_data_uri;
86extern const char * const config_element_max_size;
87extern const char * const config_element_pid;
55c9e7ca 88extern const char * const config_element_id;
4965f956 89extern const char * const config_element_pids;
55c9e7ca 90extern const char * const config_element_name;
9e7c9f56 91extern const char * const config_element_shared_memory_path;
ebbf5ab7 92extern const char * const config_element_pid_tracker;
55c9e7ca
JR
93extern const char * const config_element_vpid_tracker;
94extern const char * const config_element_uid_tracker;
95extern const char * const config_element_vuid_tracker;
96extern const char * const config_element_gid_tracker;
97extern const char * const config_element_vgid_tracker;
ebbf5ab7 98extern const char * const config_element_trackers;
847a5916 99extern const char * const config_element_targets;
55c9e7ca 100extern const char * const config_element_target_type;
847a5916 101extern const char * const config_element_target_pid;
55c9e7ca
JR
102extern const char * const config_element_target_vpid;
103extern const char * const config_element_target_uid;
104extern const char * const config_element_target_vuid;
105extern const char * const config_element_target_gid;
106extern const char * const config_element_target_vgid;
107extern const char * const config_element_tracker_type;
259c2674 108extern const char * const config_element_rotation_timer_interval;
329f3443 109extern const char * const config_element_rotation_size;
259c2674 110extern const char * const config_element_rotation_schedule;
fb198a11 111
4965f956
JG
112extern const char * const config_domain_type_kernel;
113extern const char * const config_domain_type_ust;
114extern const char * const config_domain_type_jul;
115extern const char * const config_domain_type_log4j;
b789735e 116extern const char * const config_domain_type_python;
fb198a11 117
4965f956
JG
118extern const char * const config_buffer_type_per_pid;
119extern const char * const config_buffer_type_per_uid;
120extern const char * const config_buffer_type_global;
fb198a11 121
4965f956
JG
122extern const char * const config_overwrite_mode_discard;
123extern const char * const config_overwrite_mode_overwrite;
fb198a11 124
4965f956
JG
125extern const char * const config_output_type_splice;
126extern const char * const config_output_type_mmap;
fb198a11 127
4965f956
JG
128extern const char * const config_loglevel_type_all;
129extern const char * const config_loglevel_type_range;
130extern const char * const config_loglevel_type_single;
fb198a11 131
4965f956
JG
132extern const char * const config_event_type_all;
133extern const char * const config_event_type_tracepoint;
134extern const char * const config_event_type_probe;
c1e83fb4 135extern const char * const config_event_type_userspace_probe;
4965f956
JG
136extern const char * const config_event_type_function;
137extern const char * const config_event_type_function_entry;
138extern const char * const config_event_type_noop;
139extern const char * const config_event_type_syscall;
140extern const char * const config_event_type_kprobe;
141extern const char * const config_event_type_kretprobe;
fb198a11 142
4965f956
JG
143extern const char * const config_event_context_pid;
144extern const char * const config_event_context_procname;
145extern const char * const config_event_context_prio;
146extern const char * const config_event_context_nice;
147extern const char * const config_event_context_vpid;
148extern const char * const config_event_context_tid;
149extern const char * const config_event_context_vtid;
150extern const char * const config_event_context_ppid;
151extern const char * const config_event_context_vppid;
152extern const char * const config_event_context_pthread_id;
153extern const char * const config_event_context_hostname;
154extern const char * const config_event_context_ip;
155extern const char * const config_event_context_perf_thread_counter;
045fc617 156extern const char * const config_event_context_app;
1ae5e83e
JD
157extern const char * const config_event_context_interruptible;
158extern const char * const config_event_context_preemptible;
159extern const char * const config_event_context_need_reschedule;
160extern const char * const config_event_context_migratable;
16c4c991
FD
161extern const char * const config_event_context_callstack_user;
162extern const char * const config_event_context_callstack_kernel;
fb198a11 163
ce6176f2
JG
164extern const char * const config_element_rotation_schedules;
165extern const char * const config_element_rotation_schedule_periodic;
166extern const char * const config_element_rotation_schedule_periodic_time_us;
167extern const char * const config_element_rotation_schedule_size_threshold;
168extern const char * const config_element_rotation_schedule_size_threshold_bytes;
40e14884
MJ
169extern const char * const config_event_context_cgroup_ns;
170extern const char * const config_event_context_ipc_ns;
171extern const char * const config_event_context_mnt_ns;
172extern const char * const config_event_context_net_ns;
173extern const char * const config_event_context_pid_ns;
174extern const char * const config_event_context_user_ns;
175extern const char * const config_event_context_uts_ns;
499cbfa1
MJ
176extern const char * const config_event_context_uid;
177extern const char * const config_event_context_euid;
178extern const char * const config_event_context_suid;
179extern const char * const config_event_context_gid;
180extern const char * const config_event_context_egid;
181extern const char * const config_event_context_sgid;
182extern const char * const config_event_context_vuid;
183extern const char * const config_event_context_veuid;
184extern const char * const config_event_context_vsuid;
185extern const char * const config_event_context_vgid;
186extern const char * const config_event_context_vegid;
187extern const char * const config_event_context_vsgid;
ce6176f2 188
fb198a11 189#endif /* CONFIG_SESSION_INTERNAL_H */
This page took 0.061132 seconds and 5 git commands to generate.