Skip to content

v0.0.1-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jschwinger233 jschwinger233 released this 28 Jul 15:59
· 42 commits to main since this release

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