Go to the source code of this file.
|
static int | fileExtensionFilter (const struct dirent *entry, const string &ext, uint extLen) |
|
static int | hpcrunFileFilter (const struct dirent *entry) |
|
Analysis::Util::ProfType_t | Analysis::Util::getProfileType (const std::string &filenm) |
|
NormalizeProfileArgs_t | Analysis::Util::normalizeProfileArgs (const StringVec &inPaths) |
|
int | Analysis::Util::parseReplacePath (const std::string &arg) |
|
Prof::Struct::ACodeNode * | Analysis::Util::demandStructure (VMA vma, Prof::Struct::LM *lmStrct, BinUtil::LM *lm, bool useStruct, const string *unknownProcNm) |
|
static string | copySourceFileMain (const string &fnm_orig, std::map< string, string > &processedFiles, const Analysis::PathTupleVec &pathVec, const string &dstDir) |
|
static bool | Flat_Filter (const Prof::Struct::ANode &x, long GCC_ATTR_UNUSED type) |
|
void | Analysis::Util::copySourceFiles (Prof::Struct::Root *structure, const Analysis::PathTupleVec &pathVec, const string &dstDir) |
|
static std::pair< int, string > | matchFileWithPath (const string &filenm, const Analysis::PathTupleVec &pathVec) |
|
static string | copySourceFile (const string &filenm, const string &dstDir, const Analysis::PathTuple &pathTpl) |
|
void | Analysis::Util::copyTraceFiles (const std::string &dstDir, const std::set< string > &srcFiles) |
|
◆ copySourceFile()
static string copySourceFile |
( |
const string & |
filenm, |
|
|
const string & |
dstDir, |
|
|
const Analysis::PathTuple & |
pathTpl |
|
) |
| |
|
static |
◆ copySourceFileMain()
static string copySourceFileMain |
( |
const string & |
fnm_orig, |
|
|
std::map< string, string > & |
processedFiles, |
|
|
const Analysis::PathTupleVec & |
pathVec, |
|
|
const string & |
dstDir |
|
) |
| |
|
static |
◆ fileExtensionFilter()
static int fileExtensionFilter |
( |
const struct dirent * |
entry, |
|
|
const string & |
ext, |
|
|
uint |
extLen |
|
) |
| |
|
inlinestatic |
◆ Flat_Filter()
◆ hpcrunFileFilter()
static int hpcrunFileFilter |
( |
const struct dirent * |
entry | ) |
|
|
static |
◆ matchFileWithPath()
static std::pair< int, string > matchFileWithPath |
( |
const string & |
filenm, |
|
|
const Analysis::PathTupleVec & |
pathVec |
|
) |
| |
|
static |