HPCToolkit
Prof::CallPath Namespace Reference

Classes

class  Profile
 
class  StringCompare
 

Functions

static const char * getFileName (Struct::ANode *strct)
 
static void writeXML_help (std::ostream &os, const char *entry_nm, Struct::Tree *structure, const Struct::ANodeFilter *filter, int type, bool remove_redundancy)
 
static bool writeXML_FileFilter (const Struct::ANode &x, long GCC_ATTR_UNUSED type)
 
static bool writeXML_ProcFilter (const Struct::ANode &x, long GCC_ATTR_UNUSED type)
 

Variables

static std::map< std::string, uint, StringComparem_mapFiles
 
static std::map< std::string, uint, StringComparem_mapProcs
 

Function Documentation

◆ getFileName()

static const char* Prof::CallPath::getFileName ( Struct::ANode strct)
static

Definition at line 544 of file CallPath-Profile.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeXML_FileFilter()

static bool Prof::CallPath::writeXML_FileFilter ( const Struct::ANode x,
long GCC_ATTR_UNUSED  type 
)
static

Definition at line 722 of file CallPath-Profile.cpp.

Here is the caller graph for this function:

◆ writeXML_help()

static void Prof::CallPath::writeXML_help ( std::ostream &  os,
const char *  entry_nm,
Struct::Tree structure,
const Struct::ANodeFilter filter,
int  type,
bool  remove_redundancy 
)
static

Definition at line 569 of file CallPath-Profile.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeXML_ProcFilter()

static bool Prof::CallPath::writeXML_ProcFilter ( const Struct::ANode x,
long GCC_ATTR_UNUSED  type 
)
static

Definition at line 730 of file CallPath-Profile.cpp.

Here is the call graph for this function:

Variable Documentation

◆ m_mapFiles

std::map<std::string, uint, StringCompare> Prof::CallPath::m_mapFiles
static

Definition at line 533 of file CallPath-Profile.cpp.

◆ m_mapProcs

std::map<std::string, uint, StringCompare> Prof::CallPath::m_mapProcs
static

Definition at line 534 of file CallPath-Profile.cpp.