eBPF for Windows
Loading...
Searching...
No Matches
Data Fields
_ebpf_perf_event_array_producer_page Struct Reference

Perf event array map producer page. More...

#include <ebpf_api.h>

Data Fields

volatile uint64_t producer_offset
 Producer(s) have reserved up to this offset.
 
uint64_t pad [7]
 Padding to 64 bytes (to place lost_records in next cache line).
 
volatile uint64_t lost_records
 Number of lost records.
 

Detailed Description

Perf event array map producer page.

Extends ring_buffer producer page with lost counter.

Field Documentation

◆ lost_records

volatile uint64_t _ebpf_perf_event_array_producer_page::lost_records

Number of lost records.

◆ pad

uint64_t _ebpf_perf_event_array_producer_page::pad[7]

Padding to 64 bytes (to place lost_records in next cache line).

◆ producer_offset

volatile uint64_t _ebpf_perf_event_array_producer_page::producer_offset

Producer(s) have reserved up to this offset.


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