|
Linux Perf
|
#include <probe-event.h>

Public Attributes | |
| char * | realname |
| char * | symbol |
| char * | module |
| unsigned long | offset |
| unsigned long | address |
| bool | retprobe |
Definition at line 25 of file probe-event.h.
| unsigned long probe_trace_point::address |
Definition at line 30 of file probe-event.h.
| char* probe_trace_point::module |
Definition at line 28 of file probe-event.h.
| unsigned long probe_trace_point::offset |
Definition at line 29 of file probe-event.h.
| char* probe_trace_point::realname |
Definition at line 26 of file probe-event.h.
| bool probe_trace_point::retprobe |
Definition at line 31 of file probe-event.h.
| char* probe_trace_point::symbol |
Definition at line 27 of file probe-event.h.