diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-08-24 21:12:21 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-08-24 21:12:21 -0400 |
commit | c53034e919db662a1581705d258a7c59fa7657e5 (patch) | |
tree | b1f0bd6188b47917eda28f5fd4fdb748c00a3a6d /TODO.md | |
parent | a72a007754a93cf8c8193eabdfaa44edcbe06224 (diff) | |
download | pablotron.org-c53034e919db662a1581705d258a7c59fa7657e5.tar.bz2 pablotron.org-c53034e919db662a1581705d258a7c59fa7657e5.zip |
TODO.md: add golang ebpf ideas
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -83,6 +83,9 @@ this stuff may not make any sense. https://ebpf.io/ https://www.brendangregg.com/blog/2021-07-03/how-to-add-bpf-observability.html https://qmonnet.github.io/whirl-offload/2021/09/23/bpftool-features-thread/ https://github.com/iovisor/bcc + https://old.reddit.com/r/golang/comments/ww57pq/has_anyone_had_any_luck_with_ebpf_libraries/ + https://pkg.go.dev/github.com/cilium/ebpf + https://github.com/dropbox/goebpf (plus kernel docs) * gpg keys, 2021: https://musigma.blog/2021/05/09/gpg-ssh-ed25519.html |