OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
ApplePerfData.h File Reference

Go to the source code of this file.

Data Structures

struct  APPLE_PERF_DATA_
 
struct  APPLE_PERF_ENTRY_
 

Macros

#define APPLE_PERF_DATA_HEADER_SIZE   64
 
#define APPLE_PERF_DATA_SIGNATURE   0x6F6F746C65666962ULL
 ootlefib (EfiBoot L)
 
#define APPLE_PERF_FIRST_ENTRY(Data)
 
#define APPLE_PERF_NEXT_ENTRY(Entry)
 

Typedefs

typedef struct APPLE_PERF_DATA_ APPLE_PERF_DATA
 
typedef struct APPLE_PERF_ENTRY_ APPLE_PERF_ENTRY
 

Detailed Description

Copyright (C) 2020, vit9696. All rights reserved.

All rights reserved.

This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Definition in file ApplePerfData.h.

Macro Definition Documentation

◆ APPLE_PERF_DATA_HEADER_SIZE

#define APPLE_PERF_DATA_HEADER_SIZE   64

Performance data header area (total reserved).

Definition at line 23 of file ApplePerfData.h.

◆ APPLE_PERF_DATA_SIGNATURE

#define APPLE_PERF_DATA_SIGNATURE   0x6F6F746C65666962ULL

ootlefib (EfiBoot L)

Performance data header signature.

Definition at line 28 of file ApplePerfData.h.

◆ APPLE_PERF_FIRST_ENTRY

#define APPLE_PERF_FIRST_ENTRY ( Data)
Value:
#define APPLE_PERF_DATA_HEADER_SIZE

Definition at line 52 of file ApplePerfData.h.

◆ APPLE_PERF_NEXT_ENTRY

#define APPLE_PERF_NEXT_ENTRY ( Entry)
Value:
((APPLE_PERF_ENTRY *) ((UINTN) (Entry) + sizeof (APPLE_PERF_ENTRY) + (Entry)->EntryDataSize))

Definition at line 53 of file ApplePerfData.h.

Typedef Documentation

◆ APPLE_PERF_DATA

Performance data header.

◆ APPLE_PERF_ENTRY

Performance data entry.