Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-lock.c691 pr_info("\n=== output for debug===\n\n"); in print_bad_events()
692 pr_info("bad: %d, total: %d\n", bad, total); in print_bad_events()
693 pr_info("bad rate: %f %%\n", (double)bad / (double)total * 100); in print_bad_events()
694 pr_info("histogram of events caused bad sequence\n"); in print_bad_events()
696 pr_info(" %10s: %d\n", name[i], bad_hist[i]); in print_bad_events()
706 pr_info("%20s ", "Name"); in print_result()
707 pr_info("%10s ", "acquired"); in print_result()
708 pr_info("%10s ", "contended"); in print_result()
710 pr_info("%15s ", "total wait (ns)"); in print_result()
711 pr_info("%15s ", "max wait (ns)"); in print_result()
[all …]
Dbuiltin-kvm.c526 pr_info("%" PRIu64 " VM %d, vcpu %d: %s event took %" PRIu64 "usec\n", in handle_end_event()
702 pr_info("Analyze events for "); in print_vcpu_info()
706 pr_info("all VMs, "); in print_vcpu_info()
708 pr_info("pid(s) %s, ", kvm->opts.target.pid); in print_vcpu_info()
710 pr_info("dazed and confused on what is monitored, "); in print_vcpu_info()
714 pr_info("all VCPUs:\n\n"); in print_vcpu_info()
716 pr_info("VCPU %d:\n\n", vcpu); in print_vcpu_info()
728 pr_info("%s.%06ld", date, tv.tv_usec); in show_timeofday()
730 pr_info("00:00:00.000000"); in show_timeofday()
746 pr_info("\n\n"); in print_result()
[all …]
Dbuiltin-buildid-cache.c35 pr_info("Adding %s %s: %s\n", sbuild_id, filename, in build_id_cache__add_file()
56 pr_info("Removing %s %s: %s\n", sbuild_id, filename, in build_id_cache__remove_file()
116 pr_info("Updating %s %s: %s\n", sbuild_id, filename, in build_id_cache__update_file()
Dbuiltin-timechart.c1019 pr_info("Written %2.1f seconds of trace to %s.\n", in __cmd_timechart()
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dvmlinux-kallsyms.c195 pr_info("Maps only in vmlinux:\n"); in test__vmlinux_matches_kallsyms()
215 pr_info("Maps in vmlinux with a different name in kallsyms:\n"); in test__vmlinux_matches_kallsyms()
229 pr_info(" %" PRIx64 "-%" PRIx64 " %" PRIx64 " %s in kallsyms as", in test__vmlinux_matches_kallsyms()
232 pr_info(":\n*%" PRIx64 "-%" PRIx64 " %" PRIx64, in test__vmlinux_matches_kallsyms()
234 pr_info(" %s\n", pair->dso->name); in test__vmlinux_matches_kallsyms()
239 pr_info("Maps only in kallsyms:\n"); in test__vmlinux_matches_kallsyms()
Dbuiltin-test.c167 pr_info("%2d: %-*s:", i, width, tests[curr].desc); in __cmd_test()
180 pr_info(" Ok\n"); in __cmd_test()
205 pr_info("%2d: %s\n", i, tests[curr].desc); in perf_test__list()
Dhists_link.c414 pr_info("----- %s --------\n", __func__); in print_hists()
421 pr_info("%2d: entry: %-8s [%-8s] %20s: period = %"PRIu64"\n", in print_hists()
Dperf-record.c183 pr_info("%" PRIu64" %d ", sample.time, sample.cpu); in test__PERF_RECORD()
/external/kernel-headers/original/uapi/linux/
Delfcore.h43 struct elf_siginfo pr_info; /* Info associated with signal */ member
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
Dkernel.h114 #define pr_info(fmt, ...) \ macro
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c232 prs->pr_info.si_signo = si->si_signo; in fill_prstatus()
233 prs->pr_info.si_code = si->si_code; in fill_prstatus()
234 prs->pr_info.si_errno = 0; in fill_prstatus()
/external/elfutils/0.153/backends/
Dlinux-core-note.c69 struct EBLHOOK(siginfo) pr_info; in EBLHOOK()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dprobe-finder.c455 pr_info("%s exceeds max-bitwidth. Cut down to %d bits.\n", in convert_variable_type()
Dsession.c54 pr_info("zero-sized file (%s), nothing to do!\n", in perf_session__open()
Dprobe-event.c2183 pr_info("Info: Event \"%s\" does not exist.\n", buf); in del_perf_probe_events()
/external/valgrind/main/include/vki/
Dvki-linux.h1001 struct vki_elf_siginfo pr_info; /* Info associated with signal */ member