vitalyvch / strace.ebpf

This repository contains a tool which traces syscalls in a fast way using eBPF linux kernel feature
https://github.com/vitalyvch/strace.ebpf
Other
16 stars 6 forks source link

Add note about reordering of syscall records #47

Open vitalyvch opened 7 years ago

vitalyvch commented 7 years ago

At least we need it in man page, and in description of timestamp option.

Also, there is a probability that it can create a race-condition.