Linux Perf
perf_probe_arg_field Struct Reference

#include <probe-event.h>

Collaboration diagram for perf_probe_arg_field:
Collaboration graph

Public Attributes

struct perf_probe_arg_fieldnext
 
char * name
 
long index
 
bool ref
 

Detailed Description

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

Member Data Documentation

◆ index

long perf_probe_arg_field::index

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

◆ name

char* perf_probe_arg_field::name

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

◆ next

struct perf_probe_arg_field* perf_probe_arg_field::next

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

◆ ref

bool perf_probe_arg_field::ref

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


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