diff --git a/tools/etc/lttng/sessions/auto/frr-snapshot-onboot.lttng b/tools/etc/lttng/sessions/auto/frr-snapshot-onboot.lttng
new file mode 100644
index 000000000000..c8e4dd203334
--- /dev/null
+++ b/tools/etc/lttng/sessions/auto/frr-snapshot-onboot.lttng
@@ -0,0 +1,72 @@
+
+
+
+ frr-snapshot-onboot
+
+
+ UST
+ PER_UID
+
+
+ channel0
+ true
+ OVERWRITE
+ 524288
+ 4
+ 0
+ 0
+ MMAP
+ 0
+ 1000000
+ 0
+ 0
+ 0
+
+
+ frr_bgp:evpn*
+ true
+ TRACEPOINT
+ ALL
+
+
+
+
+
+
+
+
+ JUL
+ PER_UID
+
+
+
+ LOG4J
+ PER_UID
+
+
+
+ PYTHON
+ PER_UID
+
+
+
+ true
+
+ true
+
+
+
+
diff --git a/tools/etc/lttng/sessions/auto/frr-snapshot-zebra-onboot.lttng b/tools/etc/lttng/sessions/auto/frr-snapshot-zebra-onboot.lttng
index bee0b51fdd84..aed8cb978752 100644
--- a/tools/etc/lttng/sessions/auto/frr-snapshot-zebra-onboot.lttng
+++ b/tools/etc/lttng/sessions/auto/frr-snapshot-zebra-onboot.lttng
@@ -62,7 +62,7 @@
true
- /var/tmp/lttng-traces/frr-snapshot-zebra-onboot
+ /var/log/lttng-traces/frr-snapshot-zebra-onboot
diff --git a/zebra/subdir.am b/zebra/subdir.am
index f45deb6ad58d..e9bbcbeeab10 100644
--- a/zebra/subdir.am
+++ b/zebra/subdir.am
@@ -201,7 +201,6 @@ noinst_HEADERS += \
zebra/zserv.h \
zebra/dpdk/zebra_dplane_dpdk.h \
zebra/dpdk/zebra_dplane_dpdk_private.h \
- zebra/zebra_trace.h \
# end
zebra_zebra_irdp_la_SOURCES = \