Update to SPDX v3.0 identifiers
[lttng-modules.git] / lttng-context-callstack.c
index 4a4400408fcac6122382bbcb60abbe5a73a719a3..881c36e52935aa9accb21ea1036f8c9789e580f1 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
  *
  * lttng-context-callstack.c
  *
 #include "wrapper/vmalloc.h"
 #include "lttng-tracer.h"
 
+#ifdef CONFIG_ARCH_STACKWALK
+#include "lttng-context-callstack-stackwalk-impl.h"
+#else
 #include "lttng-context-callstack-legacy-impl.h"
+#endif
 
 static
 void field_data_free(struct field_data *fdata)
This page took 0.023552 seconds and 4 git commands to generate.