Linux Perf
perf_probe_arg Struct Reference

#include <probe-event.h>

Collaboration diagram for perf_probe_arg:
Collaboration graph

Public Attributes

char * name
 
char * var
 
char * type
 
struct perf_probe_arg_fieldfield
 

Detailed Description

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

Member Data Documentation

◆ field

struct perf_probe_arg_field* perf_probe_arg::field

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

◆ name

char* perf_probe_arg::name

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

◆ type

char* perf_probe_arg::type

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

◆ var

char* perf_probe_arg::var

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


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