Home
last modified time | relevance | path

Searched refs:pr_info (Results 1 – 13 of 13) sorted by relevance

/external/linux-tools-perf/
Dbuiltin-lock.c757 pr_info("\n=== output for debug===\n\n"); in print_bad_events()
758 pr_info("bad: %d, total: %d\n", bad, total); in print_bad_events()
759 pr_info("bad rate: %f %%\n", (double)bad / (double)total * 100); in print_bad_events()
760 pr_info("histogram of events caused bad sequence\n"); in print_bad_events()
762 pr_info(" %10s: %d\n", name[i], bad_hist[i]); in print_bad_events()
772 pr_info("%20s ", "Name"); in print_result()
773 pr_info("%10s ", "acquired"); in print_result()
774 pr_info("%10s ", "contended"); in print_result()
776 pr_info("%15s ", "total wait (ns)"); in print_result()
777 pr_info("%15s ", "max wait (ns)"); in print_result()
[all …]
Dbuiltin-test.c184 pr_info("Maps only in vmlinux:\n"); in test__vmlinux_matches_kallsyms()
204 pr_info("Maps in vmlinux with a different name in kallsyms:\n"); in test__vmlinux_matches_kallsyms()
215 pr_info(" %" PRIx64 "-%" PRIx64 " %" PRIx64 " %s in kallsyms as", in test__vmlinux_matches_kallsyms()
218 pr_info(": \n*%" PRIx64 "-%" PRIx64 " %" PRIx64 "", in test__vmlinux_matches_kallsyms()
220 pr_info(" %s\n", pair->dso->name); in test__vmlinux_matches_kallsyms()
225 pr_info("Maps only in kallsyms:\n"); in test__vmlinux_matches_kallsyms()
642 pr_info("%2d: %s:", i + 1, tests[i].desc); in __cmd_test()
646 pr_info(" %s\n", err ? "FAILED!\n" : "Ok"); in __cmd_test()
Dbuiltin-buildid-cache.c48 pr_info("Adding %s %s: %s\n", sbuild_id, filename, in build_id_cache__add_file()
69 pr_info("Removing %s %s: %s\n", sbuild_id, filename, in build_id_cache__remove_file()
Dbuiltin-timechart.c1015 pr_info("Written %2.1f seconds of trace to %s.\n", in __cmd_timechart()
/external/linux-tools-perf/util/include/linux/
Dkernel.h112 #define pr_info(fmt, ...) \ macro
/external/strace/
Ddefs.h266 #define PR_INFO pr_lwp.pr_info
286 #define PR_INFO pr_info
/external/elfutils/backends/
Dlinux-core-note.c67 struct EBLHOOK(siginfo) pr_info; in EBLHOOK()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c231 prs->pr_info.si_signo = si->si_signo; in fill_prstatus()
232 prs->pr_info.si_code = si->si_code; in fill_prstatus()
233 prs->pr_info.si_errno = 0; in fill_prstatus()
/external/kernel-headers/original/linux/
Dkernel.h221 #define pr_info(fmt,arg...) \ macro
/external/linux-tools-perf/util/
Dsession.c57 pr_info("zero-sized file (%s), nothing to do!\n", in perf_session__open()
Dprobe-event.c1914 pr_info("Info: Event \"%s\" does not exist.\n", buf); in del_trace_probe_event()
Dprobe-finder.c975 pr_info("%s exceeds max-bitwidth. Cut down to %d bits.\n", in convert_variable_type()
/external/valgrind/main/include/vki/
Dvki-linux.h974 struct vki_elf_siginfo pr_info; /* Info associated with signal */ member