| .. | .. |
|---|
| 52 | 52 | } |
|---|
| 53 | 53 | #endif |
|---|
| 54 | 54 | |
|---|
| 55 | | -struct perf_evsel; |
|---|
| 56 | | -struct perf_evlist; |
|---|
| 55 | +struct evsel; |
|---|
| 56 | +struct evlist; |
|---|
| 57 | 57 | struct hist_entry; |
|---|
| 58 | 58 | struct hist_browser_timer; |
|---|
| 59 | 59 | |
|---|
| 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, |
|---|
| 61 | 61 | struct hist_browser_timer *hbt, |
|---|
| 62 | 62 | float min_pcnt); |
|---|
| 63 | 63 | int hist_entry__gtk_annotate(struct hist_entry *he, |
|---|
| 64 | | - struct perf_evsel *evsel, |
|---|
| 64 | + struct evsel *evsel, |
|---|
| 65 | 65 | struct hist_browser_timer *hbt); |
|---|
| 66 | 66 | void perf_gtk__show_annotations(void); |
|---|
| 67 | 67 | |
|---|