Searched refs:dump_printf (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/util/ |
| A D | session.c | 320 dump_printf(": unhandled!\n"); in process_event_synth_tracing_data_stub() 329 dump_printf(": unhandled!\n"); in process_event_synth_attr_stub() 341 dump_printf(": unhandled!\n"); in process_event_synth_event_update_stub() 351 dump_printf(": unhandled!\n"); in process_event_sample_stub() 360 dump_printf(": unhandled!\n"); in process_event_stub() 368 dump_printf(": unhandled!\n"); in process_finished_round_stub() 394 dump_printf(": unhandled!\n"); in process_event_auxtrace_stub() 403 dump_printf(": unhandled!\n"); in process_event_op2_stub() 415 dump_printf(": unhandled!\n"); in process_event_thread_map_stub() 426 dump_printf(": unhandled!\n"); in process_event_cpu_map_stub() [all …]
|
| A D | debug.h | 60 int dump_printf(const char *fmt, ...) __printf(1, 2);
|
| A D | debug.c | 137 int dump_printf(const char *fmt, ...) in dump_printf() function
|
| A D | machine.c | 645 dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n"); in machine__process_comm_event() 676 dump_printf("problem processing PERF_RECORD_NAMESPACES, skipping event.\n"); in machine__process_namespaces_event() 704 dump_printf(": id:%" PRI_lu64 ": lost:%" PRI_lu64 "\n", in machine__process_lost_event() 712 dump_printf(": id:%" PRIu64 ": lost samples :%" PRI_lu64 "\n", in machine__process_lost_samples_event() 1818 dump_printf("problem processing PERF_RECORD_MMAP2, skipping event.\n"); in machine__process_mmap2_event() 1876 dump_printf("problem processing PERF_RECORD_MMAP, skipping event.\n"); in machine__process_mmap_event() 1940 dump_printf("removing erroneous parent thread %d/%d\n", in machine__process_fork_event() 1975 dump_printf("problem processing PERF_RECORD_FORK, skipping event.\n"); in machine__process_fork_event()
|
| A D | event.c | 692 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in machine__resolve() 694 dump_printf(" ...... dso: %s\n", in machine__resolve()
|
| A D | build-id.c | 78 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__exit_del_thread()
|
| /linux/tools/perf/ |
| A D | builtin-kmem.c | 955 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in process_sample_event()
|
Completed in 25 milliseconds