Hello everyone,
every rgw request comes down core functions ObjectReadOperation and ObjectWriteOperation, defined librados.hpp file, the and rgw code calls this functions via rgw_tools.cc rgw_rados_operate(), is it necessary to trace these functions because due to async natureĀ of these functions I have not able to trace these functions.

So is it okay if I dontĀ trace these functions?