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 translator/10102] optional probe points should silently accept "probe point mismatch" errors


------- Additional Comments From wenji dot huang at oracle dot com  2009-04-27 10:00 -------
Created an attachment (id=3909)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=3909&action=view)
patch to suspend the error

Simple example:

$stap -p2 -e 'probe foobar ?, foobar1 !,  never  { }'
WARNING: side-effect-free probe 'probe_1390': keyword at <input>:1:1
 source: probe foobar ?, foobar1 !,  never  { }
	 ^
# probes
never /* <- foobar?,foobar1!,never */

-- 


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

------- 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]