Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtool.c136 dump_printf(": unhandled!\n");
144 dump_printf(": unhandled!\n"); in skipn()
155 dump_printf(": unhandled!\n"); in process_event_auxtrace_stub()
164 dump_printf(": unhandled!\n"); in process_event_op2_stub()
173 dump_printf(": unhandled!\n"); in process_event_thread_map_stub()
181 dump_printf(": unhandled!\n"); in process_event_thread_map_stub()
204 dump_printf(": unhandled!\n"); in process_event_stat_config_stub()
214 dump_printf(": unhandled!\n"); in process_stat_stub()
227 dump_printf(": unhandled!\n"); in process_stat_round_stub()
239 dump_printf(" in process_event_time_conv_stub()
[all...]
H A Ddebug.h62 int dump_printf(const char *fmt, ...) __printf(1, 2);
H A Devent.c446 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__exit_del_thread()
818 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread__tid(thread)); in machine__resolve()
821 dump_printf(" ...... dso: %s\n", in machine__resolve()
H A Dmachine.c624 dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n"); in machine__process_comm_event()
655 dump_printf("problem processing PERF_RECORD_NAMESPACES, skipping event.\n"); in machine__process_namespaces_event()
683 dump_printf(": id:%" PRI_lu64 ": lost:%" PRI_lu64 "\n", in machine__process_lost_samples_event()
691 dump_printf(": id:%" PRIu64 ": lost samples :%" PRI_lu64 "%s\n", in machine__process_aux_event()
1836 dump_printf("problem processing PERF_RECORD_MMAP2, skipping event.\n"); in machine__process_mmap_event()
1894 dump_printf("problem processing PERF_RECORD_MMAP, skipping event.\n"); in machine__process_fork_event()
1925 dump_printf("removing erroneous parent thread %d/%d\n",
1960 dump_printf("problem processing PERF_RECORD_FORK, skipping event.\n"); in machine__process_event()
H A Ddebug.c162 int dump_printf(const char *fmt, ...) in dump_printf() function
H A Dsession.c228 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.c1002 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread__tid(thread)); in __print_slab_result()