coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
generic_event_record Struct Reference
Collaboration diagram for generic_event_record:
Collaboration graph

Data Fields

struct perf_record_hdr header
 
uint16_t progress_id
 
uint32_t apic_id
 
uint64_t timestamp
 
uint8_t guid [16]
 
uint8_t string [0]
 

Detailed Description

Definition at line 26 of file fsp_timestamp.c.

Field Documentation

◆ apic_id

uint32_t generic_event_record::apic_id

Definition at line 29 of file fsp_timestamp.c.

◆ guid

uint8_t generic_event_record::guid[16]

Definition at line 31 of file fsp_timestamp.c.

Referenced by print_guid_record(), and print_string_record().

◆ header

struct perf_record_hdr generic_event_record::header

◆ progress_id

uint16_t generic_event_record::progress_id

Definition at line 28 of file fsp_timestamp.c.

Referenced by print_guid_record(), and print_string_record().

◆ string

uint8_t generic_event_record::string[0]

Definition at line 32 of file fsp_timestamp.c.

Referenced by print_string_record().

◆ timestamp

uint64_t generic_event_record::timestamp

Definition at line 30 of file fsp_timestamp.c.

Referenced by print_guid_record(), and print_string_record().


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