brendangregg / perf-tools

Performance analysis tools based on Linux perf_events (aka perf) and ftrace
GNU General Public License v2.0
9.9k stars 1.64k forks source link

Fixes #81 - When the kernel informs us of LOST EVENTS, clear lastfile #84

Closed jamagin closed 4 years ago

jamagin commented 5 years ago

Correlating two lines seperated by a gulf of lost events results in spurious output, for example a open that was attempted on a non-existing file, but which seems to have resulted in a valid returncode.

brendangregg commented 4 years ago

thanks!