https://github.com/learnitall/tailcall
Visualize Cilium's bpf tail calls
https://github.com/learnitall/tailcall
Last synced: 8 months ago
JSON representation
Visualize Cilium's bpf tail calls
- Host: GitHub
- URL: https://github.com/learnitall/tailcall
- Owner: learnitall
- License: mit
- Created: 2022-11-01T21:21:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T21:25:22.000Z (over 3 years ago)
- Last Synced: 2025-07-20T03:00:21.082Z (8 months ago)
- Language: Nix
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tailcall
Visualize Cilium's bpf tail calls.
Cilium has a bunch of tail call functions, ie `ep_tail_call` in its bpf layer. The goal of this project is to mess around with libclang to try to visualize the flow of these tail calls.