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 /rt-graph.h | |
parent | 06d56ad1a6eebf565538b443c7a31444872442ee (diff) |
rt-graph: real-time cpus added
Diffstat (limited to 'rt-graph.h')
-rw-r--r-- | rt-graph.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ | |||
5 | #include "task-list.h" | 5 | #include "task-list.h" |
6 | #include "trace-cmd.h" | 6 | #include "trace-cmd.h" |
7 | #include "rt-plot-task.h" | 7 | #include "rt-plot-task.h" |
8 | #include "rt-plot-cpu.h" | ||
9 | |||
10 | #define LLABEL 30 | ||
11 | #define SEARCH_PERIODS 3 | ||
8 | 12 | ||
9 | #define NO_CPU -1 | 13 | #define NO_CPU -1 |
10 | 14 | ||