Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dsession.c168 dump_printf("WARNING: No sample_id_all support, falling back to unordered processing\n"); in perf_session__new()
209 dump_printf(": unhandled!\n"); in process_event_synth_tracing_data_stub()
218 dump_printf(": unhandled!\n"); in process_event_synth_attr_stub()
230 dump_printf(": unhandled!\n"); in process_event_synth_event_update_stub()
240 dump_printf(": unhandled!\n"); in process_event_sample_stub()
249 dump_printf(": unhandled!\n"); in process_event_stub()
257 dump_printf(": unhandled!\n"); in process_finished_round_stub()
285 dump_printf(": unhandled!\n"); in process_event_auxtrace_stub()
295 dump_printf(": unhandled!\n"); in process_event_op2_stub()
308 dump_printf(": unhandled!\n"); in process_event_thread_map_stub()
[all …]
Ddebug.h45 int dump_printf(const char *fmt, ...) __printf(1, 2);
Dmachine.c580 dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n"); in machine__process_comm_event()
611 dump_printf("problem processing PERF_RECORD_NAMESPACES, skipping event.\n"); in machine__process_namespaces_event()
623 dump_printf(": id:%" PRIu64 ": lost:%" PRIu64 "\n", in machine__process_lost_event()
631 dump_printf(": id:%" PRIu64 ": lost samples :%" PRIu64 "\n", in machine__process_lost_samples_event()
1616 dump_printf("problem processing PERF_RECORD_MMAP2, skipping event.\n"); in machine__process_mmap2_event()
1669 dump_printf("problem processing PERF_RECORD_MMAP, skipping event.\n"); in machine__process_mmap_event()
1723 dump_printf("removing erroneous parent thread %d/%d\n", in machine__process_fork_event()
1742 dump_printf("problem processing PERF_RECORD_FORK, skipping event.\n"); in machine__process_fork_event()
Ddebug.c101 int dump_printf(const char *fmt, ...) in dump_printf() function
Dbuild-id.c67 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__exit_del_thread()
Devent.c1601 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in machine__resolve()
1603 dump_printf(" ...... dso: %s\n", in machine__resolve()
/Linux-v4.19/tools/perf/
Dbuiltin-kmem.c953 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in process_sample_event()