aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/power8-pmu.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-24target/ppc: Add recording of taken branches to BHRBGlenn Miles1-0/+33
2024-05-24target/ppc: Add new hflags to support BHRBGlenn Miles1-4/+11
2023-08-31target/helpers: Remove unnecessary 'qemu/main-loop.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-08-31target/ppc/pmu: Include missing 'qemu/timer.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-06-10target/ppc: PMU implement PERFM interruptsNicholas Piggin1-7/+14
2023-06-10target/ppc: PMU do not clear MMCR0[FCECE] on performance monitor alertNicholas Piggin1-1/+0
2023-06-10target/ppc: Fix PMU hflags calculationNicholas Piggin1-16/+22
2023-05-27target/ppc: Fix width of some 32-bit SPRsNicholas Piggin1-1/+1
2022-10-28target/ppc: Increment PMC5 with inline insnsLeandro Lupori1-36/+38
2022-03-02target/ppc: trigger PERFM EBBs from power8-pmu.cDaniel Henrique Barboza1-2/+1
2022-03-02target/ppc: finalize pre-EBB PMU logicDaniel Henrique Barboza1-2/+34
2022-01-04target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0()Daniel Henrique Barboza1-1/+6
2022-01-04target/ppc: Use env->pnc_cyc_cntRichard Henderson1-98/+9
2022-01-04target/ppc: Rewrite pmu_increment_insnsRichard Henderson1-29/+49
2022-01-04target/ppc: Cache per-pmc insn and cycle count settingsRichard Henderson1-11/+45
2021-12-17target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) eventDaniel Henrique Barboza1-3/+24
2021-12-17target/ppc: enable PMU instruction countDaniel Henrique Barboza1-1/+66
2021-12-17target/ppc: enable PMU counter overflow with cycle eventsDaniel Henrique Barboza1-0/+71
2021-12-17target/ppc: PMU: update counters on MMCR1 writeDaniel Henrique Barboza1-0/+7
2021-12-17target/ppc: PMU: update counters on PMCs r/wDaniel Henrique Barboza1-0/+14
2021-12-17target/ppc: PMU basic cycle count for pseries TCGDaniel Henrique Barboza1-0/+110
2021-12-17target/ppc: introduce PMUEventType and PMU overflow timersDaniel Henrique Barboza1-0/+62