AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
|
AppDynamics Stack Frame
This structure captures a single element in the stack frame
Each stack frame should have atlease one of symbol_name, package_name or file_name.
More...
#include <appd_iot_def.h>
Data Fields | |
const char * | symbol_name |
const char * | package_name |
const char * | file_name |
int | lineno |
uint64_t | absolute_addr |
int | image_offset |
int | symbol_offset |
AppDynamics Stack Frame
This structure captures a single element in the stack frame
Each stack frame should have atlease one of symbol_name, package_name or file_name.
const char* symbol_name |
Function Name
const char* package_name |
Library Name
const char* file_name |
File Name - could be just name or full path of the file
int lineno |
Line number in the source file
uint64_t absolute_addr |
Absolute address of the instruction
int image_offset |
Offset of the instruction from start of the image
int symbol_offset |
Offset of the instruction from start of the symbol