proc.spec

来自「Sun Solaris 10 中的 DTrace 组件的源代码。请参看: htt」· SPEC 代码 · 共 1,041 行 · 第 1/2 页

SPEC
1,041
字号
## 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	"@(#)proc.spec	1.34	04/09/28 SMI"## lib/libproc/spec/proc.spec## See the versions file for important information on which version set# names to use.#function	ps_lcontinueinclude		<proc_service.h>declaration	ps_err_e ps_lcontinue(struct ps_prochandle *ph, lwpid_t lwpid)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_lgetfpregsinclude		<proc_service.h>declaration	ps_err_e ps_lgetfpregs(struct ps_prochandle *ph, lwpid_t lwpid, prfpregset_t *fpregset)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_lgetregsinclude		<proc_service.h>declaration	ps_err_e ps_lgetregs(struct ps_prochandle *ph, lwpid_t lwpid, prgregset_t gregset)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_lsetfpregsinclude		<proc_service.h>declaration	ps_err_e ps_lsetfpregs(struct ps_prochandle *ph, lwpid_t lwpid, const prfpregset_t *fpregset)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_lsetregsinclude		<proc_service.h>declaration	ps_err_e ps_lsetregs(struct ps_prochandle *ph, lwpid_t lwpid, const prgregset_t gregset)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_lstopinclude		<proc_service.h>declaration	ps_err_e ps_lstop(struct ps_prochandle *ph, lwpid_t lwpid)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_pauxvinclude		<proc_service.h>declaration	ps_err_e ps_pauxv(struct ps_prochandle *, const auxv_t **)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_pcontinueinclude		<proc_service.h>declaration	ps_err_e ps_pcontinue(struct ps_prochandle *ph)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_pdmodelinclude		<proc_service.h>declaration	ps_err_e ps_pdmodel(struct ps_prochandle *, int *data_model)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_pdreadinclude		<proc_service.h>declaration	ps_err_e ps_pdread(struct ps_prochandle *ph, psaddr_t addr, void *buf, size_t size)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_pdwriteinclude		<proc_service.h>declaration	ps_err_e ps_pdwrite(struct ps_prochandle *ph, psaddr_t addr, const void *buf, size_t size)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_pglobal_lookupinclude		<proc_service.h>declaration	ps_err_e ps_pglobal_lookup(struct ps_prochandle *ph, const char *ld_object_name, const char *ld_symbol_name, psaddr_t *ld_symbol_addr)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_pglobal_syminclude		<proc_service.h>declaration	ps_err_e ps_pglobal_sym(struct ps_prochandle *ph, const char *object_name, const char *sym_name, ps_sym_t *sym)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_ploginclude		<proc_service.h>declaration	void ps_plog(const char *fmt, ...)version		SUNWprivate_1.1endfunction	ps_preadinclude		<proc_service.h>declaration	ps_err_e ps_pread(struct ps_prochandle *ph, psaddr_t  addr, void *buf, size_t size)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_pstopinclude		<proc_service.h>declaration	ps_err_e ps_pstop(struct ps_prochandle *ph)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_ptreadinclude		<proc_service.h>declaration	ps_err_e ps_ptread(struct ps_prochandle *ph, psaddr_t addr, void *buf, size_t size)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_ptwriteinclude		<proc_service.h>declaration	ps_err_e ps_ptwrite(struct ps_prochandle *ph, psaddr_t addr, const void *buf, size_t size)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_pwriteinclude		<proc_service.h>declaration	ps_err_e ps_pwrite(struct ps_prochandle *ph, psaddr_t  addr, const void *buf, size_t size)version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_lgetLDTinclude		<proc_service.h>declaration	ps_err_e ps_lgetLDT(struct ps_prochandle *ph, lwpid_t lwpid, struct ssd *ldt)arch		i386version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_lgetxregsinclude		<proc_service.h>declaration	ps_err_e ps_lgetxregs(struct ps_prochandle *ph, lwpid_t lid, caddr_t xregset)arch		sparc sparcv9version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_lgetxregsizeinclude		<proc_service.h>declaration	ps_err_e ps_lgetxregsize(struct ps_prochandle *ph, lwpid_t lwpid, int *xregsize)arch		sparc sparcv9version		SUNWprivate_1.1exception	$return != PS_OKendfunction	ps_lsetxregsinclude		<proc_service.h>declaration	ps_err_e ps_lsetxregs(struct ps_prochandle *ph, lwpid_t lwpid, caddr_t xregset)arch		sparc sparcv9version		SUNWprivate_1.1exception	$return != PS_OKenddata		_libproc_debugversion		SUNWprivate_1.1endfunction	Paddr_to_ctfversion		SUNWprivate_1.1endfunction	Paddr_to_loadobjversion		SUNWprivate_1.1endfunction	Paddr_to_mapversion		SUNWprivate_1.1endfunction	Paddr_to_text_mapversion		SUNWprivate_1.1endfunction	Pasfdversion		SUNWprivate_1.1endfunction	Pclearfaultversion		SUNWprivate_1.1endfunction	Pclearsigversion		SUNWprivate_1.1endfunction	Pcontentversion		SUNWprivate_1.1endfunction	Pcreateversion		SUNWprivate_1.1endfunction	Pcreate_agentversion		SUNWprivate_1.1endfunction	Pcreate_callbackversion		SUNWprivate_1.1endfunction	Pcreate_errorversion		SUNWprivate_1.1endfunction	Pprivversion		SUNWprivate_1.1endfunction	Psetprivversion		SUNWprivate_1.1endfunction	Pprivinfoversion		SUNWprivate_1.1endfunction	Pcredversion		SUNWprivate_1.1endfunction	Pldtarch		i386version		SUNWprivate_1.1endfunction	Pctlfdversion		SUNWprivate_1.1endfunction	Pdelbkptversion		SUNWprivate_1.1endfunction	Pdelwaptversion		SUNWprivate_1.1endfunction	Pdestroy_agentversion		SUNWprivate_1.1endfunction	Penv_iterversion		SUNWprivate_1.1endfunction	Perror_printfversion		SUNWprivate_1.1endfunction	Pexecnameversion		SUNWprivate_1.1endfunction	Pfaultversion		SUNWprivate_1.1endfunction	Pfgcoreversion		SUNWprivate_1.1endfunction	Pfgrab_coreversion		SUNWprivate_1.1endfunction	Pfreeversion		SUNWprivate_1.1endfunction	Pgcoreversion		SUNWprivate_1.1endfunction	Pgetaregversion		SUNWprivate_1.1endfunction	Pgetauxvalversion		SUNWprivate_1.1endfunction	Pgetauxvecversion		SUNWprivate_1.1endfunction	Pgetenvversion		SUNWprivate_1.1endfunction	Pgrabversion		SUNWprivate_1.1endfunction	Pgrab_coreversion		SUNWprivate_1.1endfunction	Pgrab_errorversion		SUNWprivate_1.1endfunction	Pgrab_fileversion		SUNWprivate_1.1endfunction	Pisprocdirversion		SUNWprivate_1.1endfunction	Pissyscall_prevversion		SUNWprivate_1.1endfunction	Plmidversion		SUNWprivate_1.1endfunction	Plmid_to_loadobjversion		SUNWprivate_1.1endfunction	Plmid_to_mapversion		SUNWprivate_1.1endfunction	Plookup_by_addrversion		SUNWprivate_1.1endfunction	Plookup_by_nameversion		SUNWprivate_1.1endfunction	Plwp_alt_stackversion		SUNWprivate_1.1endfunction	Plwp_getasrsarch		sparcv9version		SUNWprivate_1.1endfunction	Plwp_getregsversion		SUNWprivate_1.1endfunction	Plwp_getgwindowsarch		sparc sparcv9version		SUNWprivate_1.1endfunction	Plwp_getxregsarch		sparc sparcv9version		SUNWprivate_1.1endfunction	Plwp_getfpregsversion		SUNWprivate_1.1endfunction	Plwp_getpsinfoversion		SUNWprivate_1.1endfunction	Plwp_iterversion		SUNWprivate_1.1endfunction	Plwp_iter_allversion		SUNWprivate_1.1endfunction	Plwp_main_stackversion		SUNWprivate_1.1endfunction	Plwp_setasrsarch		sparcv9version		SUNWprivate_1.1endfunction	Plwp_setfpregsversion		SUNWprivate_1.1endfunction	Plwp_setregsversion		SUNWprivate_1.1endfunction	Plwp_setxregsarch		sparc sparcv9version		SUNWprivate_1.1endfunction	Plwp_stackversion		SUNWprivate_1.1endfunction	Pmapping_iterversion		SUNWprivate_1.1endfunction	Pname_to_ctfversion		SUNWprivate_1.1endfunction	Pname_to_loadobjversion		SUNWprivate_1.1endfunction	Pname_to_mapversion		SUNWprivate_1.1endfunction	Pobject_iterversion		SUNWprivate_1.1endfunction	Pobjnameversion		SUNWprivate_1.1endfunction	Pplatformversion		SUNWprivate_1.1endfunction	Ppltdestversion		SUNWprivate_1.1endfunction	Ppsinfoversion		SUNWprivate_1.1endfunction	Pputaregversion		SUNWprivate_1.1endfunction	Prd_agentversion		SUNWprivate_1.1endfunction	Preadversion		SUNWprivate_1.1endfunction	Pread_stringversion		SUNWprivate_1.1endfunction	Preleaseversion		SUNWprivate_1.1endfunction	Preopenversion		SUNWprivate_1.1endfunction	Preset_mapsversion		SUNWprivate_1.1endfunction	Psetbkptversion		SUNWprivate_1.1endfunction	Psetcredversion		SUNWprivate_1.1endfunction	Psetfaultversion		SUNWprivate_1.1endfunction	Psetflagsversion		SUNWprivate_1.1endfunction	Psetrunversion		SUNWprivate_1.1endfunction	Psetsignalversion		SUNWprivate_1.1endfunction	Psetsysentryversion		SUNWprivate_1.1endfunction	Psetzoneidversion		SUNWprivate_1.1end

⌨️ 快捷键说明

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