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/ |
fb54defd MJ |
21 | /include/config.h |
22 | /include/config.h.in | |
23 | /include/stamp-h1 | |
06b47e5e AM |
24 | /include/lttng/config.h |
25 | /include/lttng/stamp-h2 | |
26 | /include/lttng/ust-version.h | |
260e475b | 27 | /include/lttng/ust-config.h |
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 | |
39 | /m4/libtool.m4 | |
40 | /m4/lt~obsolete.m4 | |
41 | /m4/ltoptions.m4 | |
42 | /m4/ltsugar.m4 | |
43 | /m4/ltversion.m4 | |
ca9e4502 PMF |
44 | config.log |
45 | config.status | |
093c3f9b | 46 | /libtool |
06b47e5e | 47 | lttng-ust.pc |
32cc2c3e | 48 | lttng-ust-ctl.pc |
2fa984fd PMF |
49 | |
50 | ustctl/ustctl | |
9dc7b7ff | 51 | ust-consumerd/ust-consumerd |
c067bf5b | 52 | |
a106a9f8 JG |
53 | doc/examples/demo/demo |
54 | doc/examples/easy-ust/sample | |
55 | doc/examples/hello-static-lib/hello | |
5901b5e0 ZT |
56 | doc/examples/gen-tp/sample |
57 | doc/examples/gen-tp/sample_tracepoint.h | |
641c659a | 58 | doc/examples/demo-tracef/demo-tracef |
cfd56ee1 | 59 | doc/examples/demo-tracef/demo-vtracef |
5751955a | 60 | doc/examples/demo-tracelog/demo-tracelog |
bd9bb3c7 | 61 | doc/examples/demo-tracelog/demo-vtracelog |
e5b701c8 | 62 | doc/examples/cmake-multiple-shared-libraries/build/ |
a106a9f8 | 63 | |
4ddbd0b7 PP |
64 | doc/man/*.xml |
65 | doc/man/lttng-gen-tp.1 | |
66 | doc/man/lttng-ust-cyg-profile.3 | |
67 | doc/man/lttng-ust-dl.3 | |
68 | doc/man/lttng-ust.3 | |
69 | doc/man/tracef.3 | |
70 | doc/man/tracelog.3 | |
32cc2c3e | 71 | doc/man/vtracef.3 |
4ddbd0b7 | 72 | |
5901b5e0 ZT |
73 | tests/benchmark/bench1 |
74 | tests/benchmark/bench2 | |
dbe6ade0 MJ |
75 | tests/compile/ctf-types/ctf-types |
76 | tests/compile/hello.cxx/hello | |
77 | tests/compile/hello/hello | |
78 | tests/compile/hello-many/hello-many | |
79 | tests/compile/same_line_tracepoint/same_line_tracepoint | |
80 | tests/compile/test-app-ctx/hello | |
81 | tests/unit/gcc-weak-hidden/test_gcc_weak_hidden | |
21f6b444 | 82 | tests/unit/libmsgpack/test_msgpack |
8707de35 | 83 | tests/unit/libringbuffer/test_shm |
dbe6ade0 MJ |
84 | tests/unit/pthread_name/test_pthread_name |
85 | tests/unit/snprintf/test_snprintf | |
86 | tests/unit/ust-elf/test_ust_elf | |
87 | tests/unit/ust-elf/ust-elf | |
43e5396b | 88 | |
501f6777 | 89 | # Java agent library |
43e5396b | 90 | *.class |
8e57e02f | 91 | lttng-ust-agent*.jar |
97b9093e | 92 | liblttng-ust-agent.jar |
501f6777 CB |
93 | classnoinst.stamp |
94 | jni-header.stamp | |
8ab5c06b | 95 | context-jni-header.stamp |
501f6777 CB |
96 | jul-jni-header.stamp |
97 | log4j-jni-header.stamp | |
8ab5c06b | 98 | org_lttng_ust_agent_context_LttngContextApi.h |
6e7bc9e0 AM |
99 | org_lttng_ust_agent_jul_LttngJulApi.h |
100 | org_lttng_ust_agent_log4j_LttngLog4jApi.h | |
c3e14096 DG |
101 | |
102 | # Python agent | |
5b6ff569 PP |
103 | python-lttngust/lttngust/__init__.py |
104 | python-lttngust/**/*.pyc | |
105 | python-lttngust/build | |
106 | python-lttngust/setup.py |