HomeFreeBSD

Add the ksyms(4) pseudo driver. The ksyms driver allows a process to
rS192859Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Add the ksyms(4) pseudo driver. The ksyms driver allows a process to
get a quick snapshot of the kernel's symbol table including the symbols
from any loaded modules (the symbols are all merged into one symbol
table). Unlike like other implementations, this ksyms driver maps
memory in the process memory space to store the snapshot at the time
/dev/ksyms is opened. It also checks to see if the process has already
a snapshot open and won't allow it to open /dev/ksyms it again until it
closes first. This prevents kernel and process memory from being
exhausted. Note that /dev/ksyms is used by the lockstat(1) command.

Reviewed by: gallatin kib (freebsd-arch)
Approved by: gnn (mentor)

Details

Provenance
ssonAuthored on
Parents
rS192858: - remove write and start I/O on the current page
Branches
Unknown
Tags
Unknown

Event Timeline