diff options
Diffstat (limited to 'tools/perf/util/session.h')
| -rw-r--r-- | tools/perf/util/session.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h index dffaff52ba44..27f4c2dc715b 100644 --- a/tools/perf/util/session.h +++ b/tools/perf/util/session.h | |||
| @@ -96,12 +96,14 @@ static inline struct map * | |||
| 96 | static inline int perf_session__browse_hists(struct rb_root *hists __used, | 96 | static inline int perf_session__browse_hists(struct rb_root *hists __used, |
| 97 | u64 nr_hists __used, | 97 | u64 nr_hists __used, |
| 98 | u64 session_total __used, | 98 | u64 session_total __used, |
| 99 | const char *helpline __used) | 99 | const char *helpline __used, |
| 100 | const char *input_name __used) | ||
| 100 | { | 101 | { |
| 101 | return 0; | 102 | return 0; |
| 102 | } | 103 | } |
| 103 | #else | 104 | #else |
| 104 | int perf_session__browse_hists(struct rb_root *hists, u64 nr_hists, | 105 | int perf_session__browse_hists(struct rb_root *hists, u64 nr_hists, |
| 105 | u64 session_total, const char *helpline); | 106 | u64 session_total, const char *helpline, |
| 107 | const char *input_name); | ||
| 106 | #endif | 108 | #endif |
| 107 | #endif /* __PERF_SESSION_H */ | 109 | #endif /* __PERF_SESSION_H */ |
