mctp: Add tracepoints for tag/key handling
authorJeremy Kerr <jk@codeconstruct.com.au>
Wed, 29 Sep 2021 07:26:10 +0000 (15:26 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Sep 2021 10:00:11 +0000 (11:00 +0100)
commit4f9e1ba6de45aa8797a83f1fe5b82ec4bac16899
tree5af27668529ef6500809810eef7c4d2c374c68d3
parent7b14e15ae6f4850392800482efb54d5cf4ae300c
mctp: Add tracepoints for tag/key handling

The tag allocation, release and bind events are somewhat opaque outside
the kernel; this change adds a few tracepoints to assist in
instrumentation and debugging.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/trace/events/mctp.h [new file with mode: 0644]
net/mctp/af_mctp.c
net/mctp/route.c