]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Add basic development debugging framework.
authorKris Van Hees <kris.van.hees@oracle.com>
Wed, 23 Jan 2013 09:42:32 +0000 (04:42 -0500)
committerKris Van Hees <kris.van.hees@oracle.com>
Wed, 23 Jan 2013 09:42:32 +0000 (04:42 -0500)
commit7c4cdf629b4d12ffc7ff25cb00bddc23c53d163a
treec2445ea94aeff9cfa40c415f73217f12fcc6f69e
parent785e24ecefc9207b421709994e02d1b2750c85bb
Add basic development debugging framework.

This patch adds some defines that can be used to provide debugging output in
support of development.  This is debugging output that is controlled at build
time rather than runtime.  For production builds, this will always be disabled.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/dtrace.h
dtrace/dtrace_debug.h [new file with mode: 0644]