]> sourceware.org Git - systemtap.git/commitdiff
PR13108 blacklist probing paravirt ops from paravirt.c or paravirt.h.
authorMark Wielaard <mjw@redhat.com>
Mon, 5 Sep 2011 21:44:53 +0000 (23:44 +0200)
committerMark Wielaard <mjw@redhat.com>
Mon, 5 Sep 2011 21:44:53 +0000 (23:44 +0200)
dwflpp.cxx

index 3f6d98719a24732c183ea83750e7a64e3631974e..23f5713c128b10755d534a0742d690e13139e39a 100644 (file)
@@ -2965,6 +2965,9 @@ dwflpp::build_blacklist()
   blfile += "|.*/arch/.*/include/asm/io\\.h";
   blfile += "|.*/arch/.*/include/asm/bitops\\.h";
   blfile += "|drivers/ide/ide-iops\\.c";
+  // paravirt ops
+  blfile += "|arch/.*/kernel/paravirt\\.c";
+  blfile += "|.*/arch/.*/include/asm/paravirt\\.h";
 
   // XXX: it would be nice if these blacklisted functions were pulled
   // in dynamically, instead of being statically defined here.
This page took 0.033239 seconds and 5 git commands to generate.