/frameworks/base/services/common_time/ |
common_time_server_api.cpp | 279 #define dump_printf(a, b...) do { \ macro 311 dump_printf("Common Clock Service Status\nLocal time : %lld\n", 315 dump_printf("Common time : %lld\n", commonTime); 317 dump_printf("Common time : %s\n", "not synced"); 319 dump_printf("Timeline ID : %016llx\n", mTimelineID); 320 dump_printf("State : %s\n", stateToString(mState)); 321 dump_printf("Master Addr : %s\n", maStr); 328 dump_printf("Error Est. : %.3f msec\n", 331 dump_printf("Error Est. : %s\n", "unknown"); 334 dump_printf("Syncs TXes : %u\n", mClient_SyncsSentToCurMaster) 435 #undef dump_printf macro [all...] |
/external/linux-tools-perf/util/ |
debug.h | 11 int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
|
build-id.c | 51 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid,
|
debug.c | 35 int dump_printf(const char *fmt, ...) function
|
event.c | 465 dump_printf(": %s:%d\n", event->comm.comm, event->comm.tid); 468 dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n"); 479 dump_printf(": id:%" PRIu64 ": lost:%" PRIu64 "\n", 607 dump_printf(" %d/%d: [%#" PRIx64 "(%#" PRIx64 ") @ %#" PRIx64 "]: %s\n", 636 dump_printf("problem processing PERF_RECORD_MMAP, skipping event.\n"); 647 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, 657 dump_printf("problem processing PERF_RECORD_FORK, skipping event.\n"); 792 dump_printf(" ... thread: %s:%d\n", thread->comm, thread->pid); 806 dump_printf(" ...... dso: %s\n",
|
session.c | 181 dump_printf("WARNING: No sample_id_all support, falling back to unordered processing\n"); 296 dump_printf(": unhandled!\n"); 305 dump_printf(": unhandled!\n"); 313 dump_printf(": unhandled!\n"); 321 dump_printf(": unhandled!\n"); 958 dump_printf("%#" PRIx64 " [%#x]: skipping unknown header type: %d\n", 1080 dump_printf("%#" PRIx64 " [%#x]: skipping unknown header type: %d\n", [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_dump.c | 51 void (*dump_printf)(struct dump_ctx *ctx, const char *format, ...); member in struct:dump_ctx 72 ctx->dump_printf( ctx, "%u", e ); 74 ctx->dump_printf( ctx, "%s", enums[e] ); 77 #define EOL() ctx->dump_printf( ctx, "\n" ) 78 #define TXT(S) ctx->dump_printf( ctx, "%s", S ) 79 #define CHR(C) ctx->dump_printf( ctx, "%c", C ) 80 #define UIX(I) ctx->dump_printf( ctx, "0x%x", I ) 81 #define UID(I) ctx->dump_printf( ctx, "%u", I ) 82 #define INSTID(I) ctx->dump_printf( ctx, "% 3u", I ) 83 #define SID(I) ctx->dump_printf( ctx, "%d", I [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_dump.c | 51 void (*dump_printf)(struct dump_ctx *ctx, const char *format, ...); member in struct:dump_ctx 72 ctx->dump_printf( ctx, "%u", e ); 74 ctx->dump_printf( ctx, "%s", enums[e] ); 77 #define EOL() ctx->dump_printf( ctx, "\n" ) 78 #define TXT(S) ctx->dump_printf( ctx, "%s", S ) 79 #define CHR(C) ctx->dump_printf( ctx, "%c", C ) 80 #define UIX(I) ctx->dump_printf( ctx, "0x%x", I ) 81 #define UID(I) ctx->dump_printf( ctx, "%u", I ) 82 #define INSTID(I) ctx->dump_printf( ctx, "% 3u", I ) 83 #define SID(I) ctx->dump_printf( ctx, "%d", I [all...] |
/hardware/ti/omap4xxx/hwc/ |
hwc.c | 233 static void dump_printf(struct dump_buf *buf, const char *fmt, ...) function 252 dump_printf(&log, "set H{"); 255 dump_printf(&log, " "); 258 dump_printf(&log, "%p:%s,", handle, layer->compositionType == HWC_OVERLAY ? "DSS" : "SGX"); 260 dump_printf(&log, "SKIP"); 264 dump_printf(&log, "CLR,"); 265 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat)); 267 dump_printf(&log, "~%d", layer->transform); 269 dump_printf(&log, "} D{"); 272 dump_printf(&log, " ") [all...] |
/external/linux-tools-perf/ |
builtin-report.c | 153 dump_printf(": %d %d %s %" PRIu64 "\n", event->read.pid, event->read.tid,
|
builtin-kmem.c | 325 dump_printf(" ... thread: %s:%d\n", thread->comm, thread->pid);
|
builtin-sched.c | [all...] |