]> git.baikalelectronics.ru Git - kernel.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)
commit844903a1fcd0da93255d6566a83535debf2f8c3d
treef7bc5b35c766edb759d01be2d91736914bc9e936
parentf7391b2365f4e1a62af48f7797513e27073eff25
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]