aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Jackman <brendan.jackman@arm.com>2017-08-17 10:24:13 +0100
committerBrendan Jackman <bjackman@users.noreply.github.com>2017-09-11 13:38:11 +0100
commit957826a0f5991de2c9b31b32274361837aa4406e (patch)
tree05c6543b8e6f8462f579edd059edd164475a45a0
parent8a253f227ad6b1c8a2076913d30f5ed01ac92abd (diff)
downloadtrappy-957826a0f5991de2c9b31b32274361837aa4406e.tar.gz
ftrace: Disable caching by default
There are some issues with caching at the moment which I haven't been able to debug but that are confirmed as affecting multiple people. Until we can find the time to fix the issue, let's disable caching by default.
-rw-r--r--trappy/ftrace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trappy/ftrace.py b/trappy/ftrace.py
index 2737086..7d23432 100644
--- a/trappy/ftrace.py
+++ b/trappy/ftrace.py
@@ -66,7 +66,7 @@ subclassed by FTrace (for parsing FTrace coming from trace-cmd) and SysTrace."""
dynamic_classes = {}
- disable_cache = False
+ disable_cache = True
def _trace_cache_path(self):
trace_file = self.trace_path