diff options
Diffstat (limited to 'zebra/zebra_trace.h')
| -rw-r--r-- | zebra/zebra_trace.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/zebra/zebra_trace.h b/zebra/zebra_trace.h index a43d4a38b7..b2983b7631 100644 --- a/zebra/zebra_trace.h +++ b/zebra/zebra_trace.h @@ -108,6 +108,21 @@ TRACEPOINT_EVENT( ctf_integer(uint32_t, startup, startup) ) ) + +TRACEPOINT_EVENT( + frr_zebra, + netlink_rule_change, + TP_ARGS( + struct nlmsghdr *, h, + ns_id_t, ns_id, + int, startup), + TP_FIELDS( + ctf_integer_hex(intptr_t, h, h) + ctf_integer(uint32_t, ns_id, ns_id) + ctf_integer(uint32_t, startup, startup) + ) + ) + #include <lttng/tracepoint-event.h> #endif /* HAVE_LTTNG */ |
