eunomia-bpf / bpftime

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

examples: add example to trace golang code #226

Closed yunwei37 closed 4 months ago

yunwei37 commented 4 months ago

Description

This example traces the state switch of goroutines, and prints the corresponding state, goid, pid and tgid.

Next step is adding CI support for it.

This is related to #221 and #213

Type of change

How Has This Been Tested?

yunwei37 commented 4 months ago

The next step would be adding CI test support.

Officeyutong commented 4 months ago

The next step would be adding CI test support.

Will CI support be added in this PR?