mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
a4c7340746
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.