Home
last modified time | relevance | path

Searched refs:memprof_fd (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.cpp171 if (ctx->memprof_fd == kInvalidFd) in MemoryProfiler()
175 WriteToFile(ctx->memprof_fd, buf.data(), internal_strlen(buf.data())); in MemoryProfiler()
179 ctx->memprof_fd = kInvalidFd; in InitializeMemoryProfiler()
184 ctx->memprof_fd = 1; in InitializeMemoryProfiler()
186 ctx->memprof_fd = 2; in InitializeMemoryProfiler()
190 ctx->memprof_fd = OpenFile(filename.data(), WrOnly); in InitializeMemoryProfiler()
191 if (ctx->memprof_fd == kInvalidFd) { in InitializeMemoryProfiler()
H A Dtsan_rtl.h320 fd_t memprof_fd; member
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp428 if (ctx->memprof_fd == kInvalidFd) in MemoryProfiler()
432 WriteToFile(ctx->memprof_fd, buf.data(), internal_strlen(buf.data())); in MemoryProfiler()
436 ctx->memprof_fd = kInvalidFd; in InitializeMemoryProfiler()
441 ctx->memprof_fd = 1; in InitializeMemoryProfiler()
443 ctx->memprof_fd = 2; in InitializeMemoryProfiler()
447 ctx->memprof_fd = OpenFile(filename.data(), WrOnly); in InitializeMemoryProfiler()
448 if (ctx->memprof_fd == kInvalidFd) { in InitializeMemoryProfiler()
H A Dtsan_rtl.h360 fd_t memprof_fd; member