Linux Perf
bpf_map_def Struct Reference
Collaboration diagram for bpf_map_def:
Collaboration graph

Public Attributes

unsigned int type
 
unsigned int key_size
 
unsigned int value_size
 
unsigned int max_entries
 

Detailed Description

Definition at line 19 of file bpf-script-example.c.

Member Data Documentation

◆ key_size

unsigned int bpf_map_def::key_size

Definition at line 21 of file bpf-script-example.c.

◆ max_entries

unsigned int bpf_map_def::max_entries

Definition at line 23 of file bpf-script-example.c.

◆ type

unsigned int bpf_map_def::type

Definition at line 20 of file bpf-script-example.c.

◆ value_size

unsigned int bpf_map_def::value_size

Definition at line 22 of file bpf-script-example.c.


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