weaveworks / tcptracer-bpf

eBPF program using kprobes to trace TCP events without run-time compilation dependencies
Apache License 2.0
410 stars 61 forks source link

update to 4ece6c5 of iovisor to pull in iovisor/gobpf#139 #61

Closed dholbach closed 6 years ago

dholbach commented 6 years ago

I updated the vendored bits from gobpf in order to pull in the latest, https://github.com/iovisor/gobpf/pull/139 in particular (which brings more clarity in terms of licensing). For the update, I ran

$  gvt update github.com/iovisor/gobpf/elf
$  gvt update github.com/iovisor/gobpf/pkg/bpffs
$  gvt update github.com/iovisor/gobpf/pkg/cpuonline

A local test-build still passes. I wasn't quite sure how else to test this.

dholbach commented 6 years ago

To test this, I did a local test with scope (using a new vendored copy of tcptracer-bpf) and it built and ran just fine.

bboreham commented 6 years ago

Thanks!