Sept. 30, 2011
8:44 p.m.
On Fri, Sep 30, 2011 at 14:47, Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote:
On Sat, Oct 1, 2011 at 02:32, Harish G. Naik <harishgnaik@gmail.com> wrote:
I get most of the information I want. But I was wondering if there was any other cleaner, more straight forward way to do this.
I think it's dump_stack()...... try to browse it using lxr.linux.no
Yes, dump_stack(void) or show_stack(current, NULL) from: arch/<ARCH>/kernel/process.c did it. Thanks, Harish