summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2014-08-01 13:45:09 +0200
committerVincent Guittot <vincent.guittot@linaro.org>2014-08-01 15:43:46 +0200
commitbdfc110ec7d3efda1428abc3195a9e9da3cad3dc (patch)
tree620cf9f3986bd99cbfdd2abad0e03b5db841cef2 /doc
parentca1a626a500da8ca5226adf252aced93fd28de79 (diff)
cleanup of doc directory
Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/taskset.yml53
1 files changed, 0 insertions, 53 deletions
diff --git a/doc/taskset.yml b/doc/taskset.yml
deleted file mode 100644
index c3e2aa8..0000000
--- a/doc/taskset.yml
+++ /dev/null
@@ -1,53 +0,0 @@
-# maybe useless to pre-define resources here.
-resources:
- - m0
- - m1
- - m2
- - m3
-
-tasks:
- # task name can be "A", "t0", etc. It will only be used in log names
- # and in graphs.
- t0:
- - exec: 10000 # usec, mandatory
- period: 10000 # usec, mandatory
- deadline: 8000 # usec, optional, default = $period
- cpu: 0,1 # optional, default = - (all)
- policy: FIFO # optional, default = $global.default_policy
- lock: m1
- resources:
- - m1:
- - duration : 1000
- t1:
- - exec: 50000
- period: 100000
- cpu: 1
- policy: DEADLINE
- lock: m0,m3,m2 # optional. direct lock order
- resources:
- - m0:
- - duration: 1000 # usec, mandatory if present in $lock list.
- access : m2 # optional, list
- - m1:
- - duration: 100
- access: m3
-
- - m2:
- - duration: 200
- access: m1
-
- - m3:
- - duration: 500
-
-global:
- # here values are set to their defaults, as an example.
- - spacing: 0 # msec, optional
- default_policy: OTHER # optional
- duration: -1 # seconds, optional, -1 means not ending
- gnuplot: false # optional
- logdir: null # full/relative path to the directory where to store logs
- # by default it is not set, so rt-app logs to stdout
- baselog: rt-app # basename for thread logs (needs $lodgir != null)
- frag: 1 # fragmentation of resource reservations w.r.t thread $period
- # i.e. 2 means thread period is twice as big as RR period.
-