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/libproc.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/libproc.h')
-rw-r--r-- | usr/src/lib/libproc/common/libproc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/lib/libproc/common/libproc.h b/usr/src/lib/libproc/common/libproc.h index d12fda05e3..07c6ee1622 100644 --- a/usr/src/lib/libproc/common/libproc.h +++ b/usr/src/lib/libproc/common/libproc.h @@ -82,6 +82,8 @@ struct ps_prochandle; struct ps_lwphandle; extern int _libproc_debug; /* set non-zero to enable debugging fprintfs */ +extern int _libproc_no_qsort; /* set non-zero to inhibit sorting */ + /* of symbol tables */ #if defined(__sparc) #define R_RVAL1 R_O0 /* register holding a function return value */ |