OSDN Git Service

perf evlist: Use the right prefix for 'struct evlist' browser methods
[uclinux-h8/linux.git] / tools / perf / ui / gtk / hists.c
index 53ef71a..c83be2d 100644 (file)
@@ -590,10 +590,8 @@ static void perf_gtk__show_hierarchy(GtkWidget *window, struct hists *hists,
        gtk_container_add(GTK_CONTAINER(window), view);
 }
 
-int perf_evlist__gtk_browse_hists(struct evlist *evlist,
-                                 const char *help,
-                                 struct hist_browser_timer *hbt __maybe_unused,
-                                 float min_pcnt)
+int evlist__gtk_browse_hists(struct evlist *evlist, const char *help,
+                            struct hist_browser_timer *hbt __maybe_unused, float min_pcnt)
 {
        struct evsel *pos;
        GtkWidget *vbox;