public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* black listed functions
@ 2006-06-05 21:41 William Cohen
  0 siblings, 0 replies; only message in thread
From: William Cohen @ 2006-06-05 21:41 UTC (permalink / raw)
  To: systemtap

As a part of the simple look at systemtaps performance one of the 
benmarks instruments all the function entries 
(tests/benchmark/stap_compile/kfunct_all.stp):

# probe all kernel functions

probe kernel.function("*")
{
}


This is to see how much time it takes to generate code for this example 
and how long it takes to insert the code into the kernel 
(2.6.16-1.2245_FC6).  When it is being inserted into the kernel I got an 
error message like the following. Adding it to the black list got a 
similar error for arch_disarm_kprobe:


Pass 5: starting run.
Running sudo /usr/local/libexec/systemtap/stpd -r -u wcohen -d 10959 -c 
"true" /tmp/stapZBkdfs/stap_10959.ko
ERROR: probe 0 registration failed, rc=1, 
kernel.function("do_nmi@arch/x86_64/kernel/nmi.c:532")

I fixed those up in the black list the machine hung. It looks like there 
are other entries that need to be blacklisted.

-Will

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

only message in thread, other threads:[~2006-06-05 21:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-05 21:41 black listed functions William Cohen

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).