From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- src/tracing/pg.tp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/tracing/pg.tp (limited to 'src/tracing/pg.tp') diff --git a/src/tracing/pg.tp b/src/tracing/pg.tp new file mode 100644 index 000000000..264e7534d --- /dev/null +++ b/src/tracing/pg.tp @@ -0,0 +1,18 @@ +#include "include/int_types.h" + +TRACEPOINT_EVENT(pg, queue_op, + TP_ARGS( + // osd_reqid_t + uint8_t, type, + int64_t, num, + uint64_t, tid, + int32_t, inc, + int, rmw_flags), + TP_FIELDS( + ctf_integer(uint8_t, type, type) + ctf_integer(int64_t, num, num) + ctf_integer(uint64_t, tid, tid) + ctf_integer(int32_t, inc, inc) + ctf_integer(int, rmw_flags, rmw_flags) + ) +) -- cgit v1.2.3