Function annotate_vmlinux

Source
pub(crate) fn annotate_vmlinux(
    vmlinux_h: &str,
    comments_map: &HashMap<String, String>,
    struct_map: &HashMap<String, String>,
) -> Result<String, Error>
Expand description

Adds comments to vmlinux.h based on the provided comments map