xref: /openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-platforms.inc (revision 3b0b3749d62cef07275b67a07bc38208e95b1936)
1#
2# Whether the platform supports kernel tracing
3#
4LTTNGMODULES = "lttng-modules"
5LTTNGMODULES:arc = ""
6LTTNGMODULES:riscv64 = ""
7
8COMPATIBLE_HOST:riscv64:pn-lttng-modules = "null"
9COMPATIBLE_HOST:arc:pn-lttng-modules = "null"
10
11# Whether the platform supports userspace tracing
12# lttng-ust uses sched_getcpu() which is not there on for some platforms.
13LTTNGUST = "lttng-ust"
14LTTNGUST:arc = ""
15
16COMPATIBLE_HOST:arc:pn-lttng-ust = "null"
17
18