mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-31 20:36:42 +00:00
We make an event class for the two most common btree op patterns, and reuse that to make our tracepoints for each function. This covers all the entry points listed in btree.h. We don't get every single parameter of every function but this is enough that we can see which keys are being queried / inserted. Signed-off-by: Mark Fasheh <mfasheh@versity.com> Signed-off-by: Zach Brown <zab@versity.com>