Skip to content

Releases: yosefk/funtrace

Funtrace - bug fix release

25 Mar 13:09

Choose a tag to compare

Bug fixes (mainly the recording of the process address space was incorrect in a way that occasionally precluded decoding of function addresses to names / file:line)

After unzipping, run ./simple-example/build.sh and then ./simple-example/run.sh, see README.md (the "Trying funtrace" section) for troubleshooting (eg no -fxray-shared flag in clang, or ftrace permission issues) and what to do next.

Funtrace - initial release

04 Feb 17:16
3717b45

Choose a tag to compare

The first release of funtrace. After unzipping, run ./simple-example/build.sh and then ./simple-example/run.sh, see README.md (the "Trying funtrace" section) for troubleshooting (eg no -fxray-shared flag in clang, or ftrace permission issues) and what to do next.

NOTE: this release is has a bug - it's fixed in the zip file but not in the source archives