aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2013-09-02 16:16:18 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2013-09-02 16:16:18 +0200
commitc437b2f615169c6713ddd38e7fd600c6995743a3 (patch)
treef09be9f53248465251742cb86723995432d0ceef
parent1e80e5eaf71b606405cbdf6751aa7446533d8b3a (diff)
Remove content of this file as we no longer depend on trace-cmd.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r--README13
1 files changed, 0 insertions, 13 deletions
diff --git a/README b/README
index bea714b..e69de29 100644
--- a/README
+++ b/README
@@ -1,13 +0,0 @@
-This tool gives some stats based on the result from ftrace.
-
-One example of usage:
-
- trace-cmd record -e cpu_idle
-
- ... acquire data ...
-
- trace-cmd report trace.dat > trace-cpuidle.dat
-
- idlestat ./trace-cpuidle.dat
-
-The tool does not handle the file correctly if there are non cpu_idle traces.