solana/program-runtime
Denis K c078ffd9ee
Added support of consumed BPF units tracing (#30042)
* Added support of consumed BPF units tracing

* Fixed "Inconsistent trace log stack" when logging units before first instruction trace

* Rewrote the solution in order to reuse `trace_log_stack` and check whether tracing is enabled

* Instruction tracing is disabled by default
2023-02-10 16:17:44 +01:00
..
benches Upgrades to Rust 1.65.0 (#28741) 2022-11-09 17:15:03 -05:00
src Added support of consumed BPF units tracing (#30042) 2023-02-10 16:17:44 +01:00
Cargo.toml Bump libloading from 0.7.3 to 0.7.4 (#30216) 2023-02-09 10:53:18 -07:00
build.rs