diff options
author | Jonathan <hermanjl@hermanjl-Aspire-5553G.(none)> | 2012-03-08 19:28:30 -0500 |
---|---|---|
committer | Jonathan <hermanjl@hermanjl-Aspire-5553G.(none)> | 2012-03-08 19:28:30 -0500 |
commit | 8b715d53a1737e16f1c7c04b6c5b03feb1ebaed9 (patch) | |
tree | be80332fc6f393fa0d021b42abfe66ac0fb8c638 /trace-graph.h | |
parent | 06d56ad1a6eebf565538b443c7a31444872442ee (diff) |
rt-graph: real-time cpus added
Diffstat (limited to 'trace-graph.h')
-rw-r--r-- | trace-graph.h | 1 |
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 | ||
47 | enum plot_time_type { | 48 | enum plot_time_type { |