Home
last modified time | relevance | path

Searched refs:lprofBufferIOWrite (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/test/profile/
Dinstrprof-bufferio.c17 int lprofBufferIOWrite(ProfBufferIO *BufferIO, const char *Data, uint32_t Size);
47 lprofBufferIOWrite(BufferIO, "Short Strings:\n", in main()
50 lprofBufferIOWrite(BufferIO, SmallData, strlen(SmallData)); in main()
52 lprofBufferIOWrite(BufferIO, "Long Strings:\n", strlen("Long Strings:\n")); in main()
54 lprofBufferIOWrite(BufferIO, MediumData, strlen(MediumData)); in main()
56 lprofBufferIOWrite(BufferIO, "Extra Long Strings:\n", in main()
59 lprofBufferIOWrite(BufferIO, LargeData, strlen(LargeData)); in main()
61 lprofBufferIOWrite(BufferIO, "Mixed Strings:\n", strlen("Mixed Strings:\n")); in main()
63 lprofBufferIOWrite(BufferIO, MediumData, strlen(MediumData)); in main()
64 lprofBufferIOWrite(BufferIO, SmallData, strlen(SmallData)); in main()
[all …]
/external/compiler-rt/lib/profile/
DInstrProfilingWriter.c77 lprofBufferIOWrite(ProfBufferIO *BufferIO, const uint8_t *Data, uint32_t Size) { in lprofBufferIOWrite() function
142 if (lprofBufferIOWrite(BufferIO, (const uint8_t *)&VPHeader, in writeOneValueProfData()
168 if (lprofBufferIOWrite(BufferIO, (const uint8_t *)&RecordHeader, in writeOneValueProfData()
176 if (lprofBufferIOWrite(BufferIO, SiteCountArray[I], SiteCountArraySize)) in writeOneValueProfData()
193 if (lprofBufferIOWrite(BufferIO, (const uint8_t *)&VPDataArray[0], in writeOneValueProfData()
DInstrProfilingInternal.h88 int lprofBufferIOWrite(ProfBufferIO *BufferIO, const uint8_t *Data,