AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
appd_iot_stack_frame_t Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ symbol_name

const char* symbol_name

Function Name

◆ package_name

const char* package_name

Library Name

◆ file_name

const char* file_name

File Name - could be just name or full path of the file

◆ lineno

int lineno

Line number in the source file

◆ absolute_addr

uint64_t absolute_addr

Absolute address of the instruction

◆ image_offset

int image_offset

Offset of the instruction from start of the image

◆ symbol_offset

int symbol_offset

Offset of the instruction from start of the symbol


The documentation for this struct was generated from the following file: