qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v9 00/10] PMU-EBB support for PPC64 TCG


From: Cédric Le Goater
Subject: Re: [PATCH v9 00/10] PMU-EBB support for PPC64 TCG
Date: Wed, 15 Dec 2021 17:54:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

On 12/1/21 16:17, Daniel Henrique Barboza wrote:
Hi,

In this new version the most significant change is in patch 6,
where a new hflag allows us to not call the instruction helper
inside translate.c unless we're absolutely certain that there
is an instruction count event being sampled and active in the
PMU. This change turned out to be a big boost in performance
in the PMU emulation overall, most notably when dealing with
cycle events that were calling the helper needlessly.

This and all other changes were suggested by David in his review
of the previous version.


Changes from v8:
- patch 5:
   * overflow timer of PMC5 is now marked as NULL instead of absent
- patch 6:
   * new hflags HFLAGS_INSN_CNT added to track instruction count state
   * previous HFLAGS_MMCR0FC flag removed
   * pmu_count_insns() now works partially with user mode
- patch 9:
   * fixed interrupt comment
- v8 link: https://lists.gnu.org/archive/html/qemu-devel/2021-11/msg05160.html
Applied patches 1-8 to ppc-next.


Thanks,

C.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]