Commit | Line | Data |
---|---|---|
3a7b90de PMF |
1 | *.so |
2 | *.swp | |
3 | *.o | |
4 | *.swo | |
f3c7428e MJ |
5 | *.trs |
6 | *.log | |
ca9e4502 PMF |
7 | Makefile |
8 | .libs/ | |
9 | .deps/ | |
10 | *~ | |
67787f50 | 11 | *.a |
ca9e4502 PMF |
12 | *.la |
13 | *.lo | |
14 | Makefile.in | |
15 | *.loT | |
cf1da69d | 16 | *.info |
60e2ee97 | 17 | cscope.* |
ca9e4502 PMF |
18 | configure |
19 | aclocal.m4 | |
20 | autom4te.cache/ | |
a6352fd4 | 21 | /config.h |
06b47e5e AM |
22 | /include/lttng/config.h |
23 | /include/lttng/stamp-h2 | |
24 | /include/lttng/ust-version.h | |
260e475b | 25 | /include/lttng/ust-config.h |
f191dcb4 | 26 | /config.h.in |
ca9e4502 PMF |
27 | config/ |
28 | config.log | |
29 | config.status | |
30 | stamp-h1 | |
fc214788 | 31 | libtool |
06b47e5e | 32 | lttng-ust.pc |
2fa984fd PMF |
33 | |
34 | ustctl/ustctl | |
9dc7b7ff | 35 | ust-consumerd/ust-consumerd |
c067bf5b | 36 | |
a106a9f8 JG |
37 | doc/examples/demo/demo |
38 | doc/examples/easy-ust/sample | |
39 | doc/examples/hello-static-lib/hello | |
5901b5e0 ZT |
40 | doc/examples/gen-tp/sample |
41 | doc/examples/gen-tp/sample_tracepoint.h | |
641c659a | 42 | doc/examples/demo-tracef/demo-tracef |
5751955a | 43 | doc/examples/demo-tracelog/demo-tracelog |
a106a9f8 | 44 | |
4ddbd0b7 PP |
45 | doc/man/*.xml |
46 | doc/man/lttng-gen-tp.1 | |
47 | doc/man/lttng-ust-cyg-profile.3 | |
48 | doc/man/lttng-ust-dl.3 | |
49 | doc/man/lttng-ust.3 | |
50 | doc/man/tracef.3 | |
51 | doc/man/tracelog.3 | |
52 | ||
c067bf5b | 53 | tests/hello/hello |
06b47e5e | 54 | tests/hello.cxx/hello |
90c09854 | 55 | tests/same_line_tracepoint/same_line_tracepoint |
06b47e5e AM |
56 | tests/ust-basic-tracing/ust-basic-tracing |
57 | tests/ust-multi-test/ust-multi-test | |
c067bf5b DG |
58 | tests/trace_event/trace_event_test |
59 | tests/tracepoint/benchmark/tracepoint_benchmark | |
60 | tests/tracepoint/tracepoint_test | |
d23b20e9 | 61 | tests/snprintf/prog |
22609c7a | 62 | tests/ust-elf/prog |
f829629f | 63 | tests/ust-elf/test_ust_elf |
5901b5e0 ZT |
64 | tests/benchmark/bench1 |
65 | tests/benchmark/bench2 | |
f3c7428e MJ |
66 | tests/ctf-types/ctf-types |
67 | tests/test-app-ctx/hello | |
5a673446 MD |
68 | tests/gcc-weak-hidden/test-gcc-wh |
69 | tests/gcc-weak-hidden/test_gcc_weak_hidden | |
43e5396b | 70 | |
501f6777 | 71 | # Java agent library |
43e5396b | 72 | *.class |
8e57e02f | 73 | lttng-ust-agent*.jar |
97b9093e | 74 | liblttng-ust-agent.jar |
501f6777 CB |
75 | classnoinst.stamp |
76 | jni-header.stamp | |
8ab5c06b | 77 | context-jni-header.stamp |
501f6777 CB |
78 | jul-jni-header.stamp |
79 | log4j-jni-header.stamp | |
8ab5c06b | 80 | org_lttng_ust_agent_context_LttngContextApi.h |
6e7bc9e0 AM |
81 | org_lttng_ust_agent_jul_LttngJulApi.h |
82 | org_lttng_ust_agent_log4j_LttngLog4jApi.h | |
c3e14096 DG |
83 | |
84 | # Python agent | |
5b6ff569 PP |
85 | python-lttngust/lttngust/__init__.py |
86 | python-lttngust/**/*.pyc | |
87 | python-lttngust/build | |
88 | python-lttngust/setup.py |