diff options
author | Jonathan <hermanjl@hermanjl-Aspire-5553G.(none)> | 2012-03-05 00:50:01 -0500 |
---|---|---|
committer | Jonathan <hermanjl@hermanjl-Aspire-5553G.(none)> | 2012-03-05 00:50:01 -0500 |
commit | f69435260fd14ef8d9ba13774da0fcba4b5d212c (patch) | |
tree | afd260970136bfee4e189525fc4b3476e6c945b4 /trace-graph.h | |
parent | 2485bc49f922449ac5de596b7810b8a47a002be1 (diff) |
Initial work generating event caches
Diffstat (limited to 'trace-graph.h')
-rw-r--r-- | trace-graph.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trace-graph.h b/trace-graph.h index 3344894..c3ae5a3 100644 --- a/trace-graph.h +++ b/trace-graph.h | |||
@@ -25,6 +25,7 @@ | |||
25 | #include "trace-cmd.h" | 25 | #include "trace-cmd.h" |
26 | #include "trace-hash.h" | 26 | #include "trace-hash.h" |
27 | #include "trace-xml.h" | 27 | #include "trace-xml.h" |
28 | #include "rt-graph.h" | ||
28 | 29 | ||
29 | struct graph_info; | 30 | struct graph_info; |
30 | 31 | ||
@@ -229,6 +230,8 @@ struct graph_info { | |||
229 | struct format_field *wakeup_new_pid_field; | 230 | struct format_field *wakeup_new_pid_field; |
230 | struct format_field *wakeup_new_success_field; | 231 | struct format_field *wakeup_new_success_field; |
231 | 232 | ||
233 | struct rt_graph_info rt_info; | ||
234 | |||
232 | gboolean read_comms; /* Read all comms on first load */ | 235 | gboolean read_comms; /* Read all comms on first load */ |
233 | 236 | ||
234 | struct filter_task *task_filter; | 237 | struct filter_task *task_filter; |