Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
ftrace: Enable caching by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Schneider committed Oct 20, 2017
1 parent 1fc1c62 commit 9aba7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trappy/ftrace.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class GenericFTrace(BareTrace):

dynamic_classes = {}

disable_cache = True
disable_cache = False

def _get_csv_path(self, trace_class):
path = self._trace_cache_path()
Expand Down

0 comments on commit 9aba7e1

Please sign in to comment.