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