Commit | Line | Data |
---|---|---|
3a7b90de PMF |
1 | *.so |
2 | *.swp | |
3 | *.o | |
4 | *.swo | |
f3c7428e MJ |
5 | *.trs |
6 | *.log | |
ca9e4502 PMF |
7 | .libs/ |
8 | .deps/ | |
9 | *~ | |
67787f50 | 10 | *.a |
ca9e4502 PMF |
11 | *.la |
12 | *.lo | |
13 | Makefile.in | |
14 | *.loT | |
cf1da69d | 15 | *.info |
9d4c8b2d | 16 | *.class |
60e2ee97 | 17 | cscope.* |
d8621b3e | 18 | .dirstamp |
9d4c8b2d MJ |
19 | |
20 | /configure | |
093c3f9b | 21 | /aclocal.m4 |
9d4c8b2d | 22 | /autom4te.cache |
06b47e5e | 23 | /include/lttng/stamp-h2 |
f4a9899e | 24 | /include/lttng/stamp-h3 |
06b47e5e | 25 | /include/lttng/ust-version.h |
260e475b | 26 | /include/lttng/ust-config.h |
9d4c8b2d | 27 | |
32cc2c3e | 28 | /config/ar-lib |
093c3f9b MJ |
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 | |
9d4c8b2d | 39 | |
093c3f9b MJ |
40 | /m4/libtool.m4 |
41 | /m4/lt~obsolete.m4 | |
42 | /m4/ltoptions.m4 | |
43 | /m4/ltsugar.m4 | |
44 | /m4/ltversion.m4 | |
9d4c8b2d MJ |
45 | |
46 | /config.log | |
47 | /config.status | |
093c3f9b | 48 | /libtool |
2fa984fd | 49 | |
74e79a0d MJ |
50 | /src/common/config.h |
51 | /src/common/config.h.in | |
52 | /src/common/stamp-h1 | |
9d4c8b2d | 53 | /src/lttng-ust-ctl.pc |
74e79a0d | 54 | /src/lttng-ust.pc |
c067bf5b | 55 | |
9d4c8b2d MJ |
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/ | |
a106a9f8 | 66 | |
9d4c8b2d MJ |
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 | |
4ddbd0b7 | 76 | |
9d4c8b2d MJ |
77 | /tests/benchmark/bench1 |
78 | /tests/benchmark/bench2 | |
79 | /tests/compile/ctf-types/ctf-types | |
80 | /tests/compile/hello.cxx/hello | |
81 | /tests/compile/hello/hello | |
82 | /tests/compile/hello-many/hello-many | |
83 | /tests/compile/same_line_tracepoint/same_line_tracepoint | |
84 | /tests/compile/test-app-ctx/hello | |
85 | /tests/unit/gcc-weak-hidden/test_gcc_weak_hidden | |
86 | /tests/unit/libmsgpack/test_msgpack | |
87 | /tests/unit/libringbuffer/test_shm | |
88 | /tests/unit/pthread_name/test_pthread_name | |
89 | /tests/unit/snprintf/test_snprintf | |
90 | /tests/unit/ust-elf/ust-elf | |
91 | /tests/unit/ust-error/test_ust_error | |
92 | /tests/unit/ust-utils/test_ust_utils | |
93 | /tests/unit/ust-utils/test_ust_utils_cxx | |
43e5396b | 94 | |
501f6777 | 95 | # Java agent library |
3081c83f MJ |
96 | /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-all/*.jar |
97 | /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/classnoinst.stamp | |
98 | /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/context-jni-header.stamp | |
99 | /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/*.jar | |
100 | /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/classnoinst.stamp | |
101 | /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/jul-jni-header.stamp | |
102 | /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/*.jar | |
103 | /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/classnoinst.stamp | |
104 | /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/log4j-jni-header.stamp | |
105 | /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/*.jar | |
106 | /src/lib/lttng-ust-java-agent/jni/common/org_lttng_ust_agent_context_LttngContextApi.h | |
107 | /src/lib/lttng-ust-java-agent/jni/jul/org_lttng_ust_agent_jul_LttngJulApi.h | |
108 | /src/lib/lttng-ust-java-agent/jni/log4j/org_lttng_ust_agent_log4j_LttngLog4jApi.h | |
109 | /src/lib/lttng-ust-java/classnoinst.stamp | |
110 | /src/lib/lttng-ust-java/jni-header.stamp | |
c3e14096 DG |
111 | |
112 | # Python agent | |
9d4c8b2d MJ |
113 | /src/python-lttngust/lttngust/version.py |
114 | /src/python-lttngust/**/*.pyc | |
115 | /src/python-lttngust/build | |
116 | /src/python-lttngust/setup.py | |
117 | /src/python-lttngust/build-python-bindings.stamp | |
118 | /src/python-lttngust/copy-static-deps.stamp | |
119 | /src/python-lttngust/installed_files.txt | |
120 | ||
121 | # Makefiles | |
122 | /Makefile | |
123 | /doc/Makefile | |
124 | /doc/examples/Makefile | |
125 | /doc/man/Makefile | |
126 | /include/Makefile | |
9d315d6d | 127 | /src/common/Makefile |
793dd3d9 | 128 | /src/lib/lttng-ust-common/Makefile |
c80497fe | 129 | /src/lib/lttng-ust-ctl/Makefile |
18a76df9 | 130 | /src/lib/lttng-ust-cyg-profile/Makefile |
4871194b | 131 | /src/lib/lttng-ust-dl/Makefile |
4889a38d | 132 | /src/lib/lttng-ust-fd/Makefile |
18a76df9 | 133 | /src/lib/lttng-ust-fork/Makefile |
3081c83f MJ |
134 | /src/lib/lttng-ust-java-agent/Makefile |
135 | /src/lib/lttng-ust-java-agent/java/Makefile | |
136 | /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-all/Makefile | |
137 | /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/Makefile | |
138 | /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/Makefile | |
139 | /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/Makefile | |
140 | /src/lib/lttng-ust-java-agent/jni/Makefile | |
141 | /src/lib/lttng-ust-java-agent/jni/common/Makefile | |
142 | /src/lib/lttng-ust-java-agent/jni/jul/Makefile | |
143 | /src/lib/lttng-ust-java-agent/jni/log4j/Makefile | |
144 | /src/lib/lttng-ust-java/Makefile | |
7d03a192 | 145 | /src/lib/lttng-ust-libc-wrapper/Makefile |
3aa28d23 | 146 | /src/lib/lttng-ust-pthread-wrapper/Makefile |
8f51c684 | 147 | /src/lib/lttng-ust-tracepoint/Makefile |
f1b5fe11 MJ |
148 | /src/lib/lttng-ust-python-agent/Makefile |
149 | /src/lib/Makefile | |
6339062a | 150 | /src/lib/lttng-ust/Makefile |
9d4c8b2d | 151 | /src/python-lttngust/Makefile |
9d4c8b2d MJ |
152 | /src/Makefile |
153 | /tests/Makefile | |
154 | /tests/benchmark/Makefile | |
155 | /tests/compile/Makefile | |
156 | /tests/compile/ctf-types/Makefile | |
157 | /tests/compile/hello-many/Makefile | |
158 | /tests/compile/hello.cxx/Makefile | |
159 | /tests/compile/hello/Makefile | |
160 | /tests/compile/same_line_tracepoint/Makefile | |
161 | /tests/compile/test-app-ctx/Makefile | |
162 | /tests/unit/Makefile | |
163 | /tests/unit/gcc-weak-hidden/Makefile | |
164 | /tests/unit/libmsgpack/Makefile | |
165 | /tests/unit/libringbuffer/Makefile | |
166 | /tests/unit/pthread_name/Makefile | |
167 | /tests/unit/snprintf/Makefile | |
168 | /tests/unit/ust-elf/Makefile | |
169 | /tests/unit/ust-error/Makefile | |
170 | /tests/unit/ust-utils/Makefile | |
171 | /tests/utils/Makefile | |
172 | /tools/Makefile |