Linux Perf
call_return_processor Struct Reference

#include <thread-stack.h>

Collaboration diagram for call_return_processor:
Collaboration graph

Public Attributes

struct call_path_rootcpr
 
int(* process )(struct call_return *cr, void *data)
 
void * data
 

Detailed Description

struct call_return_processor - provides a call-back to consume call-return information. : call path root : call-back that accepts call/return information : anonymous data for call-back

Definition at line 77 of file thread-stack.h.

Member Data Documentation

◆ cpr

struct call_path_root* call_return_processor::cpr

Definition at line 78 of file thread-stack.h.

◆ data

void* call_return_processor::data

Definition at line 80 of file thread-stack.h.

◆ process

int(* call_return_processor::process) (struct call_return *cr, void *data)

Definition at line 79 of file thread-stack.h.


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