perf_error_ops      6 tools/perf/ui/gtk/setup.c extern struct perf_error_ops perf_gtk_eops;
perf_error_ops    106 tools/perf/ui/gtk/util.c struct perf_error_ops perf_gtk_eops = {
perf_error_ops     23 tools/perf/ui/tui/setup.c extern struct perf_error_ops perf_tui_eops;
perf_error_ops    267 tools/perf/ui/tui/util.c struct perf_error_ops perf_tui_eops = {
perf_error_ops     23 tools/perf/ui/util.c static struct perf_error_ops default_eops =
perf_error_ops     29 tools/perf/ui/util.c static struct perf_error_ops *perf_eops = &default_eops;
perf_error_ops     63 tools/perf/ui/util.c int perf_error__register(struct perf_error_ops *eops)
perf_error_ops     78 tools/perf/ui/util.c int perf_error__unregister(struct perf_error_ops *eops)
perf_error_ops     21 tools/perf/ui/util.h int perf_error__register(struct perf_error_ops *eops);
perf_error_ops     22 tools/perf/ui/util.h int perf_error__unregister(struct perf_error_ops *eops);