TRACE_EVENT(mas_spanning_store,
- TP_PROTO(struct ma_state *mas, void *entry),
+ TP_PROTO(struct ma_state *mas),
- TP_ARGS(mas, entry),
+ TP_ARGS(mas),
TP_STRUCT__entry(
__field(struct ma_state *, mas)
TRACE_EVENT(mas_rebalance,
- TP_PROTO(struct ma_state *mas, struct maple_big_node *b_node),
+ TP_PROTO(struct ma_state *mas),
- TP_ARGS(mas, entry),
+ TP_ARGS(mas),
TP_STRUCT__entry(
__field(struct ma_state *, mas)
TRACE_EVENT(mas_spanning_rebalance,
- TP_PROTO(struct ma_state *mas,
- struct maple_subtree_state *mast,
- void *entry),
+ TP_PROTO(struct ma_state *mas),
- TP_ARGS(mas, entry),
+ TP_ARGS(mas),
TP_STRUCT__entry(
__field(struct ma_state *, mas)