summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-08-01update taskset.jsonVincent Guittot
Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
2014-08-01cleanup of doc directoryVincent Guittot
Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
2014-08-01move merge examples files in examples directoryVincent Guittot
Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
2014-08-01add a examples directoryVincent Guittot
The examples directory will gather typical use cases. mp3.json is the 1st one Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
2014-08-01resource: new sync resourceVincent Guittot
new resources that ensure an atomic : signal and wait sequence With 2 tasks that wake up each, we can have the situation that the wakee preempts the waker before the later waits on condition. This leads to a situation where both tasks are waiting to be woken up by the other one Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
2014-08-01update example file with new capabilitiesVincent Guittot
Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
2014-08-01KJH: test JSON merge toolKevin Hilman
Example of how to combine JSON tests: ./merge.py -o combined.json global.json resources.json thread0.json thread1.json thread2.json thread3.json
2014-08-01update example file with more capabilitiesVincent Guittot
update the example file to show all the capabilities Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
2014-08-01update taskset.json exampleVincent Guittot
Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
2014-08-01update example file with new capabilitiesVincent Guittot
Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
2014-08-01update the .json test fileVincent Guittot
update the example file to reflect new capabilties Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
2013-04-24Doc: blockages exampleJuri Lelli
Adds a detail explanation of the "resources" part in the task description of the taskset.json file.
2010-03-17First step to parse resourcesGiacomo Bagnoli
2010-03-17Added support for naming thread in config fileGiacomo Bagnoli
2010-03-17Parsing of cpusets and priority from json configGiacomo Bagnoli
2010-03-17Added default values supportGiacomo Bagnoli
2010-03-17Working "global" section parsingGiacomo Bagnoli
2010-03-14Added sample taskset in json instead of yamlGiacomo Bagnoli
2010-03-13Added sample taskset yaml definitionGiacomo Bagnoli