Lines 2628-2634
TRACEPOINT_EVENT(librados, rados_watch3_enter,
Link Here
|
2628 |
TP_FIELDS( |
2628 |
TP_FIELDS( |
2629 |
ctf_integer_hex(rados_ioctx_t, ioctx, ioctx) |
2629 |
ctf_integer_hex(rados_ioctx_t, ioctx, ioctx) |
2630 |
ctf_string(oid, oid) |
2630 |
ctf_string(oid, oid) |
2631 |
ctf_integer_hex(uint64_t, phandle, phandle) |
2631 |
ctf_integer_hex(uint64_t*, phandle, phandle) |
2632 |
ctf_integer_hex(rados_watchcb2_t, callback, callback) |
2632 |
ctf_integer_hex(rados_watchcb2_t, callback, callback) |
2633 |
ctf_integer(uint32_t, timeout, timeout) |
2633 |
ctf_integer(uint32_t, timeout, timeout) |
2634 |
ctf_integer_hex(void*, arg, arg) |
2634 |
ctf_integer_hex(void*, arg, arg) |
Lines 2658-2664
TRACEPOINT_EVENT(librados, rados_aio_watch2_enter,
Link Here
|
2658 |
ctf_integer_hex(rados_ioctx_t, ioctx, ioctx) |
2658 |
ctf_integer_hex(rados_ioctx_t, ioctx, ioctx) |
2659 |
ctf_string(oid, oid) |
2659 |
ctf_string(oid, oid) |
2660 |
ctf_integer_hex(rados_completion_t, completion, completion) |
2660 |
ctf_integer_hex(rados_completion_t, completion, completion) |
2661 |
ctf_integer_hex(uint64_t, phandle, phandle) |
2661 |
ctf_integer_hex(uint64_t*, phandle, phandle) |
2662 |
ctf_integer_hex(rados_watchcb2_t, callback, callback) |
2662 |
ctf_integer_hex(rados_watchcb2_t, callback, callback) |
2663 |
ctf_integer(uint32_t, timeout, timeout) |
2663 |
ctf_integer(uint32_t, timeout, timeout) |
2664 |
ctf_integer_hex(void*, arg, arg) |
2664 |
ctf_integer_hex(void*, arg, arg) |