libscap
0.1.0.0
|
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... | |