eunomia-bpf / bpftime

Userspace eBPF runtime for fast Uprobe & Syscall hook & Extensions with LLVM JIT
https://eunomia.dev/bpftime/
MIT License
699 stars 70 forks source link

[FEATURE] Add new attach types #158

Open Officeyutong opened 6 months ago

Officeyutong commented 6 months ago

Is your feature request related to a problem? Please describe.

  1. Add attach types for timer.profiler timer.ms(N) #160
  2. 135

  3. 148

  4. network related examples

Describe the solution you'd like

Describe alternatives you've considered

Provide usage examples

Additional context

yunwei37 commented 6 months ago

Related: #160

agentzh commented 6 months ago

It is also very helpful to support hardware data watchpoints like gdb's rwatch and watch commands :)