diff options
Diffstat (limited to 'tools/perf/perf.h')
-rw-r--r-- | tools/perf/perf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/perf/perf.h b/tools/perf/perf.h index 16c84fd73c86..a49842b69a59 100644 --- a/tools/perf/perf.h +++ b/tools/perf/perf.h | |||
@@ -66,4 +66,9 @@ sys_perf_counter_open(struct perf_counter_attr *attr, | |||
66 | #define MAX_COUNTERS 256 | 66 | #define MAX_COUNTERS 256 |
67 | #define MAX_NR_CPUS 256 | 67 | #define MAX_NR_CPUS 256 |
68 | 68 | ||
69 | struct ip_callchain { | ||
70 | u64 nr; | ||
71 | u64 ips[0]; | ||
72 | }; | ||
73 | |||
69 | #endif | 74 | #endif |