SoW-2020-0003: Trace Hit Counters
[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
55c9e7ca 11extern const char * const config_element_all;
4965f956
JG
12extern const char * const config_element_channel;
13extern const char * const config_element_channels;
ebdb334b
JR
14extern const char * const config_element_map;
15extern const char * const config_element_maps;
4965f956
JG
16extern const char * const config_element_domain;
17extern const char * const config_element_domains;
18extern const char * const config_element_event;
19extern const char * const config_element_events;
20extern const char * const config_element_context;
21extern const char * const config_element_contexts;
22extern const char * const config_element_attributes;
23extern const char * const config_element_exclusion;
24extern const char * const config_element_exclusions;
25extern const char * const config_element_function_attributes;
26extern const char * const config_element_probe_attributes;
27extern const char * const config_element_symbol_name;
28extern const char * const config_element_address;
29extern 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
JG
40extern const char * const config_element_name;
41extern const char * const config_element_enabled;
42extern const char * const config_element_overwrite_mode;
43extern const char * const config_element_subbuf_size;
44extern const char * const config_element_num_subbuf;
45extern const char * const config_element_switch_timer_interval;
46extern 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;
4965f956
JG
49extern const char * const config_element_output;
50extern const char * const config_element_output_type;
51extern const char * const config_element_tracefile_size;
52extern const char * const config_element_tracefile_count;
53extern 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;
4965f956
JG
56extern const char * const config_element_type;
57extern const char * const config_element_buffer_type;
58extern const char * const config_element_session;
59extern 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;
4965f956
JG
64extern const char * const config_element_config;
65extern const char * const config_element_started;
66extern const char * const config_element_snapshot_mode;
67extern const char * const config_element_loglevel;
68extern const char * const config_element_loglevel_type;
69extern const char * const config_element_filter;
7b4aa11d 70extern const char * const config_element_filter_expression;
4965f956
JG
71extern const char * const config_element_snapshot_outputs;
72extern const char * const config_element_consumer_output;
73extern const char * const config_element_destination;
74extern const char * const config_element_path;
75extern const char * const config_element_net_output;
76extern const char * const config_element_control_uri;
77extern const char * const config_element_data_uri;
78extern const char * const config_element_max_size;
79extern const char * const config_element_pid;
159b042f 80extern const char * const config_element_process_attr_id;
4965f956 81extern const char * const config_element_pids;
55c9e7ca 82extern const char * const config_element_name;
9e7c9f56 83extern 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
ebdb334b
JR
104extern const char * const config_element_bitness;
105extern const char * const config_element_boundary_policy;
106extern const char * const config_element_coalesce_hits;
107extern const char * const config_element_dimensions;
108extern const char * const config_element_dimension;
109extern const char * const config_element_dimension_size;
110
111extern const char * const config_boundary_policy_overflow;
112
4965f956
JG
113extern const char * const config_domain_type_kernel;
114extern const char * const config_domain_type_ust;
115extern const char * const config_domain_type_jul;
116extern const char * const config_domain_type_log4j;
b789735e 117extern const char * const config_domain_type_python;
fb198a11 118
4965f956
JG
119extern const char * const config_buffer_type_per_pid;
120extern const char * const config_buffer_type_per_uid;
121extern const char * const config_buffer_type_global;
fb198a11 122
4965f956
JG
123extern const char * const config_overwrite_mode_discard;
124extern const char * const config_overwrite_mode_overwrite;
fb198a11 125
4965f956
JG
126extern const char * const config_output_type_splice;
127extern const char * const config_output_type_mmap;
fb198a11 128
4965f956
JG
129extern const char * const config_loglevel_type_all;
130extern const char * const config_loglevel_type_range;
131extern const char * const config_loglevel_type_single;
fb198a11 132
4965f956
JG
133extern const char * const config_event_type_all;
134extern const char * const config_event_type_tracepoint;
135extern const char * const config_event_type_probe;
c1e83fb4 136extern const char * const config_event_type_userspace_probe;
4965f956
JG
137extern const char * const config_event_type_function;
138extern const char * const config_event_type_function_entry;
139extern const char * const config_event_type_noop;
140extern const char * const config_event_type_syscall;
141extern const char * const config_event_type_kprobe;
142extern const char * const config_event_type_kretprobe;
fb198a11 143
4965f956
JG
144extern const char * const config_event_context_pid;
145extern const char * const config_event_context_procname;
146extern const char * const config_event_context_prio;
147extern const char * const config_event_context_nice;
148extern const char * const config_event_context_vpid;
149extern const char * const config_event_context_tid;
150extern const char * const config_event_context_vtid;
151extern const char * const config_event_context_ppid;
152extern const char * const config_event_context_vppid;
153extern const char * const config_event_context_pthread_id;
154extern const char * const config_event_context_hostname;
155extern const char * const config_event_context_ip;
156extern const char * const config_event_context_perf_thread_counter;
045fc617 157extern const char * const config_event_context_app;
1ae5e83e
JD
158extern const char * const config_event_context_interruptible;
159extern const char * const config_event_context_preemptible;
160extern const char * const config_event_context_need_reschedule;
161extern const char * const config_event_context_migratable;
16c4c991
FD
162extern const char * const config_event_context_callstack_user;
163extern const char * const config_event_context_callstack_kernel;
fb198a11 164
ce6176f2
JG
165extern const char * const config_element_rotation_schedules;
166extern const char * const config_element_rotation_schedule_periodic;
167extern const char * const config_element_rotation_schedule_periodic_time_us;
168extern const char * const config_element_rotation_schedule_size_threshold;
169extern const char * const config_element_rotation_schedule_size_threshold_bytes;
40e14884
MJ
170extern const char * const config_event_context_cgroup_ns;
171extern const char * const config_event_context_ipc_ns;
172extern const char * const config_event_context_mnt_ns;
173extern const char * const config_event_context_net_ns;
174extern const char * const config_event_context_pid_ns;
d37ac3cd 175extern const char * const config_event_context_time_ns;
40e14884
MJ
176extern const char * const config_event_context_user_ns;
177extern const char * const config_event_context_uts_ns;
499cbfa1
MJ
178extern const char * const config_event_context_uid;
179extern const char * const config_event_context_euid;
180extern const char * const config_event_context_suid;
181extern const char * const config_event_context_gid;
182extern const char * const config_event_context_egid;
183extern const char * const config_event_context_sgid;
184extern const char * const config_event_context_vuid;
185extern const char * const config_event_context_veuid;
186extern const char * const config_event_context_vsuid;
187extern const char * const config_event_context_vgid;
188extern const char * const config_event_context_vegid;
189extern const char * const config_event_context_vsgid;
ce6176f2 190
fb198a11 191#endif /* CONFIG_SESSION_INTERNAL_H */
This page took 0.067476 seconds and 5 git commands to generate.