Linux Perf
sdt_note Struct Reference

#include <symbol.h>

Collaboration diagram for sdt_note:
Collaboration graph

Public Attributes

char * name
 
char * provider
 
char * args
 
bool bit32
 
union {
   Elf64_Addr   a64 [3]
 
   Elf32_Addr   a32 [3]
 
addr
 
struct list_head note_list
 

Detailed Description

Definition at line 366 of file symbol.h.

Member Data Documentation

◆ a32

Elf32_Addr sdt_note::a32[3]

Definition at line 373 of file symbol.h.

◆ a64

Elf64_Addr sdt_note::a64[3]

Definition at line 372 of file symbol.h.

◆ addr

union { ... } sdt_note::addr

◆ args

char* sdt_note::args

Definition at line 369 of file symbol.h.

◆ bit32

bool sdt_note::bit32

Definition at line 370 of file symbol.h.

◆ name

char* sdt_note::name

Definition at line 367 of file symbol.h.

◆ note_list

struct list_head sdt_note::note_list

Definition at line 375 of file symbol.h.

◆ provider

char* sdt_note::provider

Definition at line 368 of file symbol.h.


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