public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/25568] New: buildid-based process probes
@ 2020-02-17 20:49 fche at redhat dot com
  2020-02-19 21:10 ` [Bug translator/25568] " fche at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: fche at redhat dot com @ 2020-02-17 20:49 UTC (permalink / raw)
  To: systemtap

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

            Bug ID: 25568
           Summary: buildid-based process probes
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
          Assignee: systemtap at sourceware dot org
          Reporter: fche at redhat dot com
  Target Milestone: ---

It may be desirable to let a stap script identify userspace process probes not
by path name but by buildid:

  probe process("hexcode").function/statement(...) {  }  // as usual

... or some explicit functor for 'buildid' addressing.

The semantics would be:

  probe all processes systemwide whereever given elf binary is mapped

This would allow a single stap script to operate against a multitude of
-versions- of a userspace binary.  It could also let it operate with binaries
loaded from non-default locations, such as container-mapped filesystem mount
points.

Working with elfutils/debuginfod, systemtap should load binaries & debuginfo by
buildid just fine.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug translator/25568] buildid-based process probes
  2020-02-17 20:49 [Bug translator/25568] New: buildid-based process probes fche at redhat dot com
@ 2020-02-19 21:10 ` fche at redhat dot com
  2020-02-26 17:03 ` amerey at redhat dot com
  2020-03-03 20:31 ` amerey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fche at redhat dot com @ 2020-02-19 21:10 UTC (permalink / raw)
  To: systemtap

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

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |25580


Referenced Bugs:

https://sourceware.org/bugzilla/show_bug.cgi?id=25580
[Bug 25580] lp tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug translator/25568] buildid-based process probes
  2020-02-17 20:49 [Bug translator/25568] New: buildid-based process probes fche at redhat dot com
  2020-02-19 21:10 ` [Bug translator/25568] " fche at redhat dot com
@ 2020-02-26 17:03 ` amerey at redhat dot com
  2020-03-03 20:31 ` amerey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: amerey at redhat dot com @ 2020-02-26 17:03 UTC (permalink / raw)
  To: systemtap

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

Aaron Merey <amerey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |amerey at redhat dot com

--- Comment #1 from Aaron Merey <amerey at redhat dot com> ---
The runtime's task-finder will have to be modified to match all executable type
mappings against the buildids mentioned in the script.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug translator/25568] buildid-based process probes
  2020-02-17 20:49 [Bug translator/25568] New: buildid-based process probes fche at redhat dot com
  2020-02-19 21:10 ` [Bug translator/25568] " fche at redhat dot com
  2020-02-26 17:03 ` amerey at redhat dot com
@ 2020-03-03 20:31 ` amerey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: amerey at redhat dot com @ 2020-03-03 20:31 UTC (permalink / raw)
  To: systemtap

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

Aaron Merey <amerey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|systemtap at sourceware dot org    |amerey at redhat dot com

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-03 20:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17 20:49 [Bug translator/25568] New: buildid-based process probes fche at redhat dot com
2020-02-19 21:10 ` [Bug translator/25568] " fche at redhat dot com
2020-02-26 17:03 ` amerey at redhat dot com
2020-03-03 20:31 ` amerey at redhat dot com

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).