This is the mail archive of the systemtap@sources.redhat.com 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]

Re: [patch 1/1] Allow a jprobe to coexist with muliple kprobes


On Thu, Jun 02, 2005 at 03:16:30PM +0530, Prasanna S Panchamukhi wrote:
> Hi,
> 
> +int aggr_break_handler(struct kprobe *p, struct pt_regs *regs)
> +{
> +	struct kprobe *kp = curr_kprobe;

Any reason why this or other handler functions can't be static ?

Thanks
Dipankar


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