Review Board 2.0.15


arm,dev,config: always preent the PMU but add option to enable

Review Request #3377 - Created March 15, 2016 and updated

Information
Bjoern A. Zeeb
gem5
default
Reviewers
Default
andysan

Changeset 11372:60739171853b
---------------------------
arm,dev,config: always preent the PMU but add option to enable

Always 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.


   

Issue Summary

2 1 1 0
Review request changed
Updated (March 16, 2016, 7:09 a.m.)

Description:

~  

arm,dev,config: always preent the PMU but add option to enable

  ~

Changeset 11372:60739171853b

  + ---------------------------
  + arm,dev,config: always preent the PMU but add option to enable

   
   

Always 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.

Diff:

Revision 2 (+15 -1)

Show changes