public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "gmoreira at gmail dot com" <sourceware-bugzilla@sourceware.org>
To: systemtap@sourceware.org
Subject: [Bug runtime/22847] ARM OABI syscall tracing issues
Date: Tue, 01 May 2018 02:46:00 -0000	[thread overview]
Message-ID: <bug-22847-6586-hBGV6rRwvY@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-22847-6586@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=22847

--- Comment #20 from Gustavo Moreira <gmoreira at gmail dot com> ---
(In reply to David Smith from comment #19)
> (sorry for the delay in responding)
> 
> (In reply to Gustavo Moreira from comment #18)
> > I ended up modifying the kernel to update thread_info struct with the
> > syscall number. Then I just call the original kernel syscall_get_nr()
> > function from SystemTap, which is working like a charm.
> 
> Good deal. Have you tried getting the kernel patch upstream?


Not yet. Do you think they could be interested?

> 
> ... stuff deleted ...
> 
> > However, for instance, when it's used with your strace.stp which uses probe
> > alias, it doesn't work ... it doesn't report the syscalls. Even using an
> > EABI binary it doesn't report the syscalls. (See staprun_output_eabi.log and
> > staprun_output_oabi.log)
> > 
> > I also noticed that, for instance from tapset/linux/sysc_connect.stp,
> > __syscall_gate() is called to filter the syscalls, so I've crafted some code
> > (see syscalls_stpm.patch) to avoid to be filtered in case the syscall number
> > doesn't match with the constants.
> > 
> > I'm not getting what is happening from the SystemTap side, it seems the
> > syscalls are being filtered somewhere ... could you please help me out?
> 
> You'll need to break down the @__syscall_gate macro into smaller pieces and
> see where it is calling "next". Another idea, perhaps simpler, would be to
> stick printf calls in that macro (and all that it calls) to let you know
> which macro is calling "next". My guess would be that the
> @__syscall_gate_compat_simple macro is doing the filtering, but you'll need
> to test that theory.

Actually, the patches are fully working. The probes wasn't being called due to
the MAXSKIPPED limit:
So, I've suppressed the time limits checks (--suppress-time-limits). I could
also increase the limit to a specific value but anyway I wonder why it's
happening now after these changes.

What do you think about the changes in syscalls.stpm? Do they look good?

It also shows two warnings in the output:

WARNING: Skipped due to missed kretprobe/2 on
'kprobe.function("sys_readlink").return?': 1
WARNING: Skipped due to missed kprobe on 'kprobe.function("sys_readlink")?': 1

I don't think it would be important but anyway it would be nice if we could fix
it as well. Any clue?

-- 
You are receiving this mail because:
You are the assignee for the bug.

  parent reply	other threads:[~2018-05-01  2:46 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-22847-6586@http.sourceware.org/bugzilla/>
2018-02-15  6:01 ` mysecondaccountabc at gmail dot com
2018-02-15  6:09 ` mysecondaccountabc at gmail dot com
2018-02-15 15:45 ` dsmith at redhat dot com
2018-02-15 16:08 ` dsmith at redhat dot com
2018-02-16  4:06 ` mysecondaccountabc at gmail dot com
2018-02-19  6:55 ` mysecondaccountabc at gmail dot com
2018-02-19  7:02 ` mysecondaccountabc at gmail dot com
2018-02-19 14:31 ` dsmith at redhat dot com
2018-02-19 22:42 ` mysecondaccountabc at gmail dot com
2018-02-19 22:53 ` dsmith at redhat dot com
2018-02-20  1:05 ` mysecondaccountabc at gmail dot com
2018-02-20 16:03 ` dsmith at redhat dot com
2018-02-22  0:04 ` gmoreira at gmail dot com
2018-02-22 16:58 ` dsmith at redhat dot com
2018-04-18  6:50 ` gmoreira at gmail dot com
2018-04-18  6:52 ` gmoreira at gmail dot com
2018-04-18  7:05 ` gmoreira at gmail dot com
2018-04-18  7:26 ` gmoreira at gmail dot com
2018-04-30 17:16 ` dsmith at redhat dot com
2018-05-01  2:46 ` gmoreira at gmail dot com [this message]
2018-05-01 15:11 ` dsmith at redhat dot com
2023-10-06 15:55 ` wcohen at redhat dot com

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=bug-22847-6586-hBGV6rRwvY@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --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).