Re: [PATCH v5 4/5] MIPS: perf: Add support for 64-bit perf counters.

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

 



On 09/23/2011 07:54 PM, Deng-Cheng Zhu wrote:
2011/9/23 David Daney<david.daney@xxxxxxxxxx>:
The hard coded constants are moved to struct mips_pmu.  All counter
register access move to the read_counter and write_counter function
pointers, which are set to either 32-bit or 64-bit access methods at
initialization time.

Many of the function pointers in struct mips_pmu were not needed as
there was only a single implementation, these were removed.

I couldn't figure out what made struct cpu_hw_events.msbs[] at all
useful, so I removed it too.
The idea behind msbs is to simulate 32-bit counters based on the fact
of MIPS using the MSB to trigger the overflow interrupt. By doing this, the
average length of the overflow ISR can be shorter in the case of event
period is bigger than 0x80000000.
It doesn't make the maximum overflow period any shorter. It just hides it from the perf core, which is perfectly capable of handling the shorter maximum overflow period.

  Also, it simplifies counter value related
algorithms in the code

Have you looked at the code? It in no way simplifies things. The patch removes 80 lines of code while maintaining 32-bit counter support *and* adding 64-bit support.


  - most of other architectures have 32-bit counters
instead of 31-bit. In addition, taking over those bugfixes can be easier as
a concequence.

Not the Linux way. If there are bugs in the perf core we fix them, we don't work around them in archecture specific code.

David Daney



[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux