]> asedeno.scripts.mit.edu Git - linux.git/commit
rdma/ib: Add trace point macros to display human-readable values
authorChuck Lever <chuck.lever@oracle.com>
Sat, 20 Jan 2018 16:16:25 +0000 (11:16 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 23 Jan 2018 14:44:14 +0000 (09:44 -0500)
commit6b3a60ae7b531dc45c737579d91452b4ebda14a8
treef7bc5b35c766edb759d01be2d91736914bc9e936
parentec12e479e30653bf973ca1185bbb09158e9af0b7
rdma/ib: Add trace point macros to display human-readable values

These can be shared with all kernel ULPs, and more can easily be
added as needed.

Note: checkpatch.pl has some heartburn with the TRACE_DEFINE_ENUM
macros and the LIST macros. These follow the same style as other
header files under include/tracing/events , thus should be
considered acceptable exceptions.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Acked-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
include/trace/events/rdma.h [new file with mode: 0644]