aboutsummaryrefslogtreecommitdiffstats
path: root/trace-graph.h
diff options
context:
space:
mode:
authorJonathan <hermanjl@hermanjl-Aspire-5553G.(none)>2012-03-07 23:11:07 -0500
committerJonathan <hermanjl@hermanjl-Aspire-5553G.(none)>2012-03-07 23:11:07 -0500
commite9f207ed3c68bca111d0e21a2bf601b4564ed748 (patch)
tree3ec203a17d81814a0a5f2afa465e4db4ffb186d3 /trace-graph.h
parent000249b6b36adb88e4fea5e020319b9361d0ca54 (diff)
rt-graph: real-time task plots divorced from regular task plots
Diffstat (limited to 'trace-graph.h')
-rw-r--r--trace-graph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-graph.h b/trace-graph.h
index ee57be6..1cb77b9 100644
--- a/trace-graph.h
+++ b/trace-graph.h
@@ -41,6 +41,7 @@ enum graph_plot_type {
41 PLOT_TYPE_OTHER, 41 PLOT_TYPE_OTHER,
42 PLOT_TYPE_CPU, 42 PLOT_TYPE_CPU,
43 PLOT_TYPE_TASK, 43 PLOT_TYPE_TASK,
44 PLOT_TYPE_RT_TASK,
44}; 45};
45 46
46struct graph_plot; 47struct graph_plot;