aboutsummaryrefslogtreecommitdiffstats
path: root/rt-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 /rt-graph.h
parent06d56ad1a6eebf565538b443c7a31444872442ee (diff)
rt-graph: real-time cpus added
Diffstat (limited to 'rt-graph.h')
-rw-r--r--rt-graph.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rt-graph.h b/rt-graph.h
index aff8aca..cad1301 100644
--- a/rt-graph.h
+++ b/rt-graph.h
@@ -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