Symbol: ui__error
tools/perf/arch/common.c
196
ui__error("binutils for %s not supported.\n", arch);
tools/perf/arch/common.c
202
ui__error("Please install %s for %s.\n"
tools/perf/builtin-annotate.c
512
ui__error("GTK browser not found!\n");
tools/perf/builtin-annotate.c
630
ui__error("The %s data has no samples!\n", session->data->path);
tools/perf/builtin-annotate.c
664
ui__error("GTK browser not found!\n");
tools/perf/builtin-c2c.c
2936
ui__error("Can't register callchain params.\n");
tools/perf/builtin-kvm.c
1536
ui__error("Failed to mmap the events: %s\n",
tools/perf/builtin-record.c
1407
ui__error("Failure to open event '%s' on PMU '%s' which will be "
tools/perf/builtin-record.c
1447
ui__error("Failure to open any events for recording.\n");
tools/perf/builtin-record.c
4211
ui__error("kernel does not support recording context switch events\n");
tools/perf/builtin-record.c
4335
ui__error("Invalid User: %s", rec->uid_str);
tools/perf/builtin-report.c
1069
ui__error("failed to set cpu bitmap\n");
tools/perf/builtin-report.c
1095
ui__error("failed to process sample\n");
tools/perf/builtin-report.c
1132
ui__error("failed to process hist entry\n");
tools/perf/builtin-report.c
1148
ui__error("The %s data has no samples!\n", data->path);
tools/perf/builtin-report.c
1771
ui__error("Use of latency profile or parallelism is incompatible with --disable-order.\n");
tools/perf/builtin-report.c
1773
ui__error("Use of latency profile or parallelism requires --latency flag during record.\n");
tools/perf/builtin-report.c
391
ui__error("Selected --sort parent, but no "
tools/perf/builtin-report.c
398
ui__error("Selected -g or --branch-history.\n"
tools/perf/builtin-report.c
408
ui__error("Can't register callchain params.\n");
tools/perf/builtin-report.c
424
ui__error("Selected -b but no branch data. "
tools/perf/builtin-report.c
445
ui__error("Selected --mem-mode but no mem data. "
tools/perf/builtin-report.c
657
ui__error("GTK browser not found!\n");
tools/perf/builtin-report.c
724
ui__error("Failed to setup hierarchy output formats\n");
tools/perf/builtin-stat.c
912
ui__error("No supported events found.\n%s\n", msg);
tools/perf/builtin-top.c
1022
ui__error("perf top only support consistent per-event "
tools/perf/builtin-top.c
1055
ui__error("%s\n", msg);
tools/perf/builtin-top.c
1068
ui__error("Failed to mmap with %d (%s)\n",
tools/perf/builtin-top.c
1083
ui__error("Can't register callchain params.\n");
tools/perf/builtin-top.c
1309
ui__error("Could not read the CPU topology map: %s\n", err);
tools/perf/builtin-top.c
1339
ui__error("Could not create process thread.\n");
tools/perf/builtin-top.c
1345
ui__error("Could not create display thread.\n");
tools/perf/builtin-top.c
1354
ui__error("Could not set realtime priority.\n");
tools/perf/builtin-top.c
1801
ui__error("Invalid User: %s", top.uid_str);
tools/perf/builtin-top.c
1814
ui__error("Couldn't create thread/CPU maps: %s\n",
tools/perf/builtin-trace.c
5760
ui__error("Invalid User: %s", trace.uid_str);
tools/perf/ui/browsers/annotate.c
874
ui__error("Couldn't annotate %s:\n%s", sym->name, msg);
tools/perf/ui/gtk/annotate.c
194
ui__error("Couldn't annotate %s: %s\n", sym->name, msg);
tools/perf/util/annotate.c
1685
ui__error("Couldn't annotate %s:\n%s", sym->name, msg);
tools/perf/util/annotate.c
1719
ui__error("Couldn't annotate %s:\n%s", sym->name, msg);
tools/perf/util/arm-spe.c
1977
ui__error("You must only use i (instructions) --itrace period with Arm SPE. e.g --itrace=i1i\n");
tools/perf/util/cs-etm.c
3396
ui__error("CS ETM Trace: Unrecognised magic number %#"PRIx64". File could be from a newer version of perf.\n",
tools/perf/util/debug.h
65
int ui__error(const char *format, ...) __printf(1, 2);
tools/perf/util/pfm.c
109
ui__error(
tools/perf/util/pfm.c
56
ui__error(
tools/perf/util/pfm.c
67
ui__error("cannot close a non-existing event group\n");
tools/perf/util/pfm.c
82
ui__error("failed to parse event %s : %s\n", str,
tools/perf/util/sort.c
3835
ui__error("The \"dcacheline\" --sort key needs to know the cacheline size and it couldn't be determined on this system");
tools/perf/util/sort.c
3837
ui__error("Invalid --sort key: `%s'", tok);
tools/perf/util/sort.c
3840
ui__error("Unknown --sort key: `%s'", tok);
tools/perf/util/sort.c
3898
ui__error("Invalid --sort key: `+'");
tools/perf/util/sort.c
4175
ui__error("Invalid --fields key: `%s'", tok);
tools/perf/util/sort.c
4178
ui__error("Unknown --fields key: `%s'", tok);
tools/perf/util/sort.c
4226
ui__error("Invalid --fields key: `+'");