Linux Perf
|
#include <call-path.h>
Public Attributes | |
struct call_path | call_path |
struct list_head | blocks |
size_t | next |
size_t | sz |
struct call_path_root - root of all call paths. : root call path : list of blocks to store call paths : next free space : number of spaces
Definition at line 63 of file call-path.h.
struct list_head call_path_root::blocks |
Definition at line 65 of file call-path.h.
struct call_path call_path_root::call_path |
Definition at line 64 of file call-path.h.
size_t call_path_root::next |
Definition at line 66 of file call-path.h.
size_t call_path_root::sz |
Definition at line 67 of file call-path.h.