|
eBPF for Windows
|
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. | |
Perf event array map producer page.
Extends ring_buffer producer page with lost counter.
| volatile uint64_t _ebpf_perf_event_array_producer_page::lost_records |
Number of lost records.
| uint64_t _ebpf_perf_event_array_producer_page::pad[7] |
Padding to 64 bytes (to place lost_records in next cache line).
| volatile uint64_t _ebpf_perf_event_array_producer_page::producer_offset |
Producer(s) have reserved up to this offset.