dt_asmsubr.s

来自「Sun Solaris 10 中的 DTrace 组件的源代码。请参看: htt」· S 代码 · 共 32 行

S
32
字号
/* * Copyright 2005 Sun Microsystems, Inc.  All rights reserved. * * The contents of this file are subject to the terms of the * Common Development and Distribution License, Version 1.0 only. * See the file usr/src/LICENSING.NOTICE in this distribution or * http://www.opensolaris.org/license/ for details. */#pragma ident	"@(#)dt_asmsubr.s	1.2	04/03/01 SMI"#include <sys/asm_linkage.h>#ifdef lint#include <dtrace.h>/*ARGSUSED*/intdtrace_probe(uintptr_t arg0, ...){ return (0); }#else	ENTRY(dtrace_probe)	ta	ST_DTRACE_PROBE	retl	clr	%o0	SET_SIZE(dtrace_probe)#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?