Home
last modified time | relevance | path

Searched refs:ui__error (Results 1 – 17 of 17) sorted by relevance

/linux/tools/perf/util/
H A Dpfm.c56 ui__error( in parse_libpfm_events_option()
67 ui__error("cannot close a non-existing event group\n"); in parse_libpfm_events_option()
82 ui__error("failed to parse event %s : %s\n", str, in parse_libpfm_events_option()
109 ui__error( in parse_libpfm_events_option()
H A Ddebug.h65 int ui__error(const char *format, ...) __printf(1, 2);
H A Dsort.c3835ui__error("The \"dcacheline\" --sort key needs to know the cacheline size and it couldn't be deter… in setup_sort_list()
3837 ui__error("Invalid --sort key: `%s'", tok); in setup_sort_list()
3840 ui__error("Unknown --sort key: `%s'", tok); in setup_sort_list()
3898 ui__error("Invalid --sort key: `+'"); in setup_sort_order()
4175 ui__error("Invalid --fields key: `%s'", tok); in setup_output_list()
4178 ui__error("Unknown --fields key: `%s'", tok); in setup_output_list()
4226 ui__error("Invalid --fields key: `+'"); in __setup_output_field()
H A Dannotate.c1685 ui__error("Couldn't annotate %s:\n%s", sym->name, msg); in hist_entry__tty_annotate2()
1719 ui__error("Couldn't annotate %s:\n%s", sym->name, msg); in hist_entry__tty_annotate()
H A Darm-spe.c1977 ui__error("You must only use i (instructions) --itrace period with Arm SPE. e.g --itrace=i1i\n"); in arm_spe_process_auxtrace_info()
H A Dcs-etm.c3396ui__error("CS ETM Trace: Unrecognised magic number %#"PRIx64". File could be from a newer version … in cs_etm__process_auxtrace_info_full()
/linux/tools/perf/
H A Dbuiltin-report.c391 ui__error("Selected --sort parent, but no " in report__setup_sample_type()
398 ui__error("Selected -g or --branch-history.\n" in report__setup_sample_type()
408 ui__error("Can't register callchain params.\n"); in report__setup_sample_type()
424 ui__error("Selected -b but no branch data. " in report__setup_sample_type()
445 ui__error("Selected --mem-mode but no mem data. " in report__setup_sample_type()
657 ui__error("GTK browser not found!\n"); in report__gtk_browse_hists()
724 ui__error("Failed to setup hierarchy output formats\n"); in report__collapse_hists()
1069 ui__error("failed to set cpu bitmap\n"); in __cmd_report()
1095 ui__error("failed to process sample\n"); in __cmd_report()
1132 ui__error("failed to process hist entry\n"); in __cmd_report()
[all …]
H A Dbuiltin-top.c1022 ui__error("perf top only support consistent per-event " in perf_top__start_counters()
1055 ui__error("%s\n", msg); in perf_top__start_counters()
1068 ui__error("Failed to mmap with %d (%s)\n", in perf_top__start_counters()
1083 ui__error("Can't register callchain params.\n"); in callchain_param__setup_sample_type()
1309 ui__error("Could not read the CPU topology map: %s\n", err); in __cmd_top()
1339 ui__error("Could not create process thread.\n"); in __cmd_top()
1345 ui__error("Could not create display thread.\n"); in __cmd_top()
1354 ui__error("Could not set realtime priority.\n"); in __cmd_top()
1801 ui__error("Invalid User: %s", top.uid_str); in cmd_top()
1814 ui__error("Couldn't create thread/CPU maps: %s\n", in cmd_top()
H A Dbuiltin-annotate.c512 ui__error("GTK browser not found!\n"); in hists__find_annotations()
630 ui__error("The %s data has no samples!\n", session->data->path); in __cmd_annotate()
664 ui__error("GTK browser not found!\n"); in __cmd_annotate()
H A Dbuiltin-record.c1407 ui__error("Failure to open event '%s' on PMU '%s' which will be " in record__open()
1447 ui__error("Failure to open any events for recording.\n"); in record__open()
4211 ui__error("kernel does not support recording context switch events\n"); in cmd_record()
4335 ui__error("Invalid User: %s", rec->uid_str); in cmd_record()
H A Dbuiltin-kvm.c1536 ui__error("Failed to mmap the events: %s\n", in kvm_live_open_events()
H A Dbuiltin-stat.c912 ui__error("No supported events found.\n%s\n", msg); in __run_perf_stat()
H A Dbuiltin-c2c.c2936 ui__error("Can't register callchain params.\n"); in setup_callchain()
H A Dbuiltin-trace.c5760 ui__error("Invalid User: %s", trace.uid_str); in cmd_trace()
/linux/tools/perf/arch/
H A Dcommon.c196 ui__error("binutils for %s not supported.\n", arch); in perf_env__lookup_binutils_path()
202 ui__error("Please install %s for %s.\n" in perf_env__lookup_binutils_path()
/linux/tools/perf/ui/
H A Dutil.c35 int ui__error(const char *format, ...) in ui__error() function
/linux/tools/perf/ui/browsers/
H A Dannotate.c874 ui__error("Couldn't annotate %s:\n%s", sym->name, msg); in annotate_browser__symbol_annotate_error()