Releases: jschwinger233/gofuncgraph
Releases · jschwinger233/gofuncgraph
v23.04.02-rc.1
- Improve performance by finding
runtime.g
from TLS. - Improve arguments fetching system to make it scalable with less memory waste
- Output source line info by default
- Delete useless features which put huge overhead, such as
--backtrace
Full Changelog: v22.09.05...v23.04.02-rc.1
v22.09.05
Full Changelog: v22.09.05-rc.2...v22.09.05
v22.09.05-rc.2
Full Changelog: v22.09.05-rc.1...v22.09.05-rc.2
v22.09.05-rc.1
Full Changelog: v0.0.1-rc.2...v22.09.05-rc.1
v0.0.1-rc.2
Full Changelog: v0.0.1-rc.1...v0.0.1-rc.2
v0.0.1-rc.1
Changelog
- 95d908e Initial commit
- 1921de7 add --backtrace to print call chains
- b5a6b3f add help and lift noflie rlimit
- 66e3cc3 add python script to parse offsets
- 6aa2134 add version module and --version
- 42a9a6d enhance argument validations
- 88fda8d find function offset scope in different ways
- 807ed7d focus on golang tracing, adjust packages
- 3b51d00 insert bpf instructions, print fetch data
- eded119 parse binary using debug/dwarf and x86asm
- 082519c parse fetchargs and compile to bpf instructions
- f22342c print funcgraph in stream
- b1b5b08 print function calling trees with offsets
- 1191636 print graph only spawned by user specified
- a93653f remove bp map to avoid obsolete entry disruption
- 2abf5cf rename symparser module to uprobe
- 691da11 reorganize the project
- fc94b33 search symbols recursively
- 43bff10 set github actions and goreleaser
- fc1dfcd specify exclude wildcards in cli flags
- 865dd6b try to adapt for normal c process