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 24, 2017
1 parent b3e5c0a commit a538c29
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 __init__(self, name="", normalize_time=True, scope="all",
events=[], window=(0, None), abs_window=(0, None)):
Expand Down

0 comments on commit a538c29

Please sign in to comment.