/tools/perf/ |
D | builtin-lock.c | 694 pr_info("\n=== output for debug===\n\n"); in print_bad_events() 695 pr_info("bad: %d, total: %d\n", bad, total); in print_bad_events() 696 pr_info("bad rate: %.2f %%\n", (double)bad / (double)total * 100); in print_bad_events() 697 pr_info("histogram of events caused bad sequence\n"); in print_bad_events() 699 pr_info(" %10s: %d\n", name[i], bad_hist[i]); in print_bad_events() 709 pr_info("%20s ", "Name"); in print_result() 710 pr_info("%10s ", "acquired"); in print_result() 711 pr_info("%10s ", "contended"); in print_result() 713 pr_info("%15s ", "avg wait (ns)"); in print_result() 714 pr_info("%15s ", "total wait (ns)"); in print_result() [all …]
|
D | builtin-kvm.c | 364 pr_info("%" PRIu64 " VM %d, vcpu %d: %s event took %" PRIu64 "usec\n", in handle_end_event() 545 pr_info("Analyze events for "); in print_vcpu_info() 548 pr_info("all VMs, "); in print_vcpu_info() 550 pr_info("pid(s) %s, ", kvm->opts.target.pid); in print_vcpu_info() 552 pr_info("dazed and confused on what is monitored, "); in print_vcpu_info() 555 pr_info("all VCPUs:\n\n"); in print_vcpu_info() 557 pr_info("VCPU %d:\n\n", vcpu); in print_vcpu_info() 569 pr_info("%s.%06ld", date, tv.tv_usec); in show_timeofday() 571 pr_info("00:00:00.000000"); in show_timeofday() 587 pr_info("\n\n"); in print_result() [all …]
|
D | builtin-probe.c | 341 pr_info("Added new event%s\n", (k > 1) ? "s:" : ":"); in perf_add_probe_events() 361 pr_info("\nYou can now use it in all perf tools, such as:\n\n"); in perf_add_probe_events() 362 pr_info("\tperf record -e %s:%s -aR sleep 1\n\n", group, event); in perf_add_probe_events() 427 pr_info("Removed event: %s\n", ent->s); in perf_del_probe_events() 437 pr_info("Removed event: %s\n", ent->s); in perf_del_probe_events()
|
D | builtin-timechart.c | 1640 pr_info("Written %2.1f seconds of trace to %s.\n", in __cmd_timechart()
|
/tools/perf/tests/ |
D | vmlinux-kallsyms.c | 192 pr_info("WARN: Maps only in vmlinux:\n"); in test__vmlinux_matches_kallsyms() 213 pr_info("WARN: Maps in vmlinux with a different name in kallsyms:\n"); in test__vmlinux_matches_kallsyms() 217 pr_info("WARN: %" PRIx64 "-%" PRIx64 " %" PRIx64 " %s in kallsyms as", in test__vmlinux_matches_kallsyms() 220 pr_info(":\nWARN: *%" PRIx64 "-%" PRIx64 " %" PRIx64, in test__vmlinux_matches_kallsyms() 222 pr_info(" %s\n", pair->dso->name); in test__vmlinux_matches_kallsyms() 234 pr_info("WARN: Maps only in kallsyms:\n"); in test__vmlinux_matches_kallsyms()
|
D | hists_filter.c | 146 pr_info("Normal histogram\n"); in test__hists_filter() 170 pr_info("Histogram for thread filter\n"); in test__hists_filter() 199 pr_info("Histogram for dso filter\n"); in test__hists_filter() 234 pr_info("Histogram for symbol filter\n"); in test__hists_filter() 263 pr_info("Histogram for socket filters\n"); in test__hists_filter() 294 pr_info("Histogram for all filters\n"); in test__hists_filter()
|
D | hists_common.c | 169 pr_info("----- %s --------\n", __func__); in print_hists_in() 177 pr_info("%2d: entry: %-8s [%-8s] %20s: period = %"PRIu64"\n", in print_hists_in() 196 pr_info("----- %s --------\n", __func__); in print_hists_out() 204 pr_info("%2d: entry: %8s:%5d [%-8s] %20s: period = %"PRIu64"/%"PRIu64"\n", in print_hists_out()
|
D | builtin-test.c | 342 pr_info(" Ok\n"); in test_and_print() 376 pr_info("%2d: %-*s:", i, width, t->desc); in __cmd_test() 404 pr_info("\n"); in __cmd_test() 414 pr_info("%2d.%1d: %-*s:", i, subi + 1, subw, in __cmd_test() 436 pr_info("%2d: %s\n", ++i, t->desc); in perf_test__list()
|
D | hists_output.c | 157 pr_info("[fields = %s, sort = %s]\n", field_order, sort_order); in test1() 257 pr_info("[fields = %s, sort = %s]\n", field_order, sort_order); in test2() 311 pr_info("[fields = %s, sort = %s]\n", field_order, sort_order); in test3() 389 pr_info("[fields = %s, sort = %s]\n", field_order, sort_order); in test4() 492 pr_info("[fields = %s, sort = %s]\n", field_order, sort_order); in test5()
|
D | perf-record.c | 182 pr_info("%" PRIu64" %d ", sample.time, sample.cpu); in test__PERF_RECORD()
|
D | hists_cumulate.c | 192 pr_info("use callchain: %d, cumulate callchain: %d\n", in do_test()
|
/tools/perf/pmu-events/ |
D | jevents.c | 217 pr_info("%s: asprintf() error %s\n", prog); in get_topic() 248 pr_info("%s: strdup() error %s for file %s\n", prog, in add_topic() 452 pr_info("%s: asprintf() error %s for file %s\n", prog, in file_name_to_table_name() 507 pr_info("%s: Processing mapfile %s\n", prog, fpath); in process_mapfile() 515 pr_info("%s: Error %s opening %s\n", prog, strerror(errno), in process_mapfile() 541 pr_info("%s: Mapfile %s: line %d too long, aborting\n", in process_mapfile() 585 pr_info("%s: Creating empty pmu_events_map[] table\n", prog); in create_empty_mapping() 646 pr_info("%s: Error determining table name for %s\n", prog, in process_one_file() 665 pr_info("%s: Many mapfiles? Using %s, ignoring %s\n", in process_one_file() 673 pr_info("%s: Ignoring file %s\n", prog, fpath); in process_one_file() [all …]
|
D | json.h | 23 #define pr_info(fmt, ...) \ macro
|
/tools/virtio/virtio-trace/ |
D | trace-agent-ctl.c | 63 pr_info("Receive interrupt %d\n", global_signal_val); in wait_order() 130 pr_info("Invalid host notification: %s\n", buf); in rw_ctl_loop()
|
D | trace-agent.h | 68 #define pr_info(format, ...) fprintf(stdout, format, ## __VA_ARGS__) macro
|
/tools/lib/api/ |
D | debug-internal.h | 17 #define pr_info(fmt, ...) __pr(__pr_info, fmt, ##__VA_ARGS__) macro
|
/tools/perf/util/ |
D | debug.h | 25 #define pr_info(fmt, ...) \ macro
|
D | data.c | 77 pr_info("zero-sized file (%s), nothing to do!\n", in open_file_read()
|
D | llvm-utils.c | 361 pr_info("LLVM: dumping %s\n", obj_path); in dump_obj()
|
D | probe-file.c | 827 pr_info("Removed cached event: %s\n", entry->spev); in probe_cache__filter_purge()
|
D | probe-finder.c | 388 pr_info("%s exceeds max-bitwidth. Cut down to %d bits.\n", in convert_variable_type() 935 pr_info("Target program is compiled without optimization. Skipping prologue.\n" in skip_prologue()
|
D | pmu.c | 814 pr_info("Invalid sysfs entry %s=%s\n", in pmu_config_term()
|
D | evsel.c | 649 pr_info("Cannot use DWARF unwind for function trace event," in perf_evsel__config_callchain() 655 pr_info("Disabling user space callchains for function trace event.\n"); in perf_evsel__config_callchain()
|
D | evlist.c | 1231 pr_info("rounding mmap pages size to %lu bytes (%lu pages)\n", in parse_pages_arg()
|
/tools/lib/bpf/ |
D | libbpf.c | 69 #define pr_info(fmt, ...) __pr(__pr_info, fmt, ##__VA_ARGS__) macro
|