Searched refs:WRITE_MSG (Results 1 – 1 of 1) sorted by relevance
/system/core/libcutils/ |
D | trace-dev.c | 199 #define WRITE_MSG(format_begin, format_end, pid, name, value) { \ macro 217 WRITE_MSG("S|%d|", "|%" PRId32, getpid(), name, cookie); in atrace_async_begin_body() 222 WRITE_MSG("F|%d|", "|%" PRId32, getpid(), name, cookie); in atrace_async_end_body() 227 WRITE_MSG("C|%d|", "|%" PRId32, getpid(), name, value); in atrace_int_body() 232 WRITE_MSG("C|%d|", "|%" PRId64, getpid(), name, value); in atrace_int64_body()
|