DPDK 25.07.0
Public Member Functions | Data Fields
rte_pmu Struct Reference

#include <rte_pmu.h>

Public Member Functions

 TAILQ_HEAD (, rte_pmu_event) event_list
 

Data Fields

struct rte_pmu_event_group event_groups [RTE_MAX_LCORE]
 
unsigned int num_group_events
 
unsigned int initialized
 
char * name
 

Detailed Description

A PMU state container.

Definition at line 66 of file rte_pmu.h.

Member Function Documentation

◆ TAILQ_HEAD()

TAILQ_HEAD ( rte_pmu_event  )

list of matching events

Field Documentation

◆ event_groups

struct rte_pmu_event_group event_groups[RTE_MAX_LCORE]

event groups

Definition at line 67 of file rte_pmu.h.

◆ num_group_events

unsigned int num_group_events

number of events in a group

Definition at line 68 of file rte_pmu.h.

◆ initialized

unsigned int initialized

initialization counter

Definition at line 69 of file rte_pmu.h.

◆ name

char* name

name of core PMU listed under /sys/bus/event_source/devices

Definition at line 70 of file rte_pmu.h.


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