12 comments (12 comments)12 reactions (12 reactions)0 assignees (0 assignees)Go19,008 forks (19,008 forks)batch import
OS-Linuxcompiler/runtimehelp wanted
Repository metrics
- Stars
- 133,883 stars (133,883 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
We had issue with using uprobes with ebpf due to dynamic nature of golang stacks. Is there a proposal/way to address that?
Contributor guide
- Research direction
- Study the Go runtime's current uprobe implementation and Linux kernel uretprobe support. Then propose a design for integrating uretprobes into the runtime's eBPF tracing.
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GoeBPF