Struct CallLog

Struct Documentation

struct CallLog

Structure to hold information about a kernel function call log.

Public Functions

std::string GetSummary()

Public Members

std::string function_name

The name of the function that was called.

std::vector<uint64_t> arguments

A vector of arguments passed to the function.

uint64_t return_value

The return value of the function.

std::string call_stack

The call stack at the time of the function call.