This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug runtime/23284] dmesg should identify the name of the stap script
- From: "serhei.public at gmail dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Thu, 05 Jul 2018 15:49:40 +0000
- Subject: [Bug runtime/23284] dmesg should identify the name of the stap script
- Auto-submitted: auto-generated
- References: <bug-23284-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=23284
Serhei Makarov <serhei.public at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Serhei Makarov <serhei.public at gmail dot com> ---
Equivalent functionality for stapbpf implemented in commit c38895a2a7. For
every bpf program loaded into the kernel, stapbpf outputs a corresponding
notice to dmesg(), mirroring _stp_print_kernel_info in the default backend.
This required defining a new ELF section 'stapbpf_script_name' in the .bo files
output by bpf-translate.cxx.
--
You are receiving this mail because:
You are the assignee for the bug.