OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileSize
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingMerge.c
42
uint64_t
ProfileSize
) {
50
if (
ProfileSize
< sizeof(__llvm_profile_header))
66
if (
ProfileSize
< sizeof(__llvm_profile_header) +
86
uint64_t
ProfileSize
) {
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c
489
@param[in]
ProfileSize
Memory profile size.
498
IN UINT64
ProfileSize
,
505
ProfileEnd = (UINTN) (ProfileBuffer +
ProfileSize
);
524
@param[in]
ProfileSize
Memory profile size.
530
IN UINT64
ProfileSize
537
Context = (MEMORY_PROFILE_CONTEXT *) ScanMemoryProfileBySignature (ProfileBuffer,
ProfileSize
, MEMORY_PROFILE_CONTEXT_SIGNATURE);
542
FreeMemory = (MEMORY_PROFILE_FREE_MEMORY *) ScanMemoryProfileBySignature (ProfileBuffer,
ProfileSize
, MEMORY_PROFILE_FREE_MEMORY_SIGNATURE);
547
MemoryRange = (MEMORY_PROFILE_MEMORY_RANGE *) ScanMemoryProfileBySignature (ProfileBuffer,
ProfileSize
, MEMORY_PROFILE_MEMORY_RANGE_SIGNATURE);
639
UINT64
ProfileSize
;
668
CommGetProfileInfo->
ProfileSize
= 0;
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MemoryProfile.h
139
@param[in, out]
ProfileSize
On entry, points to the size in bytes of the ProfileBuffer.
144
@return EFI_BUFFER_TO_SMALL The
ProfileSize
is too small for the resulting data.
145
ProfileSize
is updated with the size required.
152
IN OUT UINT64 *
ProfileSize
,
256
UINT64
ProfileSize
;
261
UINT64
ProfileSize
;
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c
67
@param[in, out]
ProfileSize
On entry, points to the size in bytes of the ProfileBuffer.
72
@return EFI_BUFFER_TO_SMALL The
ProfileSize
is too small for the resulting data.
73
ProfileSize
is updated with the size required.
80
IN OUT UINT64 *
ProfileSize
,
[
all
...]
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManager.c
[
all
...]
Completed in 44 milliseconds