Files
mirror_zfs/module/os/linux/spl/spl-trace.c
T

33 lines
1.1 KiB
C
Raw Normal View History

2025-01-04 11:04:27 +11:00
// SPDX-License-Identifier: CDDL-1.0
2010-08-26 11:50:56 -07:00
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
2014-06-13 10:54:48 -07:00
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
2010-08-26 11:50:56 -07:00
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2022-07-11 23:16:13 +02:00
* or https://opensource.org/licenses/CDDL-1.0.
2010-08-26 11:50:56 -07:00
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Each DTRACE_PROBE must define its trace point in one (and only one)
* source file, so this dummy file exists for that purpose.
*/
2010-08-26 11:50:56 -07:00
#include <sys/taskq.h>
#define CREATE_TRACE_POINTS
2014-06-13 10:54:48 -07:00
#include <sys/trace.h>
#include <sys/trace_taskq.h>