Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dtrace.cpp60 #define WRITE_MESSAGE(...) … macro
71 WRITE_MESSAGE("B|%d|%s", getpid(), str); in DoBeginTracePoint()
77 WRITE_MESSAGE("E|"); in DoEndTracePoint()
83 WRITE_MESSAGE("C|%d|%s|%d", getpid(), str, val); in DoIntTracePoint()
89 WRITE_MESSAGE("C|%d|%s|%" PRId64, getpid(), str, val); in DoInt64TracePoint()