OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileBuffer
(Results
1 - 8
of
8
) sorted by null
/external/tensorflow/tensorflow/lite/profiling/
profiler.h
97
ProfileBuffer
* GetProfileBuffer() { return &buffer_; }
98
ProfileBuffer
buffer_;
122
ProfileBuffer
* buffer_;
147
ProfileBuffer
* buffer_;
profile_buffer_test.cc
28
std::vector<const ProfileEvent*> GetProfileEvents(const
ProfileBuffer
& buffer) {
37
ProfileBuffer
buffer(/*max_size*/ 0, /*enabled*/ true);
42
ProfileBuffer
buffer(/*max_size*/ 10, /*enabled*/ true);
63
ProfileBuffer
buffer{max_size, true};
81
ProfileBuffer
buffer(/*max_size*/ 10, /*enabled*/ false);
profile_buffer.h
66
class
ProfileBuffer
{
68
ProfileBuffer
(uint32_t max_num_entries, bool enabled)
83
fprintf(stderr, "Warning:
ProfileBuffer
wrapping.\n");
108
fprintf(stderr, "Warning: Dropping
ProfileBuffer
event.\n");
/external/compiler-rt/lib/profile/
InstrProfilingFile.c
124
char *
ProfileBuffer
;
148
ProfileBuffer
= mmap(NULL, ProfileFileSize, PROT_READ, MAP_SHARED | MAP_FILE,
150
if (
ProfileBuffer
== MAP_FAILED) {
156
if (__llvm_profile_check_compatibility(
ProfileBuffer
, ProfileFileSize)) {
157
(void)munmap(
ProfileBuffer
, ProfileFileSize);
164
__llvm_profile_merge_from_buffer(
ProfileBuffer
, ProfileFileSize);
165
(void)munmap(
ProfileBuffer
, ProfileFileSize);
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c
632
@param[in]
ProfileBuffer
Memory profile base address.
641
IN PHYSICAL_ADDRESS
ProfileBuffer
,
649
ProfileEnd = (UINTN) (
ProfileBuffer
+ ProfileSize);
650
CommonHeader = (MEMORY_PROFILE_COMMON_HEADER *) (UINTN)
ProfileBuffer
;
671
@param[in]
ProfileBuffer
Memory profile base address.
679
IN PHYSICAL_ADDRESS
ProfileBuffer
,
688
Context = (MEMORY_PROFILE_CONTEXT *) ScanMemoryProfileBySignature (
ProfileBuffer
, ProfileSize, MEMORY_PROFILE_CONTEXT_SIGNATURE);
693
FreeMemory = (MEMORY_PROFILE_FREE_MEMORY *) ScanMemoryProfileBySignature (
ProfileBuffer
, ProfileSize, MEMORY_PROFILE_FREE_MEMORY_SIGNATURE);
698
MemoryRange = (MEMORY_PROFILE_MEMORY_RANGE *) ScanMemoryProfileBySignature (
ProfileBuffer
, ProfileSize, MEMORY_PROFILE_MEMORY_RANGE_SIGNATURE);
843
@param[in]
ProfileBuffer
Memory profile base address.
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c
99
@param[in, out] ProfileSize On entry, points to the size in bytes of the
ProfileBuffer
.
100
On return, points to the size of the data returned in
ProfileBuffer
.
101
@param[out]
ProfileBuffer
Profile buffer.
114
OUT VOID *
ProfileBuffer
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MemoryProfile.h
213
@param[in, out] ProfileSize On entry, points to the size in bytes of the
ProfileBuffer
.
214
On return, points to the size of the data returned in
ProfileBuffer
.
215
@param[out]
ProfileBuffer
Profile buffer.
228
OUT VOID *
ProfileBuffer
421
PHYSICAL_ADDRESS
ProfileBuffer
;
431
PHYSICAL_ADDRESS
ProfileBuffer
;
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c
76
@param[in, out] ProfileSize On entry, points to the size in bytes of the
ProfileBuffer
.
77
On return, points to the size of the data returned in
ProfileBuffer
.
78
@param[out]
ProfileBuffer
Profile buffer.
91
OUT VOID *
ProfileBuffer
[
all
...]
Completed in 3250 milliseconds