Introduce LTTNG_UST_MAP_POPULATE_POLICY environment variable
[lttng-ust.git] / .gitignore
1 # SPDX-FileCopyrightText: 2023 EfficiOS, Inc.
2 #
3 # SPDX-License-Identifier: MIT
4
5 *.so
6 *.swp
7 *.o
8 *.swo
9 *.trs
10 *.log
11 .libs/
12 .deps/
13 *~
14 *.a
15 *.la
16 *.lo
17 Makefile.in
18 *.loT
19 *.info
20 *.class
21 cscope.*
22 .dirstamp
23
24 /configure
25 /aclocal.m4
26 /autom4te.cache
27 /include/lttng/stamp-h2
28 /include/lttng/stamp-h3
29 /include/lttng/ust-version.h
30 /include/lttng/ust-config.h
31
32 /config/ar-lib
33 /config/compile
34 /config/config.guess
35 /config/config.sub
36 /config/config.sub
37 /config/depcomp
38 /config/depcomp
39 /config/install-sh
40 /config/ltmain.sh
41 /config/missing
42 /config/test-driver
43
44 /m4/libtool.m4
45 /m4/lt~obsolete.m4
46 /m4/ltoptions.m4
47 /m4/ltsugar.m4
48 /m4/ltversion.m4
49
50 /config.log
51 /config.status
52 /libtool
53
54 /src/common/config.h
55 /src/common/config.h.in
56 /src/common/stamp-h1
57 /src/lib/lttng-ust-ctl.pc
58 /src/lib/lttng-ust.pc
59
60 /doc/examples/demo/demo
61 /doc/examples/easy-ust/sample
62 /doc/examples/hello-static-lib/hello
63 /doc/examples/gen-tp/sample
64 /doc/examples/gen-tp/sample_tracepoint.h
65 /doc/examples/demo-tracef/demo-tracef
66 /doc/examples/demo-tracef/demo-vtracef
67 /doc/examples/demo-tracelog/demo-tracelog
68 /doc/examples/demo-tracelog/demo-vtracelog
69 /doc/examples/cmake-multiple-shared-libraries/build/
70
71 /doc/man/*.xml
72 /doc/man/lttng-gen-tp.1
73 /doc/man/lttng-ust-cyg-profile.3
74 /doc/man/lttng-ust-dl.3
75 /doc/man/lttng-ust.3
76 /doc/man/tracef.3
77 /doc/man/tracelog.3
78 /doc/man/lttng_ust_tracef.3
79 /doc/man/lttng_ust_tracelog.3
80 /doc/man/lttng_ust_vtracef.3
81 /doc/man/lttng_ust_vtracelog.3
82
83 /tests/benchmark/bench1
84 /tests/benchmark/bench2
85 /tests/compile/api0/ctf-types/ctf-types
86 /tests/compile/api0/ctf-types/ctf-types-api1
87 /tests/compile/api0/hello.cxx/hello
88 /tests/compile/api0/hello.cxx/hello-api1
89 /tests/compile/api0/hello/hello
90 /tests/compile/api0/hello/hello-api1
91 /tests/compile/api0/hello-many/hello-many
92 /tests/compile/api0/hello-many/hello-many-api1
93 /tests/compile/api0/same_line_tracepoint/same_line_tracepoint
94 /tests/compile/api0/same_line_tracepoint/same_line_tracepoint_api1
95 /tests/compile/api0/test-app-ctx/hello
96 /tests/compile/api0/test-app-ctx/hello-api1
97 /tests/compile/api1/hello.cxx/hello
98 /tests/compile/api1/hello.cxx/hello-compatapi1
99 /tests/compile/api1/hello/hello
100 /tests/compile/api1/hello/hello-compatapi1
101 /tests/compile/api1/hello-many/hello-many
102 /tests/compile/api1/hello-many/hello-many-compatapi1
103 /tests/compile/api1/same_line_tracepoint/same_line_tracepoint
104 /tests/compile/api1/same_line_tracepoint/same_line_tracepoint_compatapi1
105 /tests/compile/api1/test-app-ctx/hello
106 /tests/compile/api1/test-app-ctx/hello-compatapi1
107 /tests/compile/api1/ust-fields/ust-fields
108 /tests/compile/api1/ust-fields/ust-fields-compatapi1
109 /tests/regression/abi0-conflict/app_noust
110 /tests/regression/abi0-conflict/app_noust_dlopen
111 /tests/regression/abi0-conflict/app_noust_indirect_abi0
112 /tests/regression/abi0-conflict/app_noust_indirect_abi0_abi1
113 /tests/regression/abi0-conflict/app_noust_indirect_abi1
114 /tests/regression/abi0-conflict/app_ust
115 /tests/regression/abi0-conflict/app_ust_dlopen
116 /tests/regression/abi0-conflict/app_ust_indirect_abi0
117 /tests/regression/abi0-conflict/app_ust_indirect_abi0_abi1
118 /tests/regression/abi0-conflict/app_ust_indirect_abi1
119 /tests/unit/gcc-weak-hidden/test_gcc_weak_hidden
120 /tests/unit/libcommon/get_cpu_mask_from_sysfs
121 /tests/unit/libcommon/get_max_cpuid_from_sysfs
122 /tests/unit/libcommon/test_get_max_cpuid_from_mask
123 /tests/unit/libcommon/test_get_possible_cpus_array_len
124 /tests/unit/libmsgpack/test_msgpack
125 /tests/unit/libringbuffer/test_shm
126 /tests/unit/pthread_name/test_pthread_name
127 /tests/unit/snprintf/test_snprintf
128 /tests/unit/ust-elf/ust-elf
129 /tests/unit/ust-error/test_ust_error
130 /tests/unit/ust-utils/test_ust_utils
131 /tests/unit/ust-utils/test_ust_utils_cxx
132
133 /src/lib/lttng-ust-java/org_lttng_ust_LTTngUst.h
134 /src/lib/lttng-ust-java/org/
135 /src/lib/lttng-ust-java/liblttng-ust-java.jar
136
137 # Java agent library
138 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-all/*.jar
139 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/classnoinst.stamp
140 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/context-jni-header.stamp
141 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/*.jar
142 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/classnoinst.stamp
143 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/jul-jni-header.stamp
144 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/*.jar
145 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/classnoinst.stamp
146 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/log4j-jni-header.stamp
147 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/*.jar
148 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/classnoinst.stamp
149 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/log4j-jni-header.stamp
150 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/*.jar
151 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/META-INF
152 /src/lib/lttng-ust-java-agent/jni/common/org_lttng_ust_agent_context_LttngContextApi.h
153 /src/lib/lttng-ust-java-agent/jni/jul/org_lttng_ust_agent_jul_LttngJulApi.h
154 /src/lib/lttng-ust-java-agent/jni/log4j/org_lttng_ust_agent_log4j_LttngLog4jApi.h
155 /src/lib/lttng-ust-java-agent/jni/log4j/org_lttng_ust_agent_log4j2_LttngLog4j2Api.h
156 /src/lib/lttng-ust-java/classnoinst.stamp
157 /src/lib/lttng-ust-java/jni-header.stamp
158
159 # Python agent
160 /src/python-lttngust/lttngust/version.py
161 /src/python-lttngust/**/*.pyc
162 /src/python-lttngust/build
163 /src/python-lttngust/setup.py
164 /src/python-lttngust/build-python-bindings.stamp
165 /src/python-lttngust/copy-static-deps.stamp
166 /src/python-lttngust/installed_files.txt
167
168 # Makefiles
169 /Makefile
170 /doc/Makefile
171 /doc/examples/Makefile
172 /doc/man/Makefile
173 /extras/Makefile
174 /include/Makefile
175 /src/common/Makefile
176 /src/lib/lttng-ust-common/Makefile
177 /src/lib/lttng-ust-ctl/Makefile
178 /src/lib/lttng-ust-cyg-profile/Makefile
179 /src/lib/lttng-ust-dl/Makefile
180 /src/lib/lttng-ust-fd/Makefile
181 /src/lib/lttng-ust-fork/Makefile
182 /src/lib/lttng-ust-java-agent/Makefile
183 /src/lib/lttng-ust-java-agent/java/Makefile
184 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-all/Makefile
185 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/Makefile
186 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/Makefile
187 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/Makefile
188 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/Makefile
189 /src/lib/lttng-ust-java-agent/jni/Makefile
190 /src/lib/lttng-ust-java-agent/jni/common/Makefile
191 /src/lib/lttng-ust-java-agent/jni/jul/Makefile
192 /src/lib/lttng-ust-java-agent/jni/log4j/Makefile
193 /src/lib/lttng-ust-java-agent/jni/log4j2/Makefile
194 /src/lib/lttng-ust-java/Makefile
195 /src/lib/lttng-ust-libc-wrapper/Makefile
196 /src/lib/lttng-ust-pthread-wrapper/Makefile
197 /src/lib/lttng-ust-tracepoint/Makefile
198 /src/lib/lttng-ust-python-agent/Makefile
199 /src/lib/Makefile
200 /src/lib/lttng-ust/Makefile
201 /src/python-lttngust/Makefile
202 /src/Makefile
203 /tests/Makefile
204 /tests/benchmark/Makefile
205 /tests/compile/Makefile
206 /tests/compile/api0/Makefile
207 /tests/compile/api0/ctf-types/Makefile
208 /tests/compile/api0/hello-many/Makefile
209 /tests/compile/api0/hello.cxx/Makefile
210 /tests/compile/api0/hello/Makefile
211 /tests/compile/api0/same_line_tracepoint/Makefile
212 /tests/compile/api1/Makefile
213 /tests/compile/api1/ust-fields/Makefile
214 /tests/compile/api1/hello-many/Makefile
215 /tests/compile/api1/hello.cxx/Makefile
216 /tests/compile/api1/hello/Makefile
217 /tests/compile/api1/same_line_tracepoint/Makefile
218 /tests/compile/api1/test-app-ctx/Makefile
219 /tests/regression/abi0-conflict/Makefile
220 /tests/regression/Makefile
221 /tests/unit/Makefile
222 /tests/unit/gcc-weak-hidden/Makefile
223 /tests/unit/libcommon/Makefile
224 /tests/unit/libmsgpack/Makefile
225 /tests/unit/libringbuffer/Makefile
226 /tests/unit/pthread_name/Makefile
227 /tests/unit/snprintf/Makefile
228 /tests/unit/ust-elf/Makefile
229 /tests/unit/ust-error/Makefile
230 /tests/unit/ust-utils/Makefile
231 /tests/utils/Makefile
232 /tools/Makefile
233 /bin/
This page took 0.033532 seconds and 4 git commands to generate.