|
HPCToolkit
|
Classes | |
| class | NormalizeProfileArgs_t |
Typedefs | |
| typedef std::vector< std::string > | StringVec |
| typedef std::vector< uint > | UIntVec |
Enumerations | |
| enum | ProfType_t { ProfType_NULL, ProfType_Callpath, ProfType_CallpathMetricDB, ProfType_CallpathTrace, ProfType_Flat } |
Functions | |
| Analysis::Util::ProfType_t | getProfileType (const std::string &filenm) |
| NormalizeProfileArgs_t | normalizeProfileArgs (const StringVec &inPaths) |
| int | parseReplacePath (const std::string &arg) |
| Prof::Struct::ACodeNode * | demandStructure (VMA vma, Prof::Struct::LM *lmStrct, BinUtil::LM *lm, bool useStruct, const string *unknownProcNm) |
| void | copySourceFiles (Prof::Struct::Root *structure, const Analysis::PathTupleVec &pathVec, const string &dstDir) |
| void | copyTraceFiles (const std::string &dstDir, const std::set< string > &srcFiles) |
| void | copySourceFiles (Prof::Struct::Root *structure, const Analysis::PathTupleVec &pathVec, const std::string &dstDir) |
| void | copyTraceFiles (const std::string &dstDir, const std::set< std::string > &srcFiles) |
| typedef std::vector<std::string> Analysis::Util::StringVec |
| typedef std::vector<uint> Analysis::Util::UIntVec |
| void Analysis::Util::copySourceFiles | ( | Prof::Struct::Root * | structure, |
| const Analysis::PathTupleVec & | pathVec, | ||
| const std::string & | dstDir | ||
| ) |
| void Analysis::Util::copySourceFiles | ( | Prof::Struct::Root * | structure, |
| const Analysis::PathTupleVec & | pathVec, | ||
| const string & | dstDir | ||
| ) |
| void Analysis::Util::copyTraceFiles | ( | const std::string & | dstDir, |
| const std::set< std::string > & | srcFiles | ||
| ) |
| void Analysis::Util::copyTraceFiles | ( | const std::string & | dstDir, |
| const std::set< string > & | srcFiles | ||
| ) |
| Prof::Struct::ACodeNode * Analysis::Util::demandStructure | ( | VMA | vma, |
| Prof::Struct::LM * | lmStrct, | ||
| BinUtil::LM * | lm, | ||
| bool | useStruct, | ||
| const string * | unknownProcNm | ||
| ) |
| ProfType_t Analysis::Util::getProfileType | ( | const std::string & | filenm | ) |
| NormalizeProfileArgs_t Analysis::Util::normalizeProfileArgs | ( | const StringVec & | inPaths | ) |