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

Public Attributes

struct list_head list
 
enum bpf_map_op_type op_type
 
enum bpf_map_key_type key_type
 
union {
   struct parse_events_array   array
 
k
 
union {
   u64   value
 
   struct perf_evsel *   evsel
 
v
 

Detailed Description

Definition at line 821 of file bpf-loader.c.

Member Data Documentation

◆ array

struct parse_events_array bpf_map_op::array

Definition at line 826 of file bpf-loader.c.

◆ evsel

struct perf_evsel* bpf_map_op::evsel

Definition at line 830 of file bpf-loader.c.

◆ k

union { ... } bpf_map_op::k

◆ key_type

enum bpf_map_key_type bpf_map_op::key_type

Definition at line 824 of file bpf-loader.c.

◆ list

struct list_head bpf_map_op::list

Definition at line 822 of file bpf-loader.c.

◆ op_type

enum bpf_map_op_type bpf_map_op::op_type

Definition at line 823 of file bpf-loader.c.

◆ v

union { ... } bpf_map_op::v

◆ value

u64 bpf_map_op::value

Definition at line 829 of file bpf-loader.c.


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