Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / tracing / pg.tp
1 #include "include/int_types.h"
2
3 TRACEPOINT_EVENT(pg, queue_op,
4     TP_ARGS(
5         // osd_reqid_t
6         uint8_t,  type,
7         int64_t,  num,
8         uint64_t, tid,
9         int32_t,  inc,
10         int,      rmw_flags),
11     TP_FIELDS(
12         ctf_integer(uint8_t, type, type)
13         ctf_integer(int64_t, num, num)
14         ctf_integer(uint64_t, tid, tid)
15         ctf_integer(int32_t, inc, inc)
16         ctf_integer(int, rmw_flags, rmw_flags)
17     )
18 )