arm,dev,config: always preent the PMU but add option to enable
Review Request #3377 - Created March 15, 2016 and updated - Latest diff uploaded
| Information | |
|---|---|
| Bjoern A. Zeeb | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
| andysan | |
Changeset 11372:60739171853b
---------------------------
arm,dev,config: always preent the PMU but add option to enableAlways attach the PMU to an ARM core but do not enable the
relevant instructions/events unless asked for by setting the
new command line option --pmu.Note: this should work fine for 1 core systems, for multi-core
there might be an interrupt delivery issue still (SPI vs. PPI).
Consider this as an example for people who want to work on it
as the question has previously come up on the mailing lists on
how to hook this up.
