Go to the source code of this file.
|
static void | coalesceStmts (Prof::Struct::Tree &structure) |
|
static bool | vdso_loadmodule (const char *pathname) |
|
Prof::CallPath::Profile * | Analysis::CallPath::read (const Util::StringVec &profileFiles, const Util::UIntVec *groupMap, int mergeTy, uint rFlags, uint mrgFlags) |
|
Prof::CallPath::Profile * | Analysis::CallPath::read (const char *prof_fnm, uint groupId, uint rFlags) |
|
void | Analysis::CallPath::readStructure (Prof::Struct::Tree *structure, const Analysis::Args &args) |
|
static void | coalesceStmts (Prof::Struct::ANode *node) |
|
static void | overlayStaticStructure (Prof::CCT::ANode *node, Prof::LoadMap::LM *loadmap_lm, Prof::Struct::LM *lmStrct, BinUtil::LM *lm) |
|
static Prof::CCT::ANode * | demandScopeInFrame (Prof::CCT::ADynNode *node, Prof::Struct::ANode *strct, StructToCCTMap &strctToCCTMap) |
|
static Prof::CCT::ProcFrm * | makeFrame (Prof::CCT::ADynNode *node, Prof::Struct::Proc *procStrct, StructToCCTMap &strctToCCTMap) |
|
static void | makeFrameStructure (Prof::CCT::ANode *node_frame, Prof::Struct::ACodeNode *node_strct, StructToCCTMap &strctToCCTMap) |
|
static void | coalesceStmts (Prof::CallPath::Profile &prof) |
|
static void | coalesceStmts (Prof::CCT::ANode *node) |
|
static void | pruneTrivialNodes (Prof::CallPath::Profile &prof) |
|
static void | mergeCilkMain (Prof::CallPath::Profile &prof) |
|
static void | noteStaticStructure (Prof::CallPath::Profile &prof) |
|
static void | pruneTrivialNodes (Prof::CCT::ANode *node) |
|
static void | makeReturnCountMetric (Prof::CallPath::Profile &prof) |
|
static void | Analysis::CallPath::write (Prof::CallPath::Profile &prof, std::ostream &os, const Analysis::Args &args) |
|
void | Analysis::CallPath::makeDatabase (Prof::CallPath::Profile &prof, const Analysis::Args &args) |
|
◆ DEBUG_COALESCING
#define DEBUG_COALESCING 0 |
◆ StructToCCTMap
◆ coalesceStmts() [1/4]
◆ coalesceStmts() [2/4]
◆ coalesceStmts() [3/4]
◆ coalesceStmts() [4/4]
◆ demandScopeInFrame()
◆ makeFrame()
◆ makeFrameStructure()
◆ makeReturnCountMetric()
◆ mergeCilkMain()
◆ noteStaticStructure()
◆ overlayStaticStructure()
◆ pruneTrivialNodes() [1/2]
◆ pruneTrivialNodes() [2/2]
◆ vdso_loadmodule()
static bool vdso_loadmodule |
( |
const char * |
pathname | ) |
|
|
static |