diff options
Diffstat (limited to 'tools/perf/util/session.h')
| -rw-r--r-- | tools/perf/util/session.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h index 1f7ec87db7d7..aab414fbb64b 100644 --- a/tools/perf/util/session.h +++ b/tools/perf/util/session.h | |||
| @@ -36,9 +36,7 @@ struct perf_session { | |||
| 36 | struct pevent *pevent; | 36 | struct pevent *pevent; |
| 37 | /* | 37 | /* |
| 38 | * FIXME: Need to split this up further, we need global | 38 | * FIXME: Need to split this up further, we need global |
| 39 | * stats + per event stats. 'perf diff' also needs | 39 | * stats + per event stats. |
| 40 | * to properly support multiple events in a single | ||
| 41 | * perf.data file. | ||
| 42 | */ | 40 | */ |
| 43 | struct hists hists; | 41 | struct hists hists; |
| 44 | int fd; | 42 | int fd; |
| @@ -129,9 +127,9 @@ size_t perf_session__fprintf_nr_events(struct perf_session *session, FILE *fp); | |||
| 129 | struct perf_evsel *perf_session__find_first_evtype(struct perf_session *session, | 127 | struct perf_evsel *perf_session__find_first_evtype(struct perf_session *session, |
| 130 | unsigned int type); | 128 | unsigned int type); |
| 131 | 129 | ||
| 132 | void perf_event__print_ip(union perf_event *event, struct perf_sample *sample, | 130 | void perf_evsel__print_ip(struct perf_evsel *evsel, union perf_event *event, |
| 133 | struct machine *machine, int print_sym, | 131 | struct perf_sample *sample, struct machine *machine, |
| 134 | int print_dso, int print_symoffset); | 132 | int print_sym, int print_dso, int print_symoffset); |
| 135 | 133 | ||
| 136 | int perf_session__cpu_bitmap(struct perf_session *session, | 134 | int perf_session__cpu_bitmap(struct perf_session *session, |
| 137 | const char *cpu_list, unsigned long *cpu_bitmap); | 135 | const char *cpu_list, unsigned long *cpu_bitmap); |
