public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* Can't get whole backtrace
@ 2022-01-25 12:58 Taiyu Zhou
  0 siblings, 0 replies; only message in thread
From: Taiyu Zhou @ 2022-01-25 12:58 UTC (permalink / raw)
  To: systemtap

Hi guys,
I am trying to get backtrace of the function wb_wakeup() in fs/fs-writeback.c
My systemstp code is below
probe kernel.statement("wb_wakeup@fs/fs-writeback.c"){
        printf("wb_wakeup exec name:%s \n",execname())
        print_backtrace()
}
It successfully hoop the function that I am interested but can’t get whole backtrace.
The backtrace gets “0x0 (inexact)”
Is there any means that I could get the whole backtrace information?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-25 12:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-25 12:58 Can't get whole backtrace Taiyu Zhou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).