|
HPCToolkit
|
Classes | |
| class | ADynNode |
| class | ANode |
| class | ANodeChildIterator |
| class | ANodeFilter |
| class | ANodeIterator |
| class | ANodeSortedChildIterator |
| class | ANodeSortedIterator |
| class | AProcNode |
| class | Call |
| class | Loop |
| class | MergeContext |
| struct | MergeEffect |
| class | Proc |
| class | ProcFrm |
| class | Root |
| class | Stmt |
| class | Tree |
Typedefs | |
| typedef std::list< MergeEffect > | MergeEffectList |
| typedef bool(* | ANodeFilterFct) (const ANode &x, long addArg) |
Enumerations | |
| enum | { MrgFlg_NormalizeTraceFileY = (1 << 0), MrgFlg_CCTMergeOnly = (1 << 1), MrgFlg_AssertCCTMergeOnly = (1 << 2), MrgFlg_PropagateEffects = (1 << 3) } |
Functions | |
| static uint | getFileIdFromMap (uint file_id) |
| int | ANodeLineComp (ANode *x, ANode *y) |
| bool | HasANodeTy (const ANode &node, long type) |
| static int | cmp (uint64_t x, uint64_t y) |
| static int | cmpByDynInfoSpecial (const ADynNode *x_dyn, const ADynNode *y_dyn) |
Variables | |
| const ANodeFilter | ANodeTyFilter [ANode::TyNUMBER] |
| typedef bool(* Prof::CCT::ANodeFilterFct) (const ANode &x, long addArg) |
Definition at line 89 of file CCT-TreeIterator.hpp.
| typedef std::list<MergeEffect> Prof::CCT::MergeEffectList |
Definition at line 126 of file CCT-Merge.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| MrgFlg_NormalizeTraceFileY | |
| MrgFlg_CCTMergeOnly | |
| MrgFlg_AssertCCTMergeOnly | |
| MrgFlg_PropagateEffects | |
Definition at line 144 of file CCT-Merge.hpp.
Definition at line 1527 of file CCT-Tree.cpp.


|
static |
Definition at line 143 of file CCT-TreeIterator.cpp.


Definition at line 1229 of file CCT-Tree.cpp.


| bool Prof::CCT::HasANodeTy | ( | const ANode & | node, |
| long | type | ||
| ) |
| const ANodeFilter Prof::CCT::ANodeTyFilter |
Definition at line 94 of file CCT-TreeIterator.cpp.