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.c3978 ui__error("The \"dcacheline\" --sort key needs to know the cacheline size and it couldn't be determined on this system"); in __setup_sorting()
3980 ui__error("Invalid --sort key: `%s'", tok); in __setup_sorting()
3983 ui__error("Unknown --sort key: `%s'", tok); in __setup_sorting()
4041 ui__error("Invalid --sort key: `+'"); in get_elide()
4319 ui__error("Invalid --fields key: `%s'", tok); in add_hpp_sort_string()
4322 ui__error("Unknown --fields key: `%s'", tok); in add_hpp_sort_string()
4370 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.c2035 ui__error("You must only use i (instructions) --itrace period with Arm SPE. e.g --itrace=i1i\n");
H A Dcs-etm.c3494 ui__error("CS ETM Trace: Unrecognised magic number %#"PRIx64". File could be from a newer version of perf.\n", in cs_etm__process_auxtrace_info_full()
/linux/tools/perf/arch/
H A Dcommon.c242 ui__error("binutils for %s not supported.\n", perf_env__arch(env));
248 ui__error("Please install %s for %s.\n"
/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()
1065 ui__error("failed to set cpu bitmap\n"); in __cmd_report()
1091 ui__error("failed to process sample\n"); in __cmd_report()
1128 ui__error("faile in __cmd_report()
[all...]
H A Dbuiltin-top.c1021 ui__error("perf top only support consistent per-event " in perf_top__start_counters()
1054 ui__error("%s\n", msg); in perf_top__start_counters()
1067 ui__error("Failed to mmap with %d (%s)\n", in perf_top__start_counters()
1082 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.c500 ui__error("GTK browser not found!\n"); in hists__find_annotations()
622 ui__error("The %s data has no samples!\n", session->data->path); in __cmd_annotate()
656 ui__error("GTK browser not found!\n"); in __cmd_annotate()
H A Dbuiltin-record.c1409 ui__error("Failure to open event '%s' on PMU '%s' which will be " in record__open()
1449 ui__error("Failure to open any events for recording.\n"); in record__open()
4185 ui__error("kernel does not support recording context switch events\n"); in cmd_record()
4310 ui__error("Invalid User: %s", rec->uid_str); in cmd_record()
H A Dbuiltin-kvm.c1535 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.c2964 ui__error("Can't register callchain params.\n"); in setup_display()
H A Dbuiltin-trace.c5827 ui__error("Invalid User: %s", trace.uid_str);
/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.c877 ui__error("Couldn't annotate %s:\n%s", sym->name, msg); in annotate_browser__run()