aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2fa4d2c..5a2d641 100644
--- a/README.md
+++ b/README.md
@@ -22,10 +22,12 @@ They are designed with the following principles in mind:
22These scripts were tested using Python 2.7.2. They have not been tested using Python 3. The [Matplotlib][matplotlib] Python library is needed for plotting. 22These scripts were tested using Python 2.7.2. They have not been tested using Python 3. The [Matplotlib][matplotlib] Python library is needed for plotting.
23 23
24The `run_exps.py` script should almost always be run using a LITMUS^RT kernel. In addition to the kernel, the following LITMUS-related repos must be in the user's `PATH`: 24The `run_exps.py` script should almost always be run using a LITMUS^RT kernel. In addition to the kernel, the following LITMUS-related repos must be in the user's `PATH`:
25
251. [liblitmus][liblitmus]: for real-time executable simulation and task set release 261. [liblitmus][liblitmus]: for real-time executable simulation and task set release
262. [feather-trace-tools][feather-trace-tools]: for recording and parsing overheads and scheduling events 272. [feather-trace-tools][feather-trace-tools]: for recording and parsing overheads and scheduling events
27 28
28Additional features will be enabled if these repos are present in the `PATH`: 29Additional features will be enabled if these repos are present in the `PATH`:
30
291. [rt-kernelshark][rt-kernelshark]: to record ftrace events for kernelshark visualization 311. [rt-kernelshark][rt-kernelshark]: to record ftrace events for kernelshark visualization
302. sched_trace ([UNC internal][rtunc]) to output a file containing scheduling events as strings 322. sched_trace ([UNC internal][rtunc]) to output a file containing scheduling events as strings
31 33