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 |
ca9e4502 PMF |
15 | configure |
16 | aclocal.m4 | |
17 | autom4te.cache/ | |
a6352fd4 | 18 | /config.h |
06b47e5e AM |
19 | /include/lttng/config.h |
20 | /include/lttng/stamp-h2 | |
21 | /include/lttng/ust-version.h | |
260e475b | 22 | /include/lttng/ust-config.h |
f191dcb4 | 23 | /config.h.in |
ca9e4502 PMF |
24 | config/ |
25 | config.log | |
26 | config.status | |
27 | stamp-h1 | |
fc214788 | 28 | libtool |
06b47e5e | 29 | lttng-ust.pc |
2fa984fd PMF |
30 | |
31 | ustctl/ustctl | |
9dc7b7ff | 32 | ust-consumerd/ust-consumerd |
c067bf5b DG |
33 | |
34 | tests/basic/basic | |
35 | tests/basic_long/basic_long | |
06b47e5e | 36 | tests/demo/demo |
c067bf5b | 37 | tests/dlopen/dlopen |
06b47e5e | 38 | tests/exit-fast/exit-fast |
c067bf5b DG |
39 | tests/fork/fork |
40 | tests/fork/fork2 | |
41 | tests/hello/hello | |
06b47e5e | 42 | tests/hello.cxx/hello |
c067bf5b DG |
43 | tests/hello2/hello2 |
44 | tests/libustctl_function_tests/libustctl_function_tests | |
45 | tests/register_test/register_test | |
46 | tests/same_line_marker/same_line_marker | |
06b47e5e AM |
47 | tests/ust-basic-tracing/ust-basic-tracing |
48 | tests/ust-multi-test/ust-multi-test | |
c067bf5b DG |
49 | tests/test-libustinstr-malloc/prog |
50 | tests/test-nevents/prog | |
51 | tests/trace_event/trace_event_test | |
52 | tests/tracepoint/benchmark/tracepoint_benchmark | |
53 | tests/tracepoint/tracepoint_test | |
01d63614 | 54 | tests/hello-static-lib/hello |