aboutsummaryrefslogtreecommitdiffstats
path: root/trace-graph.h
diff options
context:
space:
mode:
authorJonathan <hermanjl@hermanjl-Aspire-5553G.(none)>2012-03-08 19:28:30 -0500
committerJonathan <hermanjl@hermanjl-Aspire-5553G.(none)>2012-03-08 19:28:30 -0500
commit8b715d53a1737e16f1c7c04b6c5b03feb1ebaed9 (patch)
treebe80332fc6f393fa0d021b42abfe66ac0fb8c638 /trace-graph.h
parent06d56ad1a6eebf565538b443c7a31444872442ee (diff)
rt-graph: real-time cpus added
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 cfa5db7..ffd7cf5 100644
--- a/trace-graph.h
+++ b/trace-graph.h
@@ -42,6 +42,7 @@ enum graph_plot_type {
42 PLOT_TYPE_CPU, 42 PLOT_TYPE_CPU,
43 PLOT_TYPE_TASK, 43 PLOT_TYPE_TASK,
44 PLOT_TYPE_RT_TASK, 44 PLOT_TYPE_RT_TASK,
45 PLOT_TYPE_RT_CPU,
45}; 46};
46 47
47enum plot_time_type { 48enum plot_time_type {