Currently p-mark use PID+process start time as unique ID in scope of single boot. ```c struct process_key { __u32 tgid; __u64 start_time; }; ``` It make work incorrectly for processes spawned in [time_namespaces(7)](https://man7.org/linux/man-pages/man7/time_namespaces.7.html).
Currently p-mark use PID+process start time as unique ID in scope of single boot.
It make work incorrectly for processes spawned in time_namespaces(7).