Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Devent.c465 dump_printf(": %s:%d\n", event->comm.comm, event->comm.tid); in perf_event__process_comm()
468 dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n"); in perf_event__process_comm()
479 dump_printf(": id:%" PRIu64 ": lost:%" PRIu64 "\n", in perf_event__process_lost()
607 dump_printf(" %d/%d: [%#" PRIx64 "(%#" PRIx64 ") @ %#" PRIx64 "]: %s\n", in perf_event__process_mmap()
636 dump_printf("problem processing PERF_RECORD_MMAP, skipping event.\n"); in perf_event__process_mmap()
647 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__process_task()
657 dump_printf("problem processing PERF_RECORD_FORK, skipping event.\n"); in perf_event__process_task()
792 dump_printf(" ... thread: %s:%d\n", thread->comm, thread->pid); in perf_event__preprocess_sample()
806 dump_printf(" ...... dso: %s\n", in perf_event__preprocess_sample()
Ddebug.h11 int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
Dsession.c181 dump_printf("WARNING: No sample_id_all support, falling back to unordered processing\n"); in perf_session__new()
296 dump_printf(": unhandled!\n"); in process_event_synth_stub()
305 dump_printf(": unhandled!\n"); in process_event_sample_stub()
313 dump_printf(": unhandled!\n"); in process_event_stub()
321 dump_printf(": unhandled!\n"); in process_finished_round_stub()
958 dump_printf("%#" PRIx64 " [%#x]: skipping unknown header type: %d\n", in __perf_session__process_pipe_events()
1080 dump_printf("%#" PRIx64 " [%#x]: skipping unknown header type: %d\n", in __perf_session__process_events()
Ddebug.c35 int dump_printf(const char *fmt, ...) in dump_printf() function
Dbuild-id.c51 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__exit_del_thread()
/external/linux-tools-perf/
Dbuiltin-report.c153 dump_printf(": %d %d %s %" PRIu64 "\n", event->read.pid, event->read.tid, in process_read_event()
Dbuiltin-kmem.c325 dump_printf(" ... thread: %s:%d\n", thread->comm, thread->pid); in process_sample_event()
Dbuiltin-sched.c1661 dump_printf(" ... thread: %s:%d\n", thread->comm, thread->pid); in process_sample_event()