Skip to main content

EXEC_PATH_LEN

Constant EXEC_PATH_LEN 

Source
pub const EXEC_PATH_LEN: usize = 4096;
Expand description

Live exec/target path buffer size: the ringbuf Event filename and the per-CPU scratch the target-dim walks scan. Sized to Linux PATH_MAX so target_filename / target_folder match the full execution path at any depth and any length. These buffers are transient (per-CPU scratch + ringbuf), never persisted, so they aren’t bound by the xattr block-size limit that caps stored data.