libpmc: remove fixed counter diagnostic
This commit is contained in:
parent
731ca83529
commit
c53c63f67e
@ -315,10 +315,8 @@ pmc_pmu_pmcallocate(const char *event_name, struct pmc_op_pmcallocate *pm)
|
||||
return (ENOENT);
|
||||
|
||||
for (idx = 0; fixed_mode_cntrs[idx] != NULL; idx++)
|
||||
if (strcmp(fixed_mode_cntrs[idx], event_name) == 0) {
|
||||
if (strcmp(fixed_mode_cntrs[idx], event_name) == 0)
|
||||
isfixed = 1;
|
||||
printf("%s is fixed\n", event_name);
|
||||
}
|
||||
|
||||
if (isfixed) {
|
||||
if (strcasestr(pe->desc, "retired") != NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user