Searched refs:nb_buckets (Results 1 – 2 of 2) sorted by relevance
26 CycleCountBackupRestore::CycleCountBackupRestore(int nb_buckets, const char *sysfs_path, in CycleCountBackupRestore() argument28 : nb_buckets_(nb_buckets), in CycleCountBackupRestore()34 sw_bins_ = new int[nb_buckets](); in CycleCountBackupRestore()35 hw_bins_ = new int[nb_buckets](); in CycleCountBackupRestore()
32 CycleCountBackupRestore(int nb_buckets, const char *sysfs_path, const char *persist_path,