Expand description
Thread-Safe Call Tree Management
This module manages hierarchical call trees for multiple threads, providing thread-safe access and efficient storage.
Structs§
- Call
Node - Call tree node representing a single function call
- Call
Tree Manager - Global call tree manager
- Call
Tree Statistics - Call tree statistics
- Fast
Call Node - Lightweight call tree node for fast path (minimal memory footprint)
- Thread
Call Tree - Per-thread call tree state
- Thread
Relationship - Thread relationship information