Searched refs:dump_printf (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | debug.h | 43 int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
|
D | session.c | 156 dump_printf("WARNING: No sample_id_all support, falling back to unordered processing\n"); in perf_session__new() 195 dump_printf(": unhandled!\n"); in process_event_synth_tracing_data_stub() 204 dump_printf(": unhandled!\n"); in process_event_synth_attr_stub() 214 dump_printf(": unhandled!\n"); in process_event_sample_stub() 223 dump_printf(": unhandled!\n"); in process_event_stub() 231 dump_printf(": unhandled!\n"); in process_build_id_stub() 239 dump_printf(": unhandled!\n"); in process_finished_round_stub() 252 dump_printf(": unhandled!\n"); in process_id_index_stub() 260 dump_printf(": unhandled!\n"); in process_event_auxtrace_info_stub() 284 dump_printf(": unhandled!\n"); in process_event_auxtrace_stub() [all …]
|
D | debug.c | 99 int dump_printf(const char *fmt, ...) in dump_printf() function
|
D | machine.c | 481 dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n"); in machine__process_comm_event() 493 dump_printf(": id:%" PRIu64 ": lost:%" PRIu64 "\n", in machine__process_lost_event() 501 dump_printf(": id:%" PRIu64 ": lost samples :%" PRIu64 "\n", in machine__process_lost_samples_event() 1308 dump_printf("problem processing PERF_RECORD_MMAP2, skipping event.\n"); in machine__process_mmap2_event() 1359 dump_printf("problem processing PERF_RECORD_MMAP, skipping event.\n"); in machine__process_mmap_event() 1410 dump_printf("removing erroneous parent thread %d/%d\n", in machine__process_fork_event() 1429 dump_printf("problem processing PERF_RECORD_FORK, skipping event.\n"); in machine__process_fork_event()
|
D | event.c | 1002 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in perf_event__preprocess_sample() 1015 dump_printf(" ...... dso: %s\n", in perf_event__preprocess_sample()
|
D | build-id.c | 60 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__exit_del_thread()
|
/linux-4.4.14/tools/perf/ |
D | builtin-report.c | 210 dump_printf(": %d %d %s %" PRIu64 "\n", event->read.pid, event->read.tid, in process_read_event()
|
D | builtin-kmem.c | 919 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in process_sample_event()
|