This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/6525] need utrace task-finder-based pid->execname, pid->cwd-path-name tables


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]