From mboxrd@z Thu Jan 1 00:00:00 1970 From: ddaney@caviumnetworks.com (David Daney) Date: Wed, 16 Feb 2011 09:23:40 -0800 Subject: [ltt-dev] lttv unable to execute textDump on MIPS multicore target In-Reply-To: References: <4D596AF7.9030607@caviumnetworks.com> <4D59876C.5090409@caviumnetworks.com> <20110214195622.GA18825@Krystal> Message-ID: <4D5C081C.9060105@caviumnetworks.com> On 02/16/2011 03:26 AM, Naresh Bhat wrote: > Hi Mathieu/David, > > Thank you very much for all your support. > Here is my back ported working patch for 2.6.32 with lttng patch set 0.188 > kernel > > ==================================================================================================== > Description: > > fix lttng mips use 64 bit counter for trace clock > and fix octeon get_cycles > > Signed-off-by: David Daney I don't recall being the author of this patch, nor having really been associated with it in any way. Did someone other than me add my Signed-off-by: header? If so, please remove it. > Signed-off-by: Mathieu Desnoyers > Signed-off-by: Naresh Bhat > --- > arch/mips/Kconfig | 7 ++++ > arch/mips/include/asm/octeon/trace-clock.h | 43 > ++++++++++++++++++++++++++++ > arch/mips/include/asm/timex.h | 35 ++++++++++++++++++++++- > arch/mips/include/asm/trace-clock.h | 6 ++++ > arch/mips/kernel/smp.c | 2 + > 5 files changed, 92 insertions(+), 1 deletions(-) > create mode 100644 arch/mips/include/asm/octeon/trace-clock.h >