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/5510] no match while resolving probe point sunrpc.sched.release_task.return


------- Additional Comments From joshua dot i dot stone at intel dot com  2008-01-10 15:43 -------
(In reply to comment #3)
> I think this should use "never" and "!" like below.
> 
> ---
> probe sunrpc.sched.release_task.return =
> kernel.function("rpc_release_task").return !,
> module("sunrpc").function("rpc_release_task").return !,
> never {...
> ---

Be careful with the use of 'never', because it will cause things to silently
fail.  A simple script like:

  probe sunrpc.sched.release_task.return { println("Hi!") }

... might end up with no real probes at all.

-- 


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

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