Commit | Line | Data |
---|---|---|
fac6795d DG |
1 | *.o |
2 | *.so | |
3 | *.swp | |
4 | *.o | |
5 | *.swo | |
355f483d | 6 | *.pyc |
fac6795d DG |
7 | Makefile |
8 | .libs/ | |
9 | .deps/ | |
10 | *~ | |
11 | *.la | |
12 | *.lo | |
13 | Makefile.in | |
14 | *.loT | |
15 | *.info | |
8ca96153 DG |
16 | *.bz2 |
17 | *.tar | |
37175ce4 | 18 | *.class |
a36b26b4 MJ |
19 | *.trs |
20 | *.log | |
409e94ca | 21 | *.exe |
7a1a6ffe | 22 | .dirstamp |
fac6795d DG |
23 | configure |
24 | aclocal.m4 | |
25 | autom4te.cache/ | |
26 | config.h | |
27 | config.h.in | |
fac6795d DG |
28 | config.log |
29 | config.status | |
30 | stamp-h1 | |
31 | libtool | |
4e332453 | 32 | tags |
b7d2e95f | 33 | /config/ |
77503fc5 | 34 | pre-inst-env |
fac6795d | 35 | |
44f545c8 AM |
36 | .autotools |
37 | .cproject | |
38 | .project | |
39 | .settings/ | |
40 | ||
0de5dd57 | 41 | # cscope, ctags and other IDE files |
ad866a5c DG |
42 | cscope.* |
43 | tags | |
f8e36461 | 44 | TAGS |
0de5dd57 JG |
45 | /.ccls-cache/ |
46 | .ccls-root | |
47 | /.clangd/ | |
48 | compile_commands.json | |
49 | *_flymake* | |
950c7210 | 50 | /.vscode/* |
ad866a5c | 51 | |
71615260 | 52 | # m4 macros not automatically generated |
b7d2e95f MJ |
53 | /m4/libtool.m4 |
54 | /m4/ltoptions.m4 | |
55 | /m4/ltsugar.m4 | |
56 | /m4/ltversion.m4 | |
57 | /m4/lt~obsolete.m4 | |
71615260 | 58 | |
e1748b1f DG |
59 | /src/bin/lttng-sessiond/lttng-sessiond |
60 | /src/bin/lttng/lttng | |
61 | /src/bin/lttng-consumerd/lttng-consumerd | |
d7ba1388 | 62 | /src/bin/lttng-crash/lttng-crash |
e1748b1f DG |
63 | /src/bin/lttng-relayd/lttng-relayd |
64 | /src/lib/lttng-ctl/lttng-ctl.pc | |
e358ddd5 | 65 | /src/common/filter-grammar-test |
02c3d2c2 JG |
66 | /src/common/filter/filter-lexer.cpp |
67 | /src/common/filter/filter-parser.cpp | |
68 | /src/common/filter/filter-parser.hpp | |
e4d2f27a | 69 | /src/common/filter/filter-parser.output |
5a82525d | 70 | |
e1748b1f DG |
71 | /extras/bindings/swig/python/lttng.i |
72 | /extras/bindings/swig/python/lttng.py | |
73 | /extras/bindings/swig/python/lttng_wrap.c | |
74 | /extras/core-handler/crash | |
36907cb5 | 75 | |
de800f52 CB |
76 | .checkpatch.conf |
77 | ||
355f483d | 78 | # Tests |
e1748b1f DG |
79 | /tests/unit/test_kernel_data |
80 | /tests/unit/test_session | |
81 | /tests/unit/test_uri | |
82 | /tests/unit/test_ust_data | |
b12e3724 | 83 | /tests/unit/test_utils_compat_poll |
014d7d3b | 84 | /tests/unit/test_utils_compat_pthread |
e1748b1f | 85 | /tests/unit/test_utils_parse_size_suffix |
2217de18 | 86 | /tests/unit/test_utils_parse_time_suffix |
e1748b1f | 87 | /tests/unit/test_utils_expand_path |
c70636a7 | 88 | /tests/unit/test_uuid |
572cb877 | 89 | /tests/unit/test_notification |
93bed9fe | 90 | /tests/unit/test_directory_handle |
73e9abbe | 91 | /tests/unit/test_relayd_backward_compat_group_by_session |
9ca3e8a2 | 92 | /tests/unit/test_fd_tracker |
b709d152 | 93 | /tests/unit/test_payload |
dbc20d3c | 94 | /tests/unit/test_event_rule |
d17cfa5d | 95 | /tests/unit/test_condition |
9cff59ec | 96 | /tests/unit/test_action |
16e897f4 | 97 | /tests/unit/test_unix_socket |
367a3bba MD |
98 | /tests/regression/ust/multi-session/gen-nevents |
99 | /tests/regression/ust/low-throughput/gen-events | |
100 | /tests/regression/ust/high-throughput/gen-events | |
101 | /tests/regression/tools/filtering/gen-ust-events | |
102 | /tests/utils/testapp/gen-ust-events/gen-ust-events | |
a4cc1b1f | 103 | /tests/utils/testapp/gen-ust-events-constructor/gen-ust-events-constructor |
367a3bba MD |
104 | /tests/utils/testapp/gen-ust-events-ns/gen-ust-events-ns |
105 | /tests/regression/tools/health/health_check | |
343af227 | 106 | /tests/regression/kernel/select_poll_epoll |
434f8068 JR |
107 | /tests/regression/tools/notification/base_client |
108 | /tests/regression/tools/notification/notification | |
ed9f1fb2 | 109 | /tests/regression/tools/rotation/schedule_api |
88a5c0a9 | 110 | /tests/regression/tools/notification/rotation |
38eb8a68 | 111 | /tests/regression/tools/notification/default_pipe_size_getter |
c3426abd | 112 | /tests/regression/tools/trigger/utils/notification-client |
2d0e6286 | 113 | /tests/regression/tools/trigger/name/trigger_name |
574d2e89 | 114 | /tests/regression/tools/trigger/utils/register-some-triggers |
f7411157 | 115 | /tests/regression/tools/trigger/hidden/hidden_trigger |
e1748b1f DG |
116 | /tests/regression/ust/overlap/demo/demo |
117 | /tests/regression/ust/linking/demo_builtin | |
118 | /tests/regression/ust/linking/demo_static | |
119 | /tests/regression/ust/linking/demo | |
120 | /tests/regression/ust/daemon/daemon | |
121 | /tests/regression/ust/exit-fast/exit-fast | |
122 | /tests/regression/ust/fork/fork | |
123 | /tests/regression/ust/fork/fork2 | |
124 | /tests/regression/ust/libc-wrapper/prog | |
343af227 | 125 | /tests/regression/ust/python-logging/test_python_logging |
d4f53cc3 AB |
126 | /tests/regression/ust/baddr-statedump/prog |
127 | /tests/regression/ust/baddr-statedump/prog.debug | |
65385a82 | 128 | /tests/regression/ust/baddr-statedump/prog.strip |
a36b26b4 | 129 | /tests/regression/ust/type-declarations/type-declarations |
c70c42cc | 130 | /tests/regression/ust/ust-dl/prog |
65385a82 | 131 | /tests/regression/ust/ust-dl/libfoo.so.debug |
d8ed06af | 132 | /tests/regression/ust/ust-dl/libbar.so.debug |
343af227 | 133 | /tests/regression/ust/ust-dl/libzzz.so.debug |
bc1d8ca0 | 134 | /tests/regression/ust/ust-dl/test_ust-dl |
c71fadb9 JG |
135 | /tests/regression/ust/multi-lib/exec-with-callsites |
136 | /tests/regression/ust/multi-lib/exec-without-callsites | |
591ee332 FD |
137 | /tests/utils/testapp/gen-syscall-events-callstack/gen-syscall-events-callstack |
138 | /tests/utils/testapp/gen-ust-events/gen-ust-events | |
8a558304 | 139 | /tests/utils/testapp/gen-ust-events-ns/gen-ust-events-ns |
591ee332 | 140 | /tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str |
e1748b1f | 141 | /tests/utils/testapp/gen-ust-nevents/gen-ust-nevents |
4e54c024 | 142 | /tests/utils/testapp/gen-ust-tracef/gen-ust-tracef |
030312cf | 143 | /tests/utils/testapp/gen-syscall-events/gen-syscall-events |
670ec0d8 | 144 | /tests/utils/testapp/gen-kernel-test-events/gen-kernel-test-events |
208e4eea JR |
145 | /tests/utils/xml-utils/extract_xml |
146 | /tests/utils/xml-utils/validate_xml | |
bb901ead | 147 | /tests/utils/xml-utils/pretty_xml |
e1748b1f DG |
148 | /tests/regression/tools/live/live_test |
149 | /tests/unit/ini_config/ini_config | |
6faa26ca JD |
150 | /tests/perf/find_event |
151 | /tests/perf/test_perf_raw | |
343af227 | 152 | /tests/unit/test_string_utils |
85b954bf | 153 | /tests/unit/test_buffer_view |
808cb744 | 154 | /tests/unit/test_kernel_probe |
c3426abd | 155 | /tests/unit/test_event_expr_to_bytecode |
7f4d5b07 | 156 | /tests/unit/test_rate_policy |
85b05318 | 157 | /tests/unit/test_log_level_rule |
a9c2df2b FD |
158 | /tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str |
159 | /tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary | |
160 | /tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary | |
161 | /tests/utils/testapp/userspace-probe-sdt-binary/foobar_provider.h | |
162 | /tests/utils/testapp/userspace-probe-sdt-binary/userspace-probe-sdt-binary | |
5f0d4e78 | 163 | /tests/utils/testapp/gen-ns-events/gen-ns-events |
56c86879 | 164 | |
2a303c4e PP |
165 | # man pages |
166 | /doc/man/*.1 | |
167 | /doc/man/*.3 | |
484b2a0c | 168 | /doc/man/*.7 |
2a303c4e PP |
169 | /doc/man/*.8 |
170 | /doc/man/*.xml | |
171 | /doc/man/*.html | |
4fc83d94 | 172 | /doc/man/*.h |
c4ee4984 | 173 | /doc/man/asciidoc-attrs.conf |
2a303c4e | 174 | !/doc/man/lttng-health-check.3 |
2a303c4e | 175 | |
e4d1d811 JG |
176 | # examples |
177 | /doc/examples/rotation/rotate-client | |
595ed92e JR |
178 | /doc/examples/trigger-condition-event-matches/instrumented-app |
179 | /doc/examples/trigger-condition-event-matches/libtracepoint-trigger-example.a | |
180 | /doc/examples/trigger-condition-event-matches/notification-client | |
181 | ||
e4d1d811 | 182 | |
e1748b1f | 183 | /benchmark/ |
88564da0 | 184 | |
337d64f0 MJ |
185 | /include/version.i |
186 | /include/version.i.tmp | |
0b7af945 | 187 | |
2ebe596e JR |
188 | /version |
189 | ||
0b7af945 | 190 | classnoinst.stamp |