diff options
Diffstat (limited to 'tools/perf/util/callchain.h')
| -rw-r--r-- | tools/perf/util/callchain.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/callchain.h b/tools/perf/util/callchain.h index 2b585bc308cf..9e99060408ae 100644 --- a/tools/perf/util/callchain.h +++ b/tools/perf/util/callchain.h | |||
| @@ -147,6 +147,9 @@ static inline void callchain_cursor_advance(struct callchain_cursor *cursor) | |||
| 147 | 147 | ||
| 148 | struct option; | 148 | struct option; |
| 149 | 149 | ||
| 150 | int record_parse_callchain(const char *arg, struct perf_record_opts *opts); | ||
| 150 | int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset); | 151 | int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset); |
| 152 | int record_callchain_opt(const struct option *opt, const char *arg, int unset); | ||
| 153 | |||
| 151 | extern const char record_callchain_help[]; | 154 | extern const char record_callchain_help[]; |
| 152 | #endif /* __PERF_CALLCHAIN_H */ | 155 | #endif /* __PERF_CALLCHAIN_H */ |
