Linux Perf
probe_trace_event Struct Reference

#include <probe-event.h>

Collaboration diagram for probe_trace_event:
Collaboration graph

Public Attributes

char * event
 
char * group
 
struct probe_trace_point point
 
int nargs
 
bool uprobes
 
struct probe_trace_argargs
 

Detailed Description

Definition at line 49 of file probe-event.h.

Member Data Documentation

◆ args

struct probe_trace_arg* probe_trace_event::args

Definition at line 55 of file probe-event.h.

◆ event

char* probe_trace_event::event

Definition at line 50 of file probe-event.h.

◆ group

char* probe_trace_event::group

Definition at line 51 of file probe-event.h.

◆ nargs

int probe_trace_event::nargs

Definition at line 53 of file probe-event.h.

◆ point

struct probe_trace_point probe_trace_event::point

Definition at line 52 of file probe-event.h.

◆ uprobes

bool probe_trace_event::uprobes

Definition at line 54 of file probe-event.h.


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