On Tue, Oct 04, 2005 at 09:11:06PM -0700, David Daney wrote: > I noticed this in the Makefile for the OProfile directory for mips: > > oprofile-$(CONFIG_CPU_MIPS32_R1) += op_model_mipsxx.o > > The file op_model_mipsxx.c does not seem to exist. Which implies to me > that someone was working on making it work for MIPS32, but didn't quite > finish. > > I want to start hacking on OProfile for a MIPS32 based system and > thought it might make a nice starting point. > > If the missing file exists would its author mind making it available to me? I've got oprofile support for MIPS32 / MIPS64 style counters in the queue. It still needs some debugging to become actually useful but anyway, I'm going to check those patches into git in a few minutes. Ralf