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/5555] signal-all-probes.stp and proc_snoop.stp fail on ia64


------- Additional Comments From fche at redhat dot com  2008-01-09 14:42 -------
> -probe signal.handle = kernel.function("handle_signal")
> +probe signal.handle = kernel.function("handle_signal") ?  ,
> +                       kernel.function("handle_signal32") ?

Why would both handle_signal and handle_signal32 be marked optional?
Could one of them be favoured with the "!" (optional & sufficient)
designation?


-- 


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

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