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 MD |
18 | /config.h |
19 | /include/ust/config.h | |
f191dcb4 | 20 | /config.h.in |
ca9e4502 PMF |
21 | config/ |
22 | config.log | |
23 | config.status | |
24 | stamp-h1 | |
fc214788 | 25 | libtool |
4cf459a7 | 26 | ust.pc |
161239e0 | 27 | include/ust/version.h |
2fa984fd PMF |
28 | |
29 | ustctl/ustctl | |
9dc7b7ff | 30 | ust-consumerd/ust-consumerd |
c067bf5b DG |
31 | |
32 | tests/basic/basic | |
33 | tests/basic_long/basic_long | |
34 | tests/dlopen/dlopen | |
35 | tests/fork/fork | |
36 | tests/fork/fork2 | |
37 | tests/hello/hello | |
38 | tests/hello2/hello2 | |
39 | tests/libustctl_function_tests/libustctl_function_tests | |
40 | tests/register_test/register_test | |
41 | tests/same_line_marker/same_line_marker | |
42 | tests/test-libustinstr-malloc/prog | |
43 | tests/test-nevents/prog | |
44 | tests/trace_event/trace_event_test | |
45 | tests/tracepoint/benchmark/tracepoint_benchmark | |
46 | tests/tracepoint/tracepoint_test | |
46cec820 | 47 | tests/exit-fast/exit-fast |