[Bug tapsets/6525] need utrace task-finder-based pid->execname, pid->cwd-path-name tables
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Aug 4 15:10:00 GMT 2014
https://sourceware.org/bugzilla/show_bug.cgi?id=6525
David Smith <dsmith at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
CC| |dsmith at redhat dot com
Resolution|--- |FIXED
--- Comment #11 from David Smith <dsmith at redhat dot com> ---
(In reply to Martin Cermak from comment #10)
> Right now stap can access parts of the procfs. How about declassifying
> certain userspace information right from there? That might bring systemtap
> closer to the sysadmins.
Unless I'm forgetting something, systemtap can't really access procfs. We can
add additional information to procfs (via procfs probes), but we really can't
access other parts of procfs. If procfs was a real filesystem, we might be able
to traverse it inside a systemtap module, but even then once we found the right
file we wouldn't be able to open it and read it.
Until we can think of a good way to accomplish this, I'm going to reclose this
one.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list