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