Searched refs:dump_printf (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_dump.c | 51 void (*dump_printf)(struct dump_ctx *ctx, const char *format, ...); member 72 ctx->dump_printf( ctx, "%u", e ); in dump_enum() 74 ctx->dump_printf( ctx, "%s", enums[e] ); in dump_enum() 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/linux-tools-perf/src/tools/perf/util/ |
D | debug.h | 14 int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
|
D | debug.c | 36 int dump_printf(const char *fmt, ...) in dump_printf() function
|
D | build-id.c | 55 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__exit_del_thread()
|
D | session.c | 152 dump_printf("WARNING: No sample_id_all support, falling back to unordered processing\n"); in perf_session__new() 208 dump_printf(": unhandled!\n"); in process_event_synth_tracing_data_stub() 217 dump_printf(": unhandled!\n"); in process_event_synth_attr_stub() 227 dump_printf(": unhandled!\n"); in process_event_sample_stub() 236 dump_printf(": unhandled!\n"); in process_event_stub() 245 dump_printf(": unhandled!\n"); in process_finished_round_stub()
|
D | machine.c | 327 dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n"); in machine__process_comm_event() 337 dump_printf(": id:%" PRIu64 ": lost:%" PRIu64 "\n", in machine__process_lost_event() 1044 dump_printf("problem processing PERF_RECORD_MMAP2, skipping event.\n"); in machine__process_mmap2_event() 1090 dump_printf("problem processing PERF_RECORD_MMAP, skipping event.\n"); in machine__process_mmap_event() 1123 dump_printf("problem processing PERF_RECORD_FORK, skipping event.\n"); in machine__process_fork_event()
|
D | event.c | 729 dump_printf(" ... thread: %s:%d\n", thread->comm, thread->tid); in perf_event__preprocess_sample() 743 dump_printf(" ...... dso: %s\n", in perf_event__preprocess_sample()
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-kmem.c | 317 dump_printf(" ... thread: %s:%d\n", thread->comm, thread->tid); in process_sample_event()
|
D | builtin-report.c | 357 dump_printf(": %d %d %s %" PRIu64 "\n", event->read.pid, event->read.tid, in process_read_event()
|