On 05/27/2010 06:03 AM, Deng-Cheng Zhu wrote:
This is the 1st patch starting to use Perf-events as the backend of Oprofile. Here we move pmu helper functions and macros between pmu.h and perf_event*.c for mipsxx. Signed-off-by: Deng-Cheng Zhu<dengcheng.zhu@xxxxxxxxx> --- arch/mips/include/asm/pmu.h | 160 ++-------------------------------- arch/mips/kernel/perf_event.c | 2 + arch/mips/kernel/perf_event_mipsxx.c | 145 +++++++++++++++++++++++++++++-- 3 files changed, 147 insertions(+), 160 deletions(-)
Is is possible to fold this patch also? I don't think we need to follow the exact evolution of the new files.
David Daney