mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +00:00
It will help to get missing kretprobe events during the ebpf tracker initialization and missing connect & accept events, specially visible on single-cores: - https://github.com/weaveworks/tcptracer-bpf/pull/36 - https://github.com/iovisor/gobpf/pull/39 It makes use of a Linux patch that should be in Linux >= 4.12 (unreleased yet): https://github.com/iovisor/bcc/issues/1072#issuecomment-289777787 It falls back gracefully on current/older Linux kernels. The new gobpf vendoring also includes other small fixes such as error handling.