OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfDataIOVec
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingInternal.h
44
typedef struct
ProfDataIOVec
{
48
}
ProfDataIOVec
;
50
typedef uint32_t (*WriterCallback)(
ProfDataIOVec
*, uint32_t NumIOVecs,
InstrProfilingWriter.c
56
ProfDataIOVec
IOVec[] = {
65
ProfDataIOVec
IOVec2[] = {{ValueDataBegin, sizeof(char), ValueDataSize}};
InstrProfilingBuffer.c
46
static uint32_t bufferWriter(
ProfDataIOVec
*IOVecs, uint32_t NumIOVecs,
InstrProfilingFile.c
21
static uint32_t fileWriter(
ProfDataIOVec
*IOVecs, uint32_t NumIOVecs,
Completed in 209 milliseconds