GDB (xrefs)
Public Attributes | List of all members
btrace_thread_info Struct Reference

#include "btrace.h"

Public Attributes

struct btrace_target_infotarget
 
struct btrace_data data
 
struct btrace_functionbegin
 
struct btrace_functionend
 
int level
 
unsigned int ngaps
 
enum btrace_thread_flag flags
 
struct btrace_insn_historyinsn_history
 
struct btrace_call_historycall_history
 
struct btrace_insn_iteratorreplay
 
enum target_stop_reason stop_reason
 
struct btrace_maint_info maint
 

Detailed Description

Definition at line 302 of file btrace.h.

Member Data Documentation

struct btrace_function* btrace_thread_info::begin
struct btrace_call_history* btrace_thread_info::call_history
struct btrace_data btrace_thread_info::data
struct btrace_function* btrace_thread_info::end
enum btrace_thread_flag btrace_thread_info::flags
struct btrace_insn_history* btrace_thread_info::insn_history
int btrace_thread_info::level

Definition at line 326 of file btrace.h.

Referenced by btrace_call_history(), and btrace_compute_ftrace_bts().

struct btrace_maint_info btrace_thread_info::maint
unsigned int btrace_thread_info::ngaps

Definition at line 329 of file btrace.h.

Referenced by btrace_clear(), btrace_compute_ftrace_bts(), and record_btrace_info().

struct btrace_insn_iterator* btrace_thread_info::replay
enum target_stop_reason btrace_thread_info::stop_reason
struct btrace_target_info* btrace_thread_info::target

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