Releases: sectordistrict/intentrace
Releases · sectordistrict/intentrace
intentrace v0.3.2
- fix statx
sendmsg
syscall arguments fix
intentrace v0.3.1
- trailing
*at
syscalls now have better path resolution - many filesystem syscalls now display better highlighted paths
affinity
syscalls now useprocess_vm_readv
readlinkat
fixedrenameat2
syscall added- various small fixes
intentrace v0.2.6
- ctrl-c now prints summary if summary was enabled
- comments cleanup / function args fixed
intentrace v0.2.5
- fix
getcwd
intentrace v0.2.4
- replace the users crate with the forked and maintained uzers crate
- small sentence fix in the read syscall
intentrace v0.2.2
- transitioned from ptrace::read to process_vm_readv, this improves performance dramatically but wont be noticeable until v1.0
- use libc flags directly in mmap instead of nix
- changed a few colors for a better visual experience
- better function names
- in single threaded: failed syscalls means red pid
- better README image
- transition from KiloBytes et al. to Kibibytes et al.
- readlink target workaround
- changed Process/Thread bubble
- add madvise
intentrace v0.1.1
First intentrace release (currently the only supported arch is x86-64)