#include <iostream>
#include <dlfcn.h>
#include <stdio.h>
#include <fstream>
#include <string>
#include <streambuf>
#include <new>
#include "Args.hpp"
#include <lib/banal/Struct.hpp>
#include <lib/binutils/Demangler.hpp>
#include <lib/prof-lean/hpcio.h>
#include <lib/support/diagnostics.h>
#include <lib/support/realpath.h>
#include <lib/support/FileUtil.hpp>
#include <lib/support/IOUtil.hpp>
#include <lib/support/RealPathMgr.hpp>
#include <include/hpctoolkit-config.h>
Go to the source code of this file.
◆ CXX_DEMANGLER_FN_NAME
#define CXX_DEMANGLER_FN_NAME "__cxa_demangle" |
◆ hpctoolkit_demangler_error()
static void hpctoolkit_demangler_error |
( |
char * |
error_string, |
|
|
const char * |
demangler_library_filename |
|
) |
| |
|
static |
◆ hpctoolkit_demangler_init()
static void hpctoolkit_demangler_init |
( |
const char * |
demangler_library_filename, |
|
|
const char * |
demangler_function |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ realmain()
static int realmain |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
static |