aboutsummaryrefslogtreecommitdiff
path: root/include/trace/stages/stage3_trace_output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace/stages/stage3_trace_output.h')
-rw-r--r--include/trace/stages/stage3_trace_output.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/trace/stages/stage3_trace_output.h b/include/trace/stages/stage3_trace_output.h
index 66374df61ed3..c1fb1355d309 100644
--- a/include/trace/stages/stage3_trace_output.h
+++ b/include/trace/stages/stage3_trace_output.h
@@ -139,3 +139,6 @@
u64 ____val = (u64)(value); \
(u32) do_div(____val, NSEC_PER_SEC); \
})
+
+#undef __get_buf
+#define __get_buf(len) trace_seq_acquire(p, (len))