summaryrefslogtreecommitdiff
path: root/big-little/virtualisor/pmu_trap_handler.c
AgeCommit message (Collapse)Author
2012-05-23GNU indent pass over C and header files.Dietmar Eggemann
Basically: $ for f in $(find . -name "*.[ch]"); do indent -linux $f; done Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
2012-05-23HCDR.HPMN was not initialized with the right value. Fixed.Giuseppe Calderaro
2012-05-23Fixed PMCR event counters number on first cluster switch.Giuseppe Calderaro
2012-05-23PMU_CONF_RESET_COUNTER was not enabling PMCR.E bit. Now fixed.Giuseppe Calderaro
2012-05-23Completed hvc interface implementation.Giuseppe Calderaro
Completed PMU states handling.
2012-05-23vsm: PMU handling.Giuseppe Calderaro
PMU related functions moved to pmu_trap_handler.c Changed assembly for save/restore of the PMU context across a cluster switch