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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp50 static void dump_printf(void *ctx, const char *fmt, va_list args) function
115 btf_dump__new(btf, dump_printf, nullptr, &opts);
/linux-master/tools/perf/util/
H A Ddebug.h61 int dump_printf(const char *fmt, ...) __printf(1, 2);
H A Ddebug.c153 int dump_printf(const char *fmt, ...) function
H A Dsession.c274 dump_printf("WARNING: No sample_id_all support, falling back to unordered processing\n");
327 dump_printf(": unhandled!\n");
336 dump_printf(": unhandled!\n");
348 dump_printf(": unhandled!\n");
358 dump_printf(": unhandled!\n");
367 dump_printf(": unhandled!\n");
375 dump_printf(": unhandled!\n");
397 dump_printf(": unhandled!\n");
406 dump_printf(": unhandled!\n");
418 dump_printf("
[all...]
H A Devent.c724 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread__tid(thread));
727 dump_printf(" ...... dso: %s\n",
H A Dmachine.c606 dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n");
637 dump_printf("problem processing PERF_RECORD_NAMESPACES, skipping event.\n");
665 dump_printf(": id:%" PRI_lu64 ": lost:%" PRI_lu64 "\n",
673 dump_printf(": id:%" PRIu64 ": lost samples :%" PRI_lu64 "\n",
1843 dump_printf("problem processing PERF_RECORD_MMAP2, skipping event.\n");
1901 dump_printf("problem processing PERF_RECORD_MMAP, skipping event.\n");
1932 dump_printf("removing erroneous parent thread %d/%d\n",
1967 dump_printf("problem processing PERF_RECORD_FORK, skipping event.\n");
H A Dbuild-id.c80 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid,
/linux-master/tools/perf/
H A Dbuiltin-kmem.c977 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread__tid(thread));

Completed in 163 milliseconds