Searched refs:ui__error (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/tools/perf/arch/ |
D | common.c | 167 ui__error("binutils for %s not supported.\n", arch); in perf_env__lookup_binutils_path() 173 ui__error("Please install %s for %s.\n" in perf_env__lookup_binutils_path()
|
/Linux-v4.19/tools/perf/ |
D | builtin-top.c | 998 ui__error("perf top only support consistent per-event " in perf_top__start_counters() 1032 ui__error("%s\n", msg); in perf_top__start_counters() 1038 ui__error("Failed to mmap with %d (%s)\n", in perf_top__start_counters() 1053 ui__error("Selected -g but \"sym\" not present in --sort/-s."); in callchain_param__setup_sample_type() 1058 ui__error("Can't register callchain params.\n"); in callchain_param__setup_sample_type() 1145 ui__error("Could not create display thread.\n"); in __cmd_top() 1154 ui__error("Could not set realtime priority.\n"); in __cmd_top() 1186 ui__error("Could not read the CPU topology map: %s\n", err); in __cmd_top() 1454 ui__error("%s\n", errbuf); in cmd_top() 1464 ui__error("Couldn't create thread/CPU maps: %s\n", in cmd_top()
|
D | builtin-report.c | 331 ui__error("Selected --sort parent, but no " in report__setup_sample_type() 338 ui__error("Selected -g or --branch-history.\n" in report__setup_sample_type() 348 ui__error("Can't register callchain params.\n"); in report__setup_sample_type() 364 ui__error("Selected -b but no branch data. " in report__setup_sample_type() 539 ui__error("GTK browser not found!\n"); in report__gtk_browse_hists() 810 ui__error("failed to set cpu bitmap\n"); in __cmd_report() 836 ui__error("failed to process sample\n"); in __cmd_report() 867 ui__error("failed to process hist entry\n"); in __cmd_report() 883 ui__error("The %s file has no samples!\n", data->file.path); in __cmd_report()
|
D | builtin-annotate.c | 342 ui__error("GTK browser not found!\n"); in hists__find_annotations() 444 ui__error("The %s file has no samples!\n", session->data->file.path); in __cmd_annotate() 454 ui__error("GTK browser not found!\n"); in __cmd_annotate()
|
D | builtin-record.c | 395 ui__error("%s\n", msg); in record__open() 1739 ui__error("kernel does not support recording context switch events\n"); in cmd_record() 1843 ui__error("%s", errbuf); in cmd_record()
|
D | builtin-kvm.c | 1059 ui__error("Failed to mmap the events: %s\n", in kvm_live_open_events()
|
D | builtin-stat.c | 657 ui__error("%s\n", msg); in __run_perf_stat()
|
D | builtin-c2c.c | 2584 ui__error("Can't register callchain params.\n"); in setup_callchain()
|
/Linux-v4.19/tools/perf/ui/ |
D | util.c | 32 int ui__error(const char *format, ...) in ui__error() function
|
/Linux-v4.19/tools/perf/util/ |
D | debug.h | 48 int ui__error(const char *format, ...) __printf(1, 2);
|
D | sort.c | 2897 ui__error("Invalid --fields key: `%s'", tok); in setup_output_list() 2900 ui__error("Unknown --fields key: `%s'", tok); in setup_output_list()
|
/Linux-v4.19/tools/perf/ui/gtk/ |
D | annotate.c | 176 ui__error("Couldn't annotate %s: %s\n", sym->name, msg); in symbol__gtk_annotate()
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | annotate.c | 918 ui__error("Couldn't annotate %s:\n%s", sym->name, msg); in symbol__tui_annotate()
|