summaryrefslogtreecommitdiffstats
path: root/samples/rust/rust_print_events.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/rust/rust_print_events.c')
-rw-r--r--samples/rust/rust_print_events.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/rust/rust_print_events.c b/samples/rust/rust_print_events.c
new file mode 100644
index 000000000000..a9169ff0edf1
--- /dev/null
+++ b/samples/rust/rust_print_events.c
@@ -0,0 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
+/*
+ * Copyright 2024 Google LLC
+ */
+
+#define CREATE_TRACE_POINTS
+#define CREATE_RUST_TRACE_POINTS
+#include <trace/events/rust_sample.h>