libscap  0.1.0.0
Data Fields
evt_param_info Struct Reference

Information about the parameter of an event. More...

#include <scap.h>

Data Fields

const char * name
 The event name. More...
 
uint32_t type
 The event type. See the ppm_event_type enum in driver/ppm_events_public.h. More...
 
uint32_t len
 The event total length. More...
 
char * val
 The event data. More...
 

Detailed Description

Information about the parameter of an event.

Definition at line 105 of file scap.h.