|
size_t | builtin_return_address (void **_container, size_t _limit) |
|
void | demangle (char *_codeInfo, TString &_str) |
| demangle symbols More...
|
|
std::string | dig2bytes (Long64_t bytes) |
| This function creates a string representation of the number of bytes, represented as a number in B, kB, MB or GB depending on the value. More...
|
|
template<class T > |
Int_t | find_string (const T &_Container, const TString &_ToFind) |
|
size_t | getBacktrace (void **_trace, size_t _size, Bool_t _bUseGNUBuiltinBacktrace) |
| Get the backtrace _trace - array of pointers _size - maximal deepness of stack information _bUseGNUBuiltinBacktrace - whether to use gcc builtin backtrace or C library one. More...
|
|
void | getSymbolFullInfo (void *_pAddr, TString *_retInfo, const char *const _seporator=" | ") |
|
int | getSymbols (void *_pAddr, TString &, TString &_strLib, TString &_strSymbol) |
| get the name of the function and library More...
|
|
bool | operator< (const SCustomDigest &a, const SCustomDigest &b) |
|
static void * | return_address (int _frame) |
| we have a limit on the depth = 35 More...
|
|