diff options
Diffstat (limited to 'tools/perf/util/ftrace.h')
-rw-r--r-- | tools/perf/util/ftrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/ftrace.h b/tools/perf/util/ftrace.h index a9bc47da83a5..3f5094ac5908 100644 --- a/tools/perf/util/ftrace.h +++ b/tools/perf/util/ftrace.h @@ -17,6 +17,7 @@ struct perf_ftrace { struct list_head notrace; struct list_head graph_funcs; struct list_head nograph_funcs; + struct list_head event_pair; struct hashmap *profile_hash; unsigned long percpu_buffer_size; bool inherit; |