OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfBufferIO
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/profile/
instrprof-bufferio.c
13
typedef struct
ProfBufferIO
ProfBufferIO
;
14
ProfBufferIO
*lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);
15
void lprofDeleteBufferIO(
ProfBufferIO
*BufferIO);
17
int lprofBufferIOWrite(
ProfBufferIO
*BufferIO, const char *Data, uint32_t Size);
18
int lprofBufferIOFlush(
ProfBufferIO
*BufferIO);
27
ProfBufferIO
*BufferIO;
/external/compiler-rt/lib/profile/
InstrProfilingInternal.h
57
typedef struct
ProfBufferIO
{
68
}
ProfBufferIO
;
71
ProfBufferIO
*lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);
76
ProfBufferIO
*lprofCreateBufferIO(WriterCallback FileWriter, void *File);
82
void lprofDeleteBufferIO(
ProfBufferIO
*BufferIO);
88
int lprofBufferIOWrite(
ProfBufferIO
*BufferIO, const uint8_t *Data,
94
int lprofBufferIOFlush(
ProfBufferIO
*BufferIO);
Completed in 240 milliseconds