diff options
author | rh87107 <none@none> | 2007-07-30 01:54:19 -0700 |
---|---|---|
committer | rh87107 <none@none> | 2007-07-30 01:54:19 -0700 |
commit | d7755b5a0365927a64271a9fb2dfd1616f8b0820 (patch) | |
tree | b24d46801072aa75ec11e4524d97c9f74021b3a7 /usr/src/lib/libproc/common/Pcontrol.h | |
parent | 8977779c5344db36f74fe837614304f9af45d2cf (diff) | |
download | illumos-gate-d7755b5a0365927a64271a9fb2dfd1616f8b0820.tar.gz |
6404003 optimize_symtab() can be inefficient for large symtabs
6482731 core file mappings not correctly associated with their files
6527491 file_info_new() could still do a better job of finding associated mappings
6530223 truss -u can malfunction when large pages are in use
Diffstat (limited to 'usr/src/lib/libproc/common/Pcontrol.h')
-rw-r--r-- | usr/src/lib/libproc/common/Pcontrol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/lib/libproc/common/Pcontrol.h b/usr/src/lib/libproc/common/Pcontrol.h index 5a4d606c9d..b195db3b63 100644 --- a/usr/src/lib/libproc/common/Pcontrol.h +++ b/usr/src/lib/libproc/common/Pcontrol.h @@ -263,6 +263,7 @@ extern char *Pfindexec(struct ps_prochandle *, const char *, int (*)(const char *, void *), void *); extern int getlwpstatus(struct ps_prochandle *, lwpid_t, lwpstatus_t *); int Pstopstatus(struct ps_prochandle *, long, uint32_t); +extern file_info_t *file_info_new(struct ps_prochandle *, map_info_t *); extern int Padd_mapping(struct ps_prochandle *, off64_t, file_info_t *, prmap_t *); |