CRTP base for a trie that groups probes by inline stack.
Synopsis
Declared in <llvm/MC/MCPseudoProbe.h>
template<
typename ProbesType,
typename DerivedProbeInlineTreeType,
typename InlinedProbeTreeMap>
class MCPseudoProbeInlineTreeBase;
Member Functions
Name |
Description |
|
|
Return the child for |
|
Return the probes attached to this node. |
|
Return true if this is the dummy root node (GUID 0). |
Data Members
Protected Member Functions
Name |
Description |
|
Construct an empty node and check the CRTP base relationship. |
Protected Data Members
Derived Classes
Name |
Description |
Inline‐tree node for a decoded pseudo probe. |
|
Trie that groups probes by inline stack for one |
Created with MrDocs