diff options
Diffstat (limited to 'tools/perf/util/event.h')
-rw-r--r-- | tools/perf/util/event.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index 34c6fcb82d92..1f771ce3a957 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h | |||
@@ -69,6 +69,13 @@ struct build_id_event { | |||
69 | char filename[]; | 69 | char filename[]; |
70 | }; | 70 | }; |
71 | 71 | ||
72 | struct build_id_list { | ||
73 | struct build_id_event event; | ||
74 | struct list_head list; | ||
75 | const char *dso_name; | ||
76 | int len; | ||
77 | }; | ||
78 | |||
72 | typedef union event_union { | 79 | typedef union event_union { |
73 | struct perf_event_header header; | 80 | struct perf_event_header header; |
74 | struct ip_event ip; | 81 | struct ip_event ip; |