Symbol: ui__error
tools/perf/arch/common.c
242
ui__error("binutils for %s not supported.\n", perf_env__arch(env));
tools/perf/arch/common.c
248
ui__error("Please install %s for %s.\n"
tools/perf/builtin-annotate.c
500
ui__error("GTK browser not found!\n");
tools/perf/builtin-annotate.c
622
ui__error("The %s data has no samples!\n", session->data->path);
tools/perf/builtin-annotate.c
656
ui__error("GTK browser not found!\n");
tools/perf/builtin-c2c.c
2964
ui__error("Can't register callchain params.\n");
tools/perf/builtin-kvm.c
1535
ui__error("Failed to mmap the events: %s\n",
tools/perf/builtin-record.c
1409
ui__error("Failure to open event '%s' on PMU '%s' which will be "
tools/perf/builtin-record.c
1449
ui__error("Failure to open any events for recording.\n");
tools/perf/builtin-record.c
4185
ui__error("kernel does not support recording context switch events\n");
tools/perf/builtin-record.c
4310
ui__error("Invalid User: %s", rec->uid_str);
tools/perf/builtin-report.c
1065
ui__error("failed to set cpu bitmap\n");
tools/perf/builtin-report.c
1091
ui__error("failed to process sample\n");
tools/perf/builtin-report.c
1128
ui__error("failed to process hist entry\n");
tools/perf/builtin-report.c
1144
ui__error("The %s data has no samples!\n", data->path);
tools/perf/builtin-report.c
1769
ui__error("Use of latency profile or parallelism is incompatible with --disable-order.\n");
tools/perf/builtin-report.c
1771
ui__error("Use of latency profile or parallelism requires --latency flag during record.\n");
tools/perf/builtin-report.c
386
ui__error("Selected --sort parent, but no "
tools/perf/builtin-report.c
393
ui__error("Selected -g or --branch-history.\n"
tools/perf/builtin-report.c
403
ui__error("Can't register callchain params.\n");
tools/perf/builtin-report.c
419
ui__error("Selected -b but no branch data. "
tools/perf/builtin-report.c
440
ui__error("Selected --mem-mode but no mem data. "
tools/perf/builtin-report.c
652
ui__error("GTK browser not found!\n");
tools/perf/builtin-report.c
719
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
1021
ui__error("perf top only support consistent per-event "
tools/perf/builtin-top.c
1054
ui__error("%s\n", msg);
tools/perf/builtin-top.c
1067
ui__error("Failed to mmap with %d (%s)\n",
tools/perf/builtin-top.c
1082
ui__error("Can't register callchain params.\n");
tools/perf/builtin-top.c
1310
ui__error("Could not read the CPU topology map: %s\n", err);
tools/perf/builtin-top.c
1340
ui__error("Could not create process thread.\n");
tools/perf/builtin-top.c
1346
ui__error("Could not create display thread.\n");
tools/perf/builtin-top.c
1355
ui__error("Could not set realtime priority.\n");
tools/perf/builtin-top.c
1815
ui__error("Invalid User: %s", top.uid_str);
tools/perf/builtin-top.c
1825
ui__error("Couldn't create thread/CPU maps: %s\n",
tools/perf/builtin-trace.c
5827
ui__error("Invalid User: %s", trace.uid_str);
tools/perf/ui/browsers/annotate.c
877
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
1684
ui__error("Couldn't annotate %s:\n%s", sym->name, msg);
tools/perf/util/annotate.c
1718
ui__error("Couldn't annotate %s:\n%s", sym->name, msg);
tools/perf/util/arm-spe.c
2035
ui__error("You must only use i (instructions) --itrace period with Arm SPE. e.g --itrace=i1i\n");
tools/perf/util/cs-etm.c
3494
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
3978
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
3980
ui__error("Invalid --sort key: `%s'", tok);
tools/perf/util/sort.c
3983
ui__error("Unknown --sort key: `%s'", tok);
tools/perf/util/sort.c
4041
ui__error("Invalid --sort key: `+'");
tools/perf/util/sort.c
4319
ui__error("Invalid --fields key: `%s'", tok);
tools/perf/util/sort.c
4322
ui__error("Unknown --fields key: `%s'", tok);
tools/perf/util/sort.c
4370
ui__error("Invalid --fields key: `+'");