Skip to main content

Module call_tree

Module call_tree 

Source
Expand description

Thread-Safe Call Tree Management

This module manages hierarchical call trees for multiple threads, providing thread-safe access and efficient storage.

Structs§

CallNode
Call tree node representing a single function call
CallTreeManager
Global call tree manager
CallTreeStatistics
Call tree statistics
FastCallNode
Lightweight call tree node for fast path (minimal memory footprint)
ThreadCallTree
Per-thread call tree state
ThreadRelationship
Thread relationship information

Type Aliases§

NodeId
Unique identifier for call tree nodes
ThreadId
Thread ID type