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/13501] Some arguments for 'stap -L "*, *.*, *.*.*" ' probe points not found


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

--- Comment #8 from David Smith <dsmith at redhat dot com> 2011-12-16 17:41:53 UTC ---
This one happens because one branch doesn't define '__tsk':

# stap -L '__scheduler.process_exit.kp' > /dev/null
semantic error: unresolved type : identifier '__tsk' at
/usr/local/share/systemtap/tapset/scheduler.stp:388:3
        source:         __tsk = task_current()
                        ^
Fixed in commit df15ab5.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]