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 | 18 | configure |
093c3f9b | 19 | /aclocal.m4 |
ca9e4502 | 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 |
093c3f9b MJ |
27 | /config/compile |
28 | /config/config.guess | |
29 | /config/config.sub | |
30 | /config/config.sub | |
31 | /config/depcomp | |
32 | /config/depcomp | |
33 | /config/install-sh | |
34 | /config/ltmain.sh | |
35 | /config/missing | |
36 | /config/test-driver | |
37 | /m4/libtool.m4 | |
38 | /m4/lt~obsolete.m4 | |
39 | /m4/ltoptions.m4 | |
40 | /m4/ltsugar.m4 | |
41 | /m4/ltversion.m4 | |
ca9e4502 PMF |
42 | config.log |
43 | config.status | |
093c3f9b MJ |
44 | /stamp-h1 |
45 | /libtool | |
06b47e5e | 46 | lttng-ust.pc |
2fa984fd PMF |
47 | |
48 | ustctl/ustctl | |
9dc7b7ff | 49 | ust-consumerd/ust-consumerd |
c067bf5b | 50 | |
a106a9f8 JG |
51 | doc/examples/demo/demo |
52 | doc/examples/easy-ust/sample | |
53 | doc/examples/hello-static-lib/hello | |
5901b5e0 ZT |
54 | doc/examples/gen-tp/sample |
55 | doc/examples/gen-tp/sample_tracepoint.h | |
641c659a | 56 | doc/examples/demo-tracef/demo-tracef |
cfd56ee1 | 57 | doc/examples/demo-tracef/demo-vtracef |
5751955a | 58 | doc/examples/demo-tracelog/demo-tracelog |
bd9bb3c7 | 59 | doc/examples/demo-tracelog/demo-vtracelog |
e5b701c8 | 60 | doc/examples/cmake-multiple-shared-libraries/build/ |
a106a9f8 | 61 | |
4ddbd0b7 PP |
62 | doc/man/*.xml |
63 | doc/man/lttng-gen-tp.1 | |
64 | doc/man/lttng-ust-cyg-profile.3 | |
65 | doc/man/lttng-ust-dl.3 | |
66 | doc/man/lttng-ust.3 | |
67 | doc/man/tracef.3 | |
68 | doc/man/tracelog.3 | |
69 | ||
c067bf5b | 70 | tests/hello/hello |
a424659d | 71 | tests/hello-many/hello-many |
06b47e5e | 72 | tests/hello.cxx/hello |
90c09854 | 73 | tests/same_line_tracepoint/same_line_tracepoint |
06b47e5e AM |
74 | tests/ust-basic-tracing/ust-basic-tracing |
75 | tests/ust-multi-test/ust-multi-test | |
c067bf5b DG |
76 | tests/trace_event/trace_event_test |
77 | tests/tracepoint/benchmark/tracepoint_benchmark | |
78 | tests/tracepoint/tracepoint_test | |
37b3de59 MJ |
79 | tests/snprintf/test_snprintf |
80 | tests/ust-elf/ust-elf | |
f829629f | 81 | tests/ust-elf/test_ust_elf |
5901b5e0 ZT |
82 | tests/benchmark/bench1 |
83 | tests/benchmark/bench2 | |
f3c7428e MJ |
84 | tests/ctf-types/ctf-types |
85 | tests/test-app-ctx/hello | |
5a673446 | 86 | tests/gcc-weak-hidden/test_gcc_weak_hidden |
43e5396b | 87 | |
501f6777 | 88 | # Java agent library |
43e5396b | 89 | *.class |
8e57e02f | 90 | lttng-ust-agent*.jar |
97b9093e | 91 | liblttng-ust-agent.jar |
501f6777 CB |
92 | classnoinst.stamp |
93 | jni-header.stamp | |
8ab5c06b | 94 | context-jni-header.stamp |
501f6777 CB |
95 | jul-jni-header.stamp |
96 | log4j-jni-header.stamp | |
8ab5c06b | 97 | org_lttng_ust_agent_context_LttngContextApi.h |
6e7bc9e0 AM |
98 | org_lttng_ust_agent_jul_LttngJulApi.h |
99 | org_lttng_ust_agent_log4j_LttngLog4jApi.h | |
c3e14096 DG |
100 | |
101 | # Python agent | |
5b6ff569 PP |
102 | python-lttngust/lttngust/__init__.py |
103 | python-lttngust/**/*.pyc | |
104 | python-lttngust/build | |
105 | python-lttngust/setup.py |