Linux Perf
call_path_root Struct Reference

#include <call-path.h>

Collaboration diagram for call_path_root:
Collaboration graph

Public Attributes

struct call_path call_path
 
struct list_head blocks
 
size_t next
 
size_t sz
 

Detailed Description

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.

Member Data Documentation

◆ blocks

struct list_head call_path_root::blocks

Definition at line 65 of file call-path.h.

◆ call_path

struct call_path call_path_root::call_path

Definition at line 64 of file call-path.h.

◆ next

size_t call_path_root::next

Definition at line 66 of file call-path.h.

◆ sz

size_t call_path_root::sz

Definition at line 67 of file call-path.h.


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