public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* redundancy of probe handlers generations
@ 2006-03-06  8:14 Li Guanglei
  0 siblings, 0 replies; only message in thread
From: Li Guanglei @ 2006-03-06  8:14 UTC (permalink / raw)
  To: systemtap

Hi,

Take a very simple example:

probe kernel.function("sys_read"), kernel.function("sys_write")
{
         log("here")
}

systemtap will generate two probe handlers with the names of probe_0 
and probe_1. But these two are in fact the same. Especially when the 
list of probe points grows large, a lot of redundant codes will be 
generated.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-06  8:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-06  8:14 redundancy of probe handlers generations Li Guanglei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).