Commit | Line | Data |
---|---|---|
3a7b90de PMF |
1 | *.so |
2 | *.swp | |
3 | *.o | |
4 | *.swo | |
ca9e4502 PMF |
5 | Makefile |
6 | .libs/ | |
7 | .deps/ | |
8 | *~ | |
67787f50 | 9 | *.a |
ca9e4502 PMF |
10 | *.la |
11 | *.lo | |
12 | Makefile.in | |
13 | *.loT | |
cf1da69d | 14 | *.info |
60e2ee97 | 15 | cscope.* |
ca9e4502 PMF |
16 | configure |
17 | aclocal.m4 | |
18 | autom4te.cache/ | |
a6352fd4 | 19 | /config.h |
06b47e5e AM |
20 | /include/lttng/config.h |
21 | /include/lttng/stamp-h2 | |
22 | /include/lttng/ust-version.h | |
260e475b | 23 | /include/lttng/ust-config.h |
f191dcb4 | 24 | /config.h.in |
ca9e4502 PMF |
25 | config/ |
26 | config.log | |
27 | config.status | |
28 | stamp-h1 | |
fc214788 | 29 | libtool |
06b47e5e | 30 | lttng-ust.pc |
2fa984fd PMF |
31 | |
32 | ustctl/ustctl | |
9dc7b7ff | 33 | ust-consumerd/ust-consumerd |
c067bf5b | 34 | |
a106a9f8 JG |
35 | doc/examples/demo/demo |
36 | doc/examples/easy-ust/sample | |
37 | doc/examples/hello-static-lib/hello | |
5901b5e0 ZT |
38 | doc/examples/gen-tp/sample |
39 | doc/examples/gen-tp/sample_tracepoint.h | |
641c659a | 40 | doc/examples/demo-tracef/demo-tracef |
5751955a | 41 | doc/examples/demo-tracelog/demo-tracelog |
a106a9f8 | 42 | |
c067bf5b | 43 | tests/hello/hello |
06b47e5e | 44 | tests/hello.cxx/hello |
90c09854 | 45 | tests/same_line_tracepoint/same_line_tracepoint |
06b47e5e AM |
46 | tests/ust-basic-tracing/ust-basic-tracing |
47 | tests/ust-multi-test/ust-multi-test | |
c067bf5b DG |
48 | tests/trace_event/trace_event_test |
49 | tests/tracepoint/benchmark/tracepoint_benchmark | |
50 | tests/tracepoint/tracepoint_test | |
d23b20e9 | 51 | tests/snprintf/prog |
5901b5e0 ZT |
52 | tests/benchmark/bench1 |
53 | tests/benchmark/bench2 | |
43e5396b | 54 | |
501f6777 | 55 | # Java agent library |
43e5396b | 56 | *.class |
be347eb9 | 57 | liblttng-ust-agent*.jar |
501f6777 CB |
58 | classnoinst.stamp |
59 | jni-header.stamp | |
60 | jul-jni-header.stamp | |
61 | log4j-jni-header.stamp | |
62 | org_lttng_ust_agent_jul_LTTngLogHandler.h | |
fc797935 MD |
63 | org_lttng_ust_agent_log4j_LTTngLogAppender.h |
64 | liblttng-ust-java-agent/java/liblttng-ust-jul.jar | |
c3e14096 DG |
65 | |
66 | # Python agent | |
8b450025 | 67 | liblttng-ust-python-agent/lttngust/__init__.py |
e6913c07 | 68 | liblttng-ust-python-agent/**/*.pyc |
8b450025 JR |
69 | liblttng-ust-python-agent/build |
70 | liblttng-ust-python-agent/install_files.txt | |
71 | liblttng-ust-python-agent/setup.py |