Commit | Line | Data |
---|---|---|
3a7b90de PMF |
1 | *.so |
2 | *.swp | |
3 | *.o | |
4 | *.swo | |
ca9e4502 PMF |
5 | Makefile |
6 | .libs/ | |
7 | .deps/ | |
8 | *~ | |
9 | *.la | |
10 | *.lo | |
11 | Makefile.in | |
12 | *.loT | |
cf1da69d | 13 | *.info |
ca9e4502 PMF |
14 | configure |
15 | aclocal.m4 | |
16 | autom4te.cache/ | |
17 | config.h | |
f191dcb4 | 18 | /config.h.in |
ca9e4502 PMF |
19 | config/ |
20 | config.log | |
21 | config.status | |
22 | stamp-h1 | |
fc214788 | 23 | libtool |
2fa984fd PMF |
24 | |
25 | ustctl/ustctl | |
9dc7b7ff | 26 | ust-consumerd/ust-consumerd |
c067bf5b DG |
27 | |
28 | tests/basic/basic | |
29 | tests/basic_long/basic_long | |
30 | tests/dlopen/dlopen | |
31 | tests/fork/fork | |
32 | tests/fork/fork2 | |
33 | tests/hello/hello | |
34 | tests/hello2/hello2 | |
35 | tests/libustctl_function_tests/libustctl_function_tests | |
36 | tests/register_test/register_test | |
37 | tests/same_line_marker/same_line_marker | |
38 | tests/test-libustinstr-malloc/prog | |
39 | tests/test-nevents/prog | |
40 | tests/trace_event/trace_event_test | |
41 | tests/tracepoint/benchmark/tracepoint_benchmark | |
42 | tests/tracepoint/tracepoint_test | |
46cec820 | 43 | tests/exit-fast/exit-fast |