#include <mach/arm/sdt_isa.h>

mach/arm/sdt_isa.h Kernel.framework

Only define when testing. This makes the calls into actual calls to test functions.
includes: Kernel/stdint.h
1 macro

macroDTRACE_LABEL

#define DTRACE_LABEL(p, n) ".pushsection __DATA_CONST, __sdt_cstring, cstring_literals\n\t"
	"1: .ascii \"" DTRACE_STRINGIFY(p##___) "\\0\"\n\t"
	"2: .ascii \"" DTRACE_STRINGIFY(n) "\\0\"\n\t"
	".popsection" "\n\t"
	".pushsection __DATA_CONST, __sdt, regular, live_support\n\t"
	".p2align 3\n\t"
	"l3_%=:\n\t"
	".quad 4f""\n\t"
	".quad 1b""\n\t"
	".quad 2b""\n\t"
	".popsection" "\n\t"
	"4:"