diff options
Diffstat (limited to 'tools/perf/util/callchain.h')
| -rw-r--r-- | tools/perf/util/callchain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/callchain.h b/tools/perf/util/callchain.h index 2a1f5a46543a..94cfefddf4db 100644 --- a/tools/perf/util/callchain.h +++ b/tools/perf/util/callchain.h | |||
| @@ -65,6 +65,8 @@ struct callchain_param { | |||
| 65 | enum chain_key key; | 65 | enum chain_key key; |
| 66 | }; | 66 | }; |
| 67 | 67 | ||
| 68 | extern struct callchain_param callchain_param; | ||
| 69 | |||
| 68 | struct callchain_list { | 70 | struct callchain_list { |
| 69 | u64 ip; | 71 | u64 ip; |
| 70 | struct map_symbol ms; | 72 | struct map_symbol ms; |
