2 * This code is issued under the GNU General Public License.
3 * See the file COPYING in this distribution
5 * obdtrace (header file) - is useful for tracing and performance
6 * debug of the Lustre obd protocol stack. obdtrace is a transparent
7 * logical obd driver that prints commands their in- and outbound
8 * parameters. obdtrace maintains statistics about number and latency
9 * of the obd commands that pass through it. As such it is also use
10 * for performance analysis.
12 * Copyright (c) 2001 Rumi Zahir <rumi.zahir@intel.com>
18 #include <class/obd_class.h>