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