Commit | Line | Data |
---|---|---|
9d16b343 | 1 | # SPDX-License-Identifier: GPL-2.0-only |
5f0d4e78 | 2 | SUBDIRS = \ |
eb7277b0 FD |
3 | gen-kernel-test-events \ |
4 | gen-py-events \ | |
5 | gen-syscall-events \ | |
5f0d4e78 | 6 | gen-ust-events \ |
591ee332 FD |
7 | gen-ust-nevents \ |
8 | gen-ust-nevents-str \ | |
9 | gen-ust-tracef \ | |
c30417c1 SM |
10 | userspace-probe-elf-binary \ |
11 | userspace-probe-elf-cxx-binary | |
a9c2df2b | 12 | |
1a1986ce | 13 | if TEST_SDT_UPROBE |
a9c2df2b | 14 | SUBDIRS += userspace-probe-sdt-binary |
1a1986ce | 15 | endif # TEST_SDT_UPROBE |
591ee332 FD |
16 | |
17 | if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT | |
18 | SUBDIRS += gen-syscall-events-callstack | |
19 | endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT | |
7e0cc23b | 20 | |
28b3dc1e MJ |
21 | if IS_LINUX |
22 | SUBDIRS += \ | |
23 | gen-ns-events \ | |
24 | gen-ust-events-ns | |
25 | endif # IS_LINUX | |
26 | ||
c9e313bc | 27 | noinst_HEADERS = signal-helper.hpp |