public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: Taiyu Zhou <taya6good@gmail.com>
To: systemtap@sourceware.org
Subject: Can't get whole backtrace
Date: Tue, 25 Jan 2022 20:58:15 +0800	[thread overview]
Message-ID: <8B4F1FDA-B639-43B9-95FA-F71BE7B83A61@gmail.com> (raw)

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?

                 reply	other threads:[~2022-01-25 12:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8B4F1FDA-B639-43B9-95FA-F71BE7B83A61@gmail.com \
    --to=taya6good@gmail.com \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).