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 kprobes/6989] kprobe_hash_table is too small for systemtap


------- Additional Comments From mhiramat at redhat dot com  2008-11-08 03:35 -------
(In reply to comment #3)
> Hmm, since kretprobe_table_locks has been __cacheline_aligned, this change
> increases the size of kprobes.o so much (about 64KB!).
> It was much larger than I thought. We have to fix this problem...

Hmm, if we separate hash bits of kprobe_table and kretprobe_table,
the object size wasn't increased so much.

   text	   data	    bss	    dec	    hex	filename
   6610	    436	   8840	  15886	   3e0e
/home/mhiramat/kbin/2.6.28-rc3/kernel/kprobes.o
   6621	    436	  10632	  17689	   4519
/home/mhiramat/kbin/2.6.28-rc3/kernel/kprobes.o


-- 


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

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