Linux Perf
perf_probe_event Struct Reference

#include <probe-event.h>

Collaboration diagram for perf_probe_event:
Collaboration graph

Public Attributes

char * event
 
char * group
 
struct perf_probe_point point
 
int nargs
 
bool sdt
 
bool uprobes
 
char * target
 
struct perf_probe_argargs
 
struct probe_trace_eventtevs
 
int ntevs
 
struct nsinfonsi
 

Detailed Description

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

Member Data Documentation

◆ args

struct perf_probe_arg* perf_probe_event::args

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

◆ event

char* perf_probe_event::event

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

◆ group

char* perf_probe_event::group

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

◆ nargs

int perf_probe_event::nargs

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

◆ nsi

struct nsinfo* perf_probe_event::nsi

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

◆ ntevs

int perf_probe_event::ntevs

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

◆ point

struct perf_probe_point perf_probe_event::point

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

◆ sdt

bool perf_probe_event::sdt

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

◆ target

char* perf_probe_event::target

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

◆ tevs

struct probe_trace_event* perf_probe_event::tevs

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

◆ uprobes

bool perf_probe_event::uprobes

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


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