mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 13:41:24 +00:00
Previously due to WA automagic the initialization method would only be called once globally, meaning that it was called for cpufreq extraction but not for sysfiles. This commit splits SysfsExtractor into a base FsExtractor and a SysfsExtractor subclass and the initialization methods are explicitly called by both children.