diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/util/trace-event-info.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/perf/util/trace-event-info.c b/tools/perf/util/trace-event-info.c index 5c1509ab0c29..b0bbd76f4a56 100644 --- a/tools/perf/util/trace-event-info.c +++ b/tools/perf/util/trace-event-info.c | |||
@@ -55,18 +55,6 @@ unsigned int page_size; | |||
55 | static const char *output_file = "trace.info"; | 55 | static const char *output_file = "trace.info"; |
56 | static int output_fd; | 56 | static int output_fd; |
57 | 57 | ||
58 | struct event_list { | ||
59 | struct event_list *next; | ||
60 | const char *event; | ||
61 | }; | ||
62 | |||
63 | struct events { | ||
64 | struct events *sibling; | ||
65 | struct events *children; | ||
66 | struct events *next; | ||
67 | char *name; | ||
68 | }; | ||
69 | |||
70 | 58 | ||
71 | static void *malloc_or_die(unsigned int size) | 59 | static void *malloc_or_die(unsigned int size) |
72 | { | 60 | { |