concurrent: enable PmcStopper to end perf counting.

Change-Id: I89785277678141e29349e162df10203787050643
This commit is contained in:
Evgeny
2021-04-09 08:06:42 +00:00
parent 780dfa37d4
commit c4828a9de0
5 changed files with 16 additions and 22 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ class Profile {
virtual void Insert(const profile_info_t& info) { info_vector_.push_back(info.rinfo); }
void SetConcurrent(profile_t* profile) {
static void SetConcurrent(profile_t* profile) {
// Check whether conconcurrent has been set
for (const parameter_t* p = profile->parameters;
p < (profile->parameters + profile->parameter_count); ++p) {