Linux Perf
|
#include <probe-event.h>
Public Attributes | |
char * | event |
char * | group |
struct probe_trace_point | point |
int | nargs |
bool | uprobes |
struct probe_trace_arg * | args |
Definition at line 49 of file probe-event.h.
struct probe_trace_arg* probe_trace_event::args |
Definition at line 55 of file probe-event.h.
char* probe_trace_event::event |
Definition at line 50 of file probe-event.h.
char* probe_trace_event::group |
Definition at line 51 of file probe-event.h.
int probe_trace_event::nargs |
Definition at line 53 of file probe-event.h.
struct probe_trace_point probe_trace_event::point |
Definition at line 52 of file probe-event.h.
bool probe_trace_event::uprobes |
Definition at line 54 of file probe-event.h.