Searched refs:ui__warning (Results 1 – 20 of 20) sorted by relevance
| /linux/tools/perf/util/ |
| A D | debug.h | 66 int ui__warning(const char *format, ...) __printf(1, 2); 70 ui__warning(format, ##__VA_ARGS__); \
|
| A D | parse-regs-options.c | 62 ui__warning("Unknown register \"%s\", check man page or run \"perf record %s?\"\n", in __parse_regs()
|
| A D | clockid.c | 106 ui__warning("unknown clockid %s, check man page\n", ostr); in parse_clockid()
|
| A D | session.c | 1654 ui__warning("%u out of order events recorded.\n", oe->nr_unordered_events); in perf_session__warn_order() 1663 ui__warning("Processed %d events and lost %d chunks!\n\n" in perf_session__warn_about_errors() 1675 ui__warning("Processed %" PRIu64 " samples and lost %3.2f%%!\n\n", in perf_session__warn_about_errors() 1683 ui__warning("AUX data lost %" PRIu64 " times out of %u!\n\n", in perf_session__warn_about_errors() 1695 ui__warning("AUX data had gaps in it %" PRIu64 " times out of %u!\n\n" in perf_session__warn_about_errors() 1707 ui__warning("AUX data detected collision %" PRIu64 " times out of %u!\n\n", in perf_session__warn_about_errors() 1713 ui__warning("Found %u unknown events!\n\n" in perf_session__warn_about_errors() 1722 ui__warning("%u samples with id not present in the header\n", in perf_session__warn_about_errors() 1727 ui__warning("Found invalid callchains!\n\n" in perf_session__warn_about_errors() 1735 ui__warning("%u unprocessable samples recorded.\n" in perf_session__warn_about_errors() [all …]
|
| A D | pfm.c | 28 ui__warning("libpfm failed to initialize: %s\n", in libpfm_initialize()
|
| A D | arm-spe.c | 1013 ui__warning("Arm SPE CONTEXT packets not found in the traces.\n" in arm_spe_flush()
|
| A D | auxtrace.c | 1740 ui__warning("%u %s errors\n", in events_stats__auxtrace_error_warn()
|
| A D | cs-etm.c | 3467 ui__warning("Virtual timestamps are not enabled, or not supported by the traced system.\n" in cs_etm__process_auxtrace_info_full()
|
| A D | sort.c | 3818 ui__warning("--fields weight shows the average value unlike in the --sort key.\n"); in output_field_add()
|
| /linux/tools/perf/ui/ |
| A D | util.c | 47 int ui__warning(const char *format, ...) in ui__warning() function
|
| /linux/tools/perf/ |
| A D | builtin-top.c | 175 ui__warning("Out of bounds address found:\n\n" in ui__warn_map_erange() 786 ui__warning( in perf_event__process_sample() 817 ui__warning("The %s file can't be used: %s\n%s", in perf_event__process_sample() 820 ui__warning("A vmlinux file was not found.\n%s", in perf_event__process_sample() 1048 ui__warning("%s\n", msg); in perf_top__start_counters() 1753 ui__warning("%s\n", errbuf); in cmd_top()
|
| A D | builtin-report.c | 449 ui__warning("Can't find LBR callchain. Switch off --stitch-lbr.\n" in report__setup_sample_type() 460 ui__warning("Please install libunwind or libdw " in report__setup_sample_type() 633 ui__warning( in report__warn_kptr_restrict()
|
| A D | builtin-stat.c | 645 ui__warning("%s event is not supported by the kernel.\n", in stat_handle_error() 659 ui__warning("%s\n", msg); in stat_handle_error() 675 ui__warning("skipping event %s that kernel failed to open .\n", in stat_handle_error()
|
| A D | builtin-record.c | 1373 ui__warning("%s\n", msg); in record__open() 4173 ui__warning("%s\n", errbuf); in cmd_record()
|
| A D | builtin-kvm.c | 1956 ui__warning("%s", errbuf); in kvm_events_live()
|
| A D | builtin-c2c.c | 2852 ui__warning("Can't find LBR callchain. Switch off --stitch-lbr.\n" in setup_callchain()
|
| /linux/tools/perf/arch/x86/util/ |
| A D | intel-pt.c | 370 ui__warning("Intel Processor Trace: TSC not available\n"); in intel_pt_info_fill() 712 ui__warning("Intel PT snapshot size (%zu) may be too small for PSB period (%zu)\n", in intel_pt_recording_options() 740 ui__warning("Intel PT sample size (%zu) may be too small for PSB period (%zu)\n", in intel_pt_recording_options() 889 ui__warning("Intel Processor Trace decoding will not be possible except for kernel tracing!\n"); in intel_pt_recording_options()
|
| A D | intel-bts.c | 91 ui__warning("Intel BTS: TSC not available\n"); in intel_bts_info_fill()
|
| /linux/tools/perf/ui/browsers/ |
| A D | hists.c | 2377 ui__warning("Can't search all data files due to memory shortage.\n"); in switch_data_file() 2388 ui__warning("Too many perf data files in PWD!\n" in switch_data_file() 2406 ui__warning("Data switch failed due to memory shortage!\n"); in switch_data_file() 2829 ui__warning("Won't switch the data files due to\n" in do_switch_data()
|
| A D | annotate.c | 474 ui__warning("Not enough memory for annotating '%s' symbol!\n", in annotate_browser__callq()
|
Completed in 703 milliseconds