mirror of
https://github.com/opnsense/src.git
synced 2026-07-04 06:45:57 -04:00
libproc previously created a new handle for each symbol lookup, which gives rather egregious performance for DTrace's ustack() action. With this change libproc will cache the libelf descriptor upon access, making lookups much faster in the common case. |
||
|---|---|---|
| .. | ||
| tests | ||
| _libproc.h | ||
| crc32.c | ||
| crc32.h | ||
| libproc.h | ||
| Makefile | ||
| Makefile.depend | ||
| Makefile.inc | ||
| proc_bkpt.c | ||
| proc_create.c | ||
| proc_regs.c | ||
| proc_rtld.c | ||
| proc_sym.c | ||
| proc_util.c | ||