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.c3972 ui__error("The \"dcacheline\" --sort key needs to know the cacheline size and it couldn't be determined on this system"); in __setup_sorting()
3974 ui__error("Invalid --sort key: `%s'", tok); in __setup_sorting()
3977 ui__error("Unknown --sort key: `%s'", tok); in __setup_sorting()
4035 ui__error("Invalid --sort key: `+'"); in get_elide()
4313 ui__error("Invalid --fields key: `%s'", tok); in add_sort_string()
4316 ui__error("Unknown --fields key: `%s'", tok);
4364 ui__error("Invalid --fields key: `+'");
H A Dannotate.c1684 ui__error("Couldn't annotate %s:\n%s", sym->name, msg); in hist_entry__tty_annotate2()
1718 ui__error("Couldn't annotate %s:\n%s", sym->name, msg); in hist_entry__tty_annotate()
H A Darm-spe.c1991 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/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/
H A Dbuiltin-report.c386 ui__error("Selected --sort parent, but no " in report__setup_sample_type()
393 ui__error("Selected -g or --branch-history.\n" in report__setup_sample_type()
403 ui__error("Can't register callchain params.\n"); in report__setup_sample_type()
419 ui__error("Selected -b but no branch data. " in report__setup_sample_type()
440 ui__error("Selected --mem-mode but no mem data. " in report__setup_sample_type()
652 ui__error("GTK browser not found!\n"); in report__gtk_browse_hists()
719 ui__error("Failed to setup hierarchy output formats\n"); in report__collapse_hists()
1064 ui__error("failed to set cpu bitmap\n"); in __cmd_report()
1090 ui__error("failed to process sample\n"); in __cmd_report()
1127 ui__error("faile in __cmd_report()
[all...]
H A Dbuiltin-top.c1023 ui__error("perf top only support consistent per-event " in perf_top__start_counters()
1056 ui__error("%s\n", msg); in perf_top__start_counters()
1069 ui__error("Failed to mmap with %d (%s)\n", in perf_top__start_counters()
1084 ui__error("Can't register callchain params.\n"); in callchain_param__setup_sample_type()
1310 ui__error("Could not read the CPU topology map: %s\n", err); in __cmd_top()
1340 ui__error("Could not create process thread.\n"); in __cmd_top()
1346 ui__error("Could not create display thread.\n"); in __cmd_top()
1355 ui__error("Could not set realtime priority.\n"); in __cmd_top()
1815 ui__error("Invalid User: %s", top.uid_str); in cmd_top()
1825 ui__error("Could in cmd_top()
[all...]
H A Dbuiltin-annotate.c502 ui__error("GTK browser not found!\n"); in hists__find_annotations()
620 ui__error("The %s data has no samples!\n", session->data->path); in __cmd_annotate()
654 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()
4183 ui__error("kernel does not support recording context switch events\n"); in cmd_record()
4308 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.c2937 ui__error("Can't register callchain params.\n"); in setup_callchain()
H A Dbuiltin-trace.c5770 ui__error("Invalid User: %s", trace.uid_str); in cmd_trace()
/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()