Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtool.c87 dump_printf(": unhandled!\n"); in process_event_synth_tracing_data_stub()
96 dump_printf(": unhandled!\n"); in process_event_synth_attr_stub()
108 dump_printf(": unhandled!\n"); in process_event_synth_event_update_stub()
118 dump_printf(": unhandled!\n"); in process_event_sample_stub()
127 dump_printf(": unhandled!\n"); in process_event_stub()
135 dump_printf(": unhandled!\n"); in process_finished_round_stub()
157 dump_printf(": unhandled!\n"); in process_event_auxtrace_stub()
166 dump_printf(": unhandled!\n"); in process_event_op2_stub()
178 dump_printf(": unhandled!\n"); in process_event_thread_map_stub()
189 dump_printf(" in process_event_cpu_map_stub()
[all...]
H A Ddebug.h62 int dump_printf(const char *fmt, ...) __printf(1, 2);
H A Dmachine.c618 dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n"); in machine__process_comm_event()
649 dump_printf("problem processing PERF_RECORD_NAMESPACES, skipping event.\n"); in machine__process_namespaces_event()
677 dump_printf(": id:%" PRI_lu64 ": lost:%" PRI_lu64 "\n", in machine__process_lost_event()
685 dump_printf(": id:%" PRIu64 ": lost samples :%" PRI_lu64 "%s\n", in machine__process_lost_samples_event()
1793 dump_printf("problem processing PERF_RECORD_MMAP2, skipping event.\n"); in machine__process_mmap2_event()
1851 dump_printf("problem processing PERF_RECORD_MMAP, skipping event.\n"); in machine__process_mmap_event()
1882 dump_printf("removing erroneous parent thread %d/%d\n", in machine__process_fork_event()
1917 dump_printf("problem processing PERF_RECORD_FORK, skipping event.\n"); in machine__process_fork_event()
H A Ddebug.c162 int dump_printf(const char *fmt, ...) in dump_printf() function
H A Dsession.c219 dump_printf("WARNING: No sample_id_all support, falling back to unordered processing\n"); in __perf_session__new()
/linux/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp55 static void dump_printf(void *ctx, const char *fmt, va_list args) in dump_printf() function
121 btf_dump__new(btf, dump_printf, nullptr, &opts); in main()
/linux/tools/perf/
H A Dbuiltin-kmem.c979 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread__tid(thread)); in process_sample_event()