Introduce callstack stackwalk implementation header
[lttng-modules.git] / lttng-context-callstack.c
index 4a4400408fcac6122382bbcb60abbe5a73a719a3..195990a6e3e1292bebce8277a7b3bdefbd0d5acb 100644 (file)
 #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.025942 seconds and 4 git commands to generate.