Re: functions about dump backtrace function names in mips arch

2011-01-03 Thread nilesh
On Mon, 2011-01-03 at 22:32 +0800, loody wrote: > hi all: > > 2011/1/3 Sowmya Sridharan : > > > > Hi, > > > > I was able to check it in 2.6.36 version of kernel, and it is defined in > > traps.c. > > http://lxr.linux.no/linux+v2.6.36/arch/mips/kernel/traps.c#L205 > > > > dump_stack() calls show_ba

Re: functions about dump backtrace function names in mips arch

2011-01-03 Thread loody
hi: 2011/1/3 loody : > hi all: > > 2011/1/3 Sowmya Sridharan : >> >> Hi, >> >> I was able to check it in 2.6.36 version of kernel, and it is defined in >> traps.c. >> http://lxr.linux.no/linux+v2.6.36/arch/mips/kernel/traps.c#L205 >> >> dump_stack() calls show_backtrace function which had been sho

Re: functions about dump backtrace function names in mips arch

2011-01-03 Thread loody
hi all: 2011/1/3 Sowmya Sridharan : > > Hi, > > I was able to check it in 2.6.36 version of kernel, and it is defined in > traps.c. > http://lxr.linux.no/linux+v2.6.36/arch/mips/kernel/traps.c#L205 > > dump_stack() calls show_backtrace function which had been show_trace in the > earlier kernel ver

Re: functions about dump backtrace function names in mips arch

2011-01-02 Thread Sowmya Sridharan
pc = unwind_stack(task, &sp, pc, &ra); } while (pc); Regards, Sowmya kernelnewbies-boun...@kernelnewbies.org wrote on 01/02/2011 04:31:08 PM: > [image removed] > > Re: functions about dump backtrace function names in mips arch > > Mulyadi Santosa > > to: > &g

Re: functions about dump backtrace function names in mips arch

2011-01-02 Thread Mulyadi Santosa
On Sun, Jan 2, 2011 at 15:26, loody wrote: >  Dear all: >  If i remember correctly, when kernel panic there is a function I can >  use to dump all the names of backtrace functions. >  I have searched arch/mips/traps.c, but I only can see the dump >  functions of cpu registers, In x86, it's dump_s

functions about dump backtrace function names in mips arch

2011-01-02 Thread loody
 Dear all:  If i remember correctly, when kernel panic there is a function I can  use to dump all the names of backtrace functions.  I have searched arch/mips/traps.c, but I only can see the dump  functions of cpu registers,  If my assumption is true, would anyone tell me what the name is or  what

functions about dump backtrace function names in mips arch

2011-01-02 Thread loody
 Dear all:  If i remember correctly, when kernel panic there is a function I can  use to dump all the names of backtrace functions.  I have searched arch/mips/traps.c, but I only can see the dump  functions of cpu registers,  If my assumption is true, would anyone tell me what the name is or  what