Linux Perf
events_stats Struct Reference

#include <event.h>

Collaboration diagram for events_stats:
Collaboration graph

Public Attributes

u64 total_period
 
u64 total_non_filtered_period
 
u64 total_lost
 
u64 total_lost_samples
 
u64 total_aux_lost
 
u64 total_aux_partial
 
u64 total_invalid_chains
 
u32 nr_events [PERF_RECORD_HEADER_MAX]
 
u32 nr_non_filtered_samples
 
u32 nr_lost_warned
 
u32 nr_unknown_events
 
u32 nr_invalid_chains
 
u32 nr_unknown_id
 
u32 nr_unprocessable_samples
 
u32 nr_auxtrace_errors [PERF_AUXTRACE_ERROR_MAX]
 
u32 nr_proc_map_timeout
 

Detailed Description

Definition at line 399 of file event.h.

Member Data Documentation

◆ nr_auxtrace_errors

u32 events_stats::nr_auxtrace_errors[PERF_AUXTRACE_ERROR_MAX]

Definition at line 414 of file event.h.

◆ nr_events

u32 events_stats::nr_events[PERF_RECORD_HEADER_MAX]

Definition at line 407 of file event.h.

◆ nr_invalid_chains

u32 events_stats::nr_invalid_chains

Definition at line 411 of file event.h.

◆ nr_lost_warned

u32 events_stats::nr_lost_warned

Definition at line 409 of file event.h.

◆ nr_non_filtered_samples

u32 events_stats::nr_non_filtered_samples

Definition at line 408 of file event.h.

◆ nr_proc_map_timeout

u32 events_stats::nr_proc_map_timeout

Definition at line 415 of file event.h.

◆ nr_unknown_events

u32 events_stats::nr_unknown_events

Definition at line 410 of file event.h.

◆ nr_unknown_id

u32 events_stats::nr_unknown_id

Definition at line 412 of file event.h.

◆ nr_unprocessable_samples

u32 events_stats::nr_unprocessable_samples

Definition at line 413 of file event.h.

◆ total_aux_lost

u64 events_stats::total_aux_lost

Definition at line 404 of file event.h.

◆ total_aux_partial

u64 events_stats::total_aux_partial

Definition at line 405 of file event.h.

◆ total_invalid_chains

u64 events_stats::total_invalid_chains

Definition at line 406 of file event.h.

◆ total_lost

u64 events_stats::total_lost

Definition at line 402 of file event.h.

◆ total_lost_samples

u64 events_stats::total_lost_samples

Definition at line 403 of file event.h.

◆ total_non_filtered_period

u64 events_stats::total_non_filtered_period

Definition at line 401 of file event.h.

◆ total_period

u64 events_stats::total_period

Definition at line 400 of file event.h.


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