hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/tools/perf/ui/gtk/gtk.h
....@@ -52,16 +52,16 @@
5252 }
5353 #endif
5454
55
-struct perf_evsel;
56
-struct perf_evlist;
55
+struct evsel;
56
+struct evlist;
5757 struct hist_entry;
5858 struct hist_browser_timer;
5959
60
-int perf_evlist__gtk_browse_hists(struct perf_evlist *evlist, const char *help,
60
+int perf_evlist__gtk_browse_hists(struct evlist *evlist, const char *help,
6161 struct hist_browser_timer *hbt,
6262 float min_pcnt);
6363 int hist_entry__gtk_annotate(struct hist_entry *he,
64
- struct perf_evsel *evsel,
64
+ struct evsel *evsel,
6565 struct hist_browser_timer *hbt);
6666 void perf_gtk__show_annotations(void);
6767