2 .\" This file and its contents are supplied under the terms of the
3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
5 .\" 1.0 of the CDDL.
6 .\"
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
10 .\"
11 .\"
12 .\" Copyright 2015 Joyent, Inc.
13 .\"
14 .Dd May 11, 2016
15 .Dt PADDR_TO_CTF 3PROC
16 .Os
17 .Sh NAME
18 .Nm Paddr_to_ctf ,
19 .Nm Plmid_to_ctf ,
20 .Nm Pname_to_ctf
21 .Nd lookup CTF data
22 .Sh SYNOPSIS
23 .Lb libproc
24 .In libproc.h
25 .Ft "ctf_file_t *"
26 .Fo Paddr_to_ctf
27 .Fa "struct ps_prochandle *P"
28 .Fa "uintptr_t addr"
29 .Fc
30 .Ft "ctf_file_t *"
31 .Fo Plmid_to_ctf
32 .Fa "struct ps_prochandle *P"
33 .Fa "Lmid_t lmid"
34 .Fa "const char *name"
35 .Fc
36 .Ft "ctf_file_t *"
37 .Fo Pname_to_ctf
38 .Fa "struct ps_prochandle *P"
39 .Fa "const char *name"
40 .Fc
41 .Sh DESCRIPTION
42 The
43 .Fn Paddr_to_ctf ,
|
2 .\" This file and its contents are supplied under the terms of the
3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
5 .\" 1.0 of the CDDL.
6 .\"
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
10 .\"
11 .\"
12 .\" Copyright 2015 Joyent, Inc.
13 .\"
14 .Dd May 11, 2016
15 .Dt PADDR_TO_CTF 3PROC
16 .Os
17 .Sh NAME
18 .Nm Paddr_to_ctf ,
19 .Nm Plmid_to_ctf ,
20 .Nm Pname_to_ctf
21 .Nd lookup CTF data
22 .Sh LIBRARY
23 .Lb libproc
24 .Sh SYNOPSIS
25 .In libproc.h
26 .Ft "ctf_file_t *"
27 .Fo Paddr_to_ctf
28 .Fa "struct ps_prochandle *P"
29 .Fa "uintptr_t addr"
30 .Fc
31 .Ft "ctf_file_t *"
32 .Fo Plmid_to_ctf
33 .Fa "struct ps_prochandle *P"
34 .Fa "Lmid_t lmid"
35 .Fa "const char *name"
36 .Fc
37 .Ft "ctf_file_t *"
38 .Fo Pname_to_ctf
39 .Fa "struct ps_prochandle *P"
40 .Fa "const char *name"
41 .Fc
42 .Sh DESCRIPTION
43 The
44 .Fn Paddr_to_ctf ,
|