HomeSort by relevance Sort by last modified time
    Searched refs:perf_error_ops (Results 1 - 6 of 6) sorted by null

  /external/linux-tools-perf/src/tools/perf/ui/
util.h 13 struct perf_error_ops { struct
18 int perf_error__register(struct perf_error_ops *eops);
19 int perf_error__unregister(struct perf_error_ops *eops);
util.c 22 static struct perf_error_ops default_eops =
28 static struct perf_error_ops *perf_eops = &default_eops;
62 int perf_error__register(struct perf_error_ops *eops)
77 int perf_error__unregister(struct perf_error_ops *eops)
  /external/linux-tools-perf/src/tools/perf/ui/gtk/
setup.c 5 extern struct perf_error_ops perf_gtk_eops;
util.c 106 struct perf_error_ops perf_gtk_eops = {
  /external/linux-tools-perf/src/tools/perf/ui/tui/
setup.c 15 extern struct perf_error_ops perf_tui_eops;
util.c 240 struct perf_error_ops perf_tui_eops = {

Completed in 1707 milliseconds