Re: method to get backtrace of kernel function?
Hi :) On Tue, Jan 29, 2013 at 3:53 AM, horseriver <horserivers@gmail.com> wrote:
On Mon, Jan 28, 2013 at 11:09:56PM +0700, Mulyadi Santosa wrote:
On Mon, Jan 28, 2013 at 12:17 PM, horseriver <horserivers@gmail.com> wrote:
hi:
Is there method for getting bt of a kernel functions?
IIRC, you can use dump_stack() function.
Thanks!
what is IIRC?
IIRC --> If I Remember Correctly
Can this function be used in user application?
no. But I guess I see quite similar function provided by glibc/gcc. Forgot the function name though, sorry...
I am a newbie.:)
So am I :) -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
On 2013-01-29 14:21:24 (+0700), Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote:
Can this function be used in user application?
no. But I guess I see quite similar function provided by glibc/gcc. Forgot the function name though, sorry...
backtrace() http://www.gnu.org/software/libc/manual/html_node/Backtraces.html -- Kristof
participants (2)
-
Kristof Provost -
Mulyadi Santosa