HomeSort by relevance Sort by last modified time
    Searched refs:dump_printf (Results 1 - 13 of 13) sorted by null

  /frameworks/base/libs/common_time/
common_time_server_api.cpp 281 #define dump_printf(a, b...) do { \ macro
313 dump_printf("Common Clock Service Status\nLocal time : %" PRId64 "\n",
317 dump_printf("Common time : %" PRId64 "\n", commonTime);
319 dump_printf("Common time : %s\n", "not synced");
321 dump_printf("Timeline ID : %016" PRIu64 "\n", mTimelineID);
322 dump_printf("State : %s\n", stateToString(mState));
323 dump_printf("Master Addr : %s\n", maStr);
330 dump_printf("Error Est. : %.3f msec\n",
333 dump_printf("Error Est. : %s\n", "unknown");
336 dump_printf("Syncs TXes : %u\n", mClient_SyncsSentToCurMaster)
437 #undef dump_printf macro
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
debug.h 14 int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
debug.c 36 int dump_printf(const char *fmt, ...) function
build-id.c 55 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid,
machine.c 327 dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n");
337 dump_printf(": id:%" PRIu64 ": lost:%" PRIu64 "\n",
1044 dump_printf("problem processing PERF_RECORD_MMAP2, skipping event.\n");
1090 dump_printf("problem processing PERF_RECORD_MMAP, skipping event.\n");
1123 dump_printf("problem processing PERF_RECORD_FORK, skipping event.\n");
    [all...]
session.c 152 dump_printf("WARNING: No sample_id_all support, falling back to unordered processing\n");
208 dump_printf(": unhandled!\n");
217 dump_printf(": unhandled!\n");
227 dump_printf(": unhandled!\n");
236 dump_printf(": unhandled!\n");
245 dump_printf(": unhandled!\n");
    [all...]
event.c 729 dump_printf(" ... thread: %s:%d\n", thread->comm, thread->tid);
743 dump_printf(" ...... dso: %s\n",
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
dumpfile.h 132 extern void dump_printf (int, const char *, ...) ATTRIBUTE_PRINTF_2;
  /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...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 322 static void dump_printf(struct dump_buf *buf, const char *fmt, ...) function
341 dump_printf(&log, "set H{");
344 dump_printf(&log, " ");
349 dump_printf(&log, "%p:%s,", handle, "DSS");
351 dump_printf(&log, "%p:%s,", handle, "BV2D");
354 dump_printf(&log, "%p:%s,", handle, layer->compositionType == HWC_OVERLAY ? "DSS" : "SGX");
356 dump_printf(&log, "SKIP");
360 dump_printf(&log, "CLR,");
361 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
363 dump_printf(&log, "~%d", layer->transform)
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-kmem.c 317 dump_printf(" ... thread: %s:%d\n", thread->comm, thread->tid);
builtin-report.c 357 dump_printf(": %d %d %s %" PRIu64 "\n", event->read.pid, event->read.tid,

Completed in 269 milliseconds