Linux Perf
unwind_info Struct Reference

#include <unwind-libdw.h>

Collaboration diagram for unwind_info:
Collaboration graph

Public Attributes

Dwfl * dwfl
 
struct perf_samplesample
 
struct machinemachine
 
struct threadthread
 
unwind_entry_cb_t cb
 
void * arg
 
int max_stack
 
int idx
 
struct unwind_entry entries []
 

Detailed Description

Definition at line 14 of file unwind-libdw.h.

Member Data Documentation

◆ arg

void* unwind_info::arg

Definition at line 20 of file unwind-libdw.h.

◆ cb

unwind_entry_cb_t unwind_info::cb

Definition at line 19 of file unwind-libdw.h.

◆ dwfl

Dwfl* unwind_info::dwfl

Definition at line 15 of file unwind-libdw.h.

◆ entries

struct unwind_entry unwind_info::entries[]

Definition at line 23 of file unwind-libdw.h.

◆ idx

int unwind_info::idx

Definition at line 22 of file unwind-libdw.h.

◆ machine

struct machine * unwind_info::machine

Definition at line 17 of file unwind-libdw.h.

◆ max_stack

int unwind_info::max_stack

Definition at line 21 of file unwind-libdw.h.

◆ sample

struct perf_sample * unwind_info::sample

Definition at line 16 of file unwind-libdw.h.

◆ thread

struct thread * unwind_info::thread

Definition at line 18 of file unwind-libdw.h.


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