|
Linux Perf
|
#include <thread-stack.h>

Public Attributes | |
| struct call_path_root * | cpr |
| int(* | process )(struct call_return *cr, void *data) |
| void * | data |
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.
| struct call_path_root* call_return_processor::cpr |
Definition at line 78 of file thread-stack.h.
| void* call_return_processor::data |
Definition at line 80 of file thread-stack.h.
| int(* call_return_processor::process) (struct call_return *cr, void *data) |
Definition at line 79 of file thread-stack.h.