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 lket/3536] lket does not trace the right pid and appname


------- Additional Comments From guanglei at cn dot ibm dot com  2006-11-17 14:06 -------
LKET will log only the tid for smaller trace data size and faster speed. But
LKET will trace the fork event by default, so the relation between tid,pid,ppid
could be figured out by looking at fork events.

The problem is that, when lket-b2a record the relation of pid/appname, it does
record pid and appname, but when at a later stage lket-b2a retrieve the appname
for a process, it use tid instead of pid to search, and then it will return NULL.

I will fix this in lket-b2a.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |guanglei at cn dot ibm dot
                   |redhat dot com              |com
             Status|NEW                         |ASSIGNED


http://sourceware.org/bugzilla/show_bug.cgi?id=3536

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


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