aboutsummaryrefslogtreecommitdiffstats
path: root/trace-graph.h
diff options
context:
space:
mode:
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;