Searched refs:ui__error (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | pfm.c | 58 ui__error( in parse_libpfm_events_option() 69 ui__error("cannot close a non-existing event group\n"); in parse_libpfm_events_option() 84 ui__error("failed to parse event %s : %s\n", str, in parse_libpfm_events_option() 111 ui__error( in parse_libpfm_events_option()
|
A D | debug.h | 63 int ui__error(const char *format, ...) __printf(1, 2);
|
A D | sort.c | 3250 …ui__error("The \"dcacheline\" --sort key needs to know the cacheline size and it couldn't be deter… in setup_sort_list() 3252 ui__error("Invalid --sort key: `%s'", tok); in setup_sort_list() 3255 ui__error("Unknown --sort key: `%s'", tok); in setup_sort_list() 3312 ui__error("Invalid --sort key: `+'"); in setup_sort_order() 3562 ui__error("Invalid --fields key: `%s'", tok); in setup_output_list() 3565 ui__error("Unknown --fields key: `%s'", tok); in setup_output_list() 3613 ui__error("Invalid --fields key: `+'"); in __setup_output_field()
|
A D | annotate.c | 2847 ui__error("Couldn't annotate %s:\n%s", sym->name, msg); in symbol__tty_annotate2() 2881 ui__error("Couldn't annotate %s:\n%s", sym->name, msg); in symbol__tty_annotate()
|
A D | cs-etm.c | 2874 …ui__error("CS ETM Trace: Unrecognised magic number %#"PRIx64". File could be from a newer version … in cs_etm__process_auxtrace_info_full()
|
/linux-6.3-rc2/tools/perf/arch/ |
A D | common.c | 180 ui__error("binutils for %s not supported.\n", arch); in perf_env__lookup_binutils_path() 186 ui__error("Please install %s for %s.\n" in perf_env__lookup_binutils_path()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-report.c | 377 ui__error("Selected --sort parent, but no " in report__setup_sample_type() 384 ui__error("Selected -g or --branch-history.\n" in report__setup_sample_type() 394 ui__error("Can't register callchain params.\n"); in report__setup_sample_type() 410 ui__error("Selected -b but no branch data. " in report__setup_sample_type() 431 ui__error("Selected --mem-mode but no mem data. " in report__setup_sample_type() 634 ui__error("GTK browser not found!\n"); in report__gtk_browse_hists() 957 ui__error("failed to set cpu bitmap\n"); in __cmd_report() 983 ui__error("failed to process sample\n"); in __cmd_report() 1018 ui__error("failed to process hist entry\n"); in __cmd_report() 1034 ui__error("The %s data has no samples!\n", data->path); in __cmd_report()
|
A D | builtin-top.c | 1016 ui__error("perf top only support consistent per-event " in perf_top__start_counters() 1049 ui__error("%s\n", msg); in perf_top__start_counters() 1055 ui__error("Failed to mmap with %d (%s)\n", in perf_top__start_counters() 1070 ui__error("Can't register callchain params.\n"); in callchain_param__setup_sample_type() 1285 ui__error("Could not read the CPU topology map: %s\n", err); in __cmd_top() 1310 ui__error("Could not create process thread.\n"); in __cmd_top() 1316 ui__error("Could not create display thread.\n"); in __cmd_top() 1325 ui__error("Could not set realtime priority.\n"); in __cmd_top() 1696 ui__error("%s\n", errbuf); in cmd_top() 1706 ui__error("Couldn't create thread/CPU maps: %s\n", in cmd_top()
|
A D | builtin-annotate.c | 360 ui__error("GTK browser not found!\n"); in hists__find_annotations() 454 ui__error("The %s data has no samples!\n", session->data->path); in __cmd_annotate() 464 ui__error("GTK browser not found!\n"); in __cmd_annotate()
|
A D | builtin-record.c | 1335 ui__error("%s\n", msg); in record__open() 4054 ui__error("kernel does not support recording context switch events\n"); in cmd_record() 4173 ui__error("%s", errbuf); in cmd_record()
|
A D | builtin-kvm.c | 1067 ui__error("Failed to mmap the events: %s\n", in kvm_live_open_events()
|
A D | builtin-stat.c | 734 ui__error("%s\n", msg); in stat_handle_error()
|
A D | builtin-c2c.c | 2862 ui__error("Can't register callchain params.\n"); in setup_callchain()
|
/linux-6.3-rc2/tools/perf/ui/ |
A D | util.c | 35 int ui__error(const char *format, ...) in ui__error() function
|
/linux-6.3-rc2/tools/perf/ui/gtk/ |
A D | annotate.c | 182 ui__error("Couldn't annotate %s: %s\n", sym->name, msg); in symbol__gtk_annotate()
|
/linux-6.3-rc2/tools/perf/ui/browsers/ |
A D | annotate.c | 982 ui__error("Couldn't annotate %s:\n%s", sym->name, msg); in symbol__tui_annotate()
|
Completed in 55 milliseconds