Linux Perf
probe_trace_point Struct Reference

#include <probe-event.h>

Collaboration diagram for probe_trace_point:
Collaboration graph

Public Attributes

char * realname
 
char * symbol
 
char * module
 
unsigned long offset
 
unsigned long address
 
bool retprobe
 

Detailed Description

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

Member Data Documentation

◆ address

unsigned long probe_trace_point::address

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

◆ module

char* probe_trace_point::module

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

◆ offset

unsigned long probe_trace_point::offset

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

◆ realname

char* probe_trace_point::realname

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

◆ retprobe

bool probe_trace_point::retprobe

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

◆ symbol

char* probe_trace_point::symbol

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


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