FD.io VPP  v21.06
Vector Packet Processing
perfmon_node_stats_t Struct Reference

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

u64 n_calls
 
u64 n_packets
 
union {
   struct {
      u64   value [PERF_MAX_EVENTS]
 
   }   t [2]
 
   u64   value [PERF_MAX_EVENTS *2]
 
}; 
 

Detailed Description

Definition at line 129 of file perfmon.h.

Member Function Documentation

◆ CLIB_CACHE_LINE_ALIGN_MARK()

perfmon_node_stats_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

◆ @760

union { ... }

◆ n_calls

u64 perfmon_node_stats_t::n_calls

Definition at line 132 of file perfmon.h.

◆ n_packets

u64 perfmon_node_stats_t::n_packets

Definition at line 133 of file perfmon.h.

◆ t

struct { ... } perfmon_node_stats_t::t[2]

◆ value

u64 perfmon_node_stats_t::value[PERF_MAX_EVENTS *2]

Definition at line 138 of file perfmon.h.


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