Skip to content

mmap Privacy Flags #5

@HarkonenBade

Description

@HarkonenBade

It would be useful if the values of the flags argument to mmap were recorded and emitted in the cadets trace record. At the minimum emitting the MAP_SHARED or MAP_PRIVATE state will give the greatest gains. This is needed as writable mappings that are shared propagate changes to the file, whereas private writable mappings perform copy on write instead and do not propagate changes.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions