Home
last modified time | relevance | path

Searched refs:dump_printf (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/tools/perf/util/
Ddebug.h43 int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
Dsession.c151 dump_printf("WARNING: No sample_id_all support, falling back to unordered processing\n"); in perf_session__new()
204 dump_printf(": unhandled!\n"); in process_event_synth_tracing_data_stub()
213 dump_printf(": unhandled!\n"); in process_event_synth_attr_stub()
223 dump_printf(": unhandled!\n"); in process_event_sample_stub()
232 dump_printf(": unhandled!\n"); in process_event_stub()
240 dump_printf(": unhandled!\n"); in process_build_id_stub()
248 dump_printf(": unhandled!\n"); in process_finished_round_stub()
261 dump_printf(": unhandled!\n"); in process_id_index_stub()
Ddebug.c94 int dump_printf(const char *fmt, ...) in dump_printf() function
Dmachine.c446 dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n"); in machine__process_comm_event()
456 dump_printf(": id:%" PRIu64 ": lost:%" PRIu64 "\n", in machine__process_lost_event()
1206 dump_printf("problem processing PERF_RECORD_MMAP2, skipping event.\n"); in machine__process_mmap2_event()
1253 dump_printf("problem processing PERF_RECORD_MMAP, skipping event.\n"); in machine__process_mmap_event()
1293 dump_printf("problem processing PERF_RECORD_FORK, skipping event.\n"); in machine__process_fork_event()
Devent.c892 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in perf_event__preprocess_sample()
905 dump_printf(" ...... dso: %s\n", in perf_event__preprocess_sample()
Dbuild-id.c59 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__exit_del_thread()
/linux-4.1.27/tools/perf/
Dbuiltin-report.c194 dump_printf(": %d %d %s %" PRIu64 "\n", event->read.pid, event->read.tid, in process_read_event()
Dbuiltin-kmem.c490 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in process_sample_event()