Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 1 | # |
| 2 | # Whether the platform supports kernel tracing |
| 3 | # |
| 4 | LTTNGMODULES = "lttng-modules" |
| 5 | LTTNGMODULES_arc = "" |
| 6 | LTTNGMODULES_riscv64 = "" |
| 7 | |
| 8 | COMPATIBLE_HOST_riscv64_pn-lttng-modules = "null" |
| 9 | COMPATIBLE_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. |
| 13 | LTTNGUST = "lttng-ust" |
| 14 | LTTNGUST_arc = "" |
| 15 | |
| 16 | COMPATIBLE_HOST_arc_pn-lttng-ust = "null" |
| 17 | |