OpenCore
1.0.4
OpenCore Bootloader
|
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 |
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.
#define APPLE_PERF_DATA_HEADER_SIZE 64 |
Performance data header area (total reserved).
Definition at line 23 of file ApplePerfData.h.
#define APPLE_PERF_DATA_SIGNATURE 0x6F6F746C65666962ULL |
ootlefib (EfiBoot L)
Performance data header signature.
Definition at line 28 of file ApplePerfData.h.
#define APPLE_PERF_FIRST_ENTRY | ( | Data | ) |
Definition at line 52 of file ApplePerfData.h.
#define APPLE_PERF_NEXT_ENTRY | ( | Entry | ) |
Definition at line 53 of file ApplePerfData.h.
typedef struct APPLE_PERF_DATA_ APPLE_PERF_DATA |
Performance data header.
typedef struct APPLE_PERF_ENTRY_ APPLE_PERF_ENTRY |
Performance data entry.