This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/25568] New: buildid-based process probes
- From: "fche at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Mon, 17 Feb 2020 20:49:10 +0000
- Subject: [Bug translator/25568] New: buildid-based process probes
- Auto-submitted: auto-generated
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.