rftrace 0.2.1

Function tracer backend. Logs all functions entries and exits. Works on all software compiled with mcount() instrumentation.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "llvm-tools"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955be5d0ca0465caf127165acb47964f911e2bc26073e865deb8be7189302faf"

[[package]]
name = "rftrace"
version = "0.2.1"
dependencies = [
 "llvm-tools",
]