Skip to content

Commit

Permalink
s390/cpumf: Add extended counter set definitions for model 8561 and 8562
Browse files Browse the repository at this point in the history
Add the extended counter set definitions for s390 machine types
8561 and  8262. They are identical with machine types 3906 and
3907.

Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
  • Loading branch information
Thomas Richter authored and Vasily Gorbik committed Jul 11, 2019
1 parent 9e12e54 commit 820bace
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/s390/kernel/perf_cpum_cf_events.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,8 @@ __init const struct attribute_group **cpumf_cf_event_group(void)
break;
case 0x3906:
case 0x3907:
case 0x8561:
case 0x8562:
model = cpumcf_z14_pmu_event_attr;
break;
default:
Expand Down

0 comments on commit 820bace

Please sign in to comment.