aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2014-08-08 14:44:55 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2014-08-08 16:15:34 +0200
commitc542dd5c6fab6b5618764cd5e0b27bf3da6b853b (patch)
treeaf6d637bca43cf34053f621335de06531effe303
parent1eb45bb2226dddafe713e4a375034f7069034924 (diff)
Reduce the number of traces
All the traces are not necessary but we enable the entire class event but just a subset is needed. Fix by enabling only the needed traces. Results for the same test case: -rw-r--r-- 1 root root 54M Aug 8 14:36 mydat -rw-r--r-- 1 root root 15M Aug 8 14:43 mydat2 Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Amit Kucheria <amit.kucheria@linaro.or>
-rw-r--r--trace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/trace.h b/trace.h
index cbab1ce..bef6703 100644
--- a/trace.h
+++ b/trace.h
@@ -28,8 +28,8 @@
#define TRACE_BUFFER_TOTAL_PATH TRACE_PATH "/buffer_total_size_kb"
#define TRACE_CPUIDLE_EVENT_PATH TRACE_PATH "/events/power/cpu_idle/enable"
#define TRACE_CPUFREQ_EVENT_PATH TRACE_PATH "/events/power/cpu_frequency/enable"
-#define TRACE_IRQ_EVENT_PATH TRACE_PATH "/events/irq/enable"
-#define TRACE_IPI_EVENT_PATH TRACE_PATH "/events/ipi/enable"
+#define TRACE_IRQ_EVENT_PATH TRACE_PATH "/events/irq/irq_handler_entry/enable"
+#define TRACE_IPI_EVENT_PATH TRACE_PATH "/events/ipi/ipi_entry/enable"
#define TRACE_EVENT_PATH TRACE_PATH "/events/enable"
#define TRACE_FREE TRACE_PATH "/free_buffer"
#define TRACE_FILE TRACE_PATH "/trace"