sdt.h revision f3b585ce799a83688c5532c430f6133f098431c2
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* 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
*/
/*
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#ifndef _SYS_SDT_H
#define _SYS_SDT_H
#pragma ident "%Z%%M% %I% %E% SMI"
#ifdef __cplusplus
extern "C" {
#endif
#ifndef _KERNEL
}
}
unsigned long); \
(unsigned long)arg2); \
}
unsigned long, unsigned long); \
}
unsigned long, unsigned long, unsigned long); \
(unsigned long)arg4); \
}
unsigned long, unsigned long, unsigned long, unsigned long);\
}
#else /* _KERNEL */
#define DTRACE_PROBE(name) { \
extern void __dtrace_probe_##name(void); \
__dtrace_probe_##name(); \
}
}
}
}
}
#define DTRACE_SCHED(name) \
#define DTRACE_PROC(name) \
#define DTRACE_XPV(name) \
#endif /* _KERNEL */
extern const char *sdt_prefix;
typedef struct sdt_probedesc {
char *sdpd_name; /* name of this probe */
unsigned long sdpd_offset; /* offset of call in text */
#ifdef __cplusplus
}
#endif
#endif /* _SYS_SDT_H */