Skip to content

Correct IDs in time namespaces #1

Description

@asciimoth

Currently p-mark use PID+process start time as unique ID in scope of single boot.

struct process_key {
	__u32 tgid;
	__u64 start_time;
};

It make work incorrectly for processes spawned in time_namespaces(7).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions