Linux Perf
unwind_libunwind_ops Struct Reference

#include <unwind.h>

Collaboration diagram for unwind_libunwind_ops:
Collaboration graph

Public Attributes

int(* prepare_access )(struct thread *thread)
 
void(* flush_access )(struct thread *thread)
 
void(* finish_access )(struct thread *thread)
 
int(* get_entries )(unwind_entry_cb_t cb, void *arg, struct thread *thread, struct perf_sample *data, int max_stack)
 

Detailed Description

Definition at line 21 of file unwind.h.

Member Data Documentation

◆ finish_access

void(* unwind_libunwind_ops::finish_access) (struct thread *thread)

Definition at line 24 of file unwind.h.

◆ flush_access

void(* unwind_libunwind_ops::flush_access) (struct thread *thread)

Definition at line 23 of file unwind.h.

◆ get_entries

int(* unwind_libunwind_ops::get_entries) (unwind_entry_cb_t cb, void *arg, struct thread *thread, struct perf_sample *data, int max_stack)

Definition at line 25 of file unwind.h.

◆ prepare_access

int(* unwind_libunwind_ops::prepare_access) (struct thread *thread)

Definition at line 22 of file unwind.h.


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