ARM-software / devlib

Library for interaction with and instrumentation of remote devices.
Apache License 2.0
47 stars 78 forks source link

ftrace: Do not memoize FtraceCollector.available_events #577

Closed douglas-raillard-arm closed 3 years ago

douglas-raillard-arm commented 3 years ago

ftrace events can be added and removed dynamically by kernel modules, so they cannot be memoized.