Fix: add missing fields in struct lttng_ust_abi_channel_config
[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/vtracef.3
75 /doc/man/vtracelog.3
76
77 /tests/benchmark/bench1
78 /tests/benchmark/bench2
79 /tests/compile/api0/ctf-types/ctf-types
80 /tests/compile/api0/ctf-types/ctf-types-api1
81 /tests/compile/api0/hello.cxx/hello
82 /tests/compile/api0/hello.cxx/hello-api1
83 /tests/compile/api0/hello/hello
84 /tests/compile/api0/hello/hello-api1
85 /tests/compile/api0/hello-many/hello-many
86 /tests/compile/api0/hello-many/hello-many-api1
87 /tests/compile/api0/same_line_tracepoint/same_line_tracepoint
88 /tests/compile/api0/same_line_tracepoint/same_line_tracepoint_api1
89 /tests/compile/api0/test-app-ctx/hello
90 /tests/compile/api0/test-app-ctx/hello-api1
91 /tests/compile/api1/hello.cxx/hello
92 /tests/compile/api1/hello.cxx/hello-compatapi1
93 /tests/compile/api1/hello/hello
94 /tests/compile/api1/hello/hello-compatapi1
95 /tests/compile/api1/hello-many/hello-many
96 /tests/compile/api1/hello-many/hello-many-compatapi1
97 /tests/compile/api1/same_line_tracepoint/same_line_tracepoint
98 /tests/compile/api1/same_line_tracepoint/same_line_tracepoint_compatapi1
99 /tests/compile/api1/test-app-ctx/hello
100 /tests/compile/api1/test-app-ctx/hello-compatapi1
101 /tests/compile/api1/ust-fields/ust-fields
102 /tests/compile/api1/ust-fields/ust-fields-compatapi1
103 /tests/unit/gcc-weak-hidden/test_gcc_weak_hidden
104 /tests/unit/libmsgpack/test_msgpack
105 /tests/unit/libringbuffer/test_shm
106 /tests/unit/pthread_name/test_pthread_name
107 /tests/unit/snprintf/test_snprintf
108 /tests/unit/ust-elf/ust-elf
109 /tests/unit/ust-error/test_ust_error
110 /tests/unit/ust-utils/test_ust_utils
111 /tests/unit/ust-utils/test_ust_utils_cxx
112
113 # Java agent library
114 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-all/*.jar
115 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/classnoinst.stamp
116 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/context-jni-header.stamp
117 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/*.jar
118 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/classnoinst.stamp
119 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/jul-jni-header.stamp
120 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/*.jar
121 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/classnoinst.stamp
122 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/log4j-jni-header.stamp
123 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/*.jar
124 /src/lib/lttng-ust-java-agent/jni/common/org_lttng_ust_agent_context_LttngContextApi.h
125 /src/lib/lttng-ust-java-agent/jni/jul/org_lttng_ust_agent_jul_LttngJulApi.h
126 /src/lib/lttng-ust-java-agent/jni/log4j/org_lttng_ust_agent_log4j_LttngLog4jApi.h
127 /src/lib/lttng-ust-java/classnoinst.stamp
128 /src/lib/lttng-ust-java/jni-header.stamp
129
130 # Python agent
131 /src/python-lttngust/lttngust/version.py
132 /src/python-lttngust/**/*.pyc
133 /src/python-lttngust/build
134 /src/python-lttngust/setup.py
135 /src/python-lttngust/build-python-bindings.stamp
136 /src/python-lttngust/copy-static-deps.stamp
137 /src/python-lttngust/installed_files.txt
138
139 # Makefiles
140 /Makefile
141 /doc/Makefile
142 /doc/examples/Makefile
143 /doc/man/Makefile
144 /include/Makefile
145 /src/common/Makefile
146 /src/lib/lttng-ust-common/Makefile
147 /src/lib/lttng-ust-ctl/Makefile
148 /src/lib/lttng-ust-cyg-profile/Makefile
149 /src/lib/lttng-ust-dl/Makefile
150 /src/lib/lttng-ust-fd/Makefile
151 /src/lib/lttng-ust-fork/Makefile
152 /src/lib/lttng-ust-java-agent/Makefile
153 /src/lib/lttng-ust-java-agent/java/Makefile
154 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-all/Makefile
155 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/Makefile
156 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/Makefile
157 /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/Makefile
158 /src/lib/lttng-ust-java-agent/jni/Makefile
159 /src/lib/lttng-ust-java-agent/jni/common/Makefile
160 /src/lib/lttng-ust-java-agent/jni/jul/Makefile
161 /src/lib/lttng-ust-java-agent/jni/log4j/Makefile
162 /src/lib/lttng-ust-java/Makefile
163 /src/lib/lttng-ust-libc-wrapper/Makefile
164 /src/lib/lttng-ust-pthread-wrapper/Makefile
165 /src/lib/lttng-ust-tracepoint/Makefile
166 /src/lib/lttng-ust-python-agent/Makefile
167 /src/lib/Makefile
168 /src/lib/lttng-ust/Makefile
169 /src/python-lttngust/Makefile
170 /src/Makefile
171 /tests/Makefile
172 /tests/benchmark/Makefile
173 /tests/compile/Makefile
174 /tests/compile/api0/Makefile
175 /tests/compile/api0/ctf-types/Makefile
176 /tests/compile/api0/hello-many/Makefile
177 /tests/compile/api0/hello.cxx/Makefile
178 /tests/compile/api0/hello/Makefile
179 /tests/compile/api0/same_line_tracepoint/Makefile
180 /tests/compile/api1/Makefile
181 /tests/compile/api1/ust-fields/Makefile
182 /tests/compile/api1/hello-many/Makefile
183 /tests/compile/api1/hello.cxx/Makefile
184 /tests/compile/api1/hello/Makefile
185 /tests/compile/api1/same_line_tracepoint/Makefile
186 /tests/compile/api1/test-app-ctx/Makefile
187 /tests/unit/Makefile
188 /tests/unit/gcc-weak-hidden/Makefile
189 /tests/unit/libmsgpack/Makefile
190 /tests/unit/libringbuffer/Makefile
191 /tests/unit/pthread_name/Makefile
192 /tests/unit/snprintf/Makefile
193 /tests/unit/ust-elf/Makefile
194 /tests/unit/ust-error/Makefile
195 /tests/unit/ust-utils/Makefile
196 /tests/utils/Makefile
197 /tools/Makefile
This page took 0.03378 seconds and 4 git commands to generate.