Linux Perf
build_id_event Struct Reference

#include <event.h>

Collaboration diagram for build_id_event:
Collaboration graph

Public Attributes

struct perf_event_header header
 
pid_t pid
 
u8 build_id [PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))]
 
char filename []
 

Detailed Description

Definition at line 226 of file event.h.

Member Data Documentation

◆ build_id

u8 build_id_event::build_id[PERF_ALIGN(BUILD_ID_SIZE, sizeof(u64))]

Definition at line 229 of file event.h.

◆ filename

char build_id_event::filename[]

Definition at line 230 of file event.h.

◆ header

struct perf_event_header build_id_event::header

Definition at line 227 of file event.h.

◆ pid

pid_t build_id_event::pid

Definition at line 228 of file event.h.


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