Using a Text Editor to Add Filters for Standalone Probekit

  1. Open the .probe file in a text editor.
  2. After each <probe> line, type the following three lines:
    <target package="java*" className="*" method="*" signature="*" type="exclude"/>
    <target package="sun*" className="*" method="*" signature="*" type="exclude"/>
    <target package="*" className="*_probe*" method="*" signature="*" type="exclude"/>
  3. When you are finished modifying the file, save the file and rebuild the probe.

Parent topic: Pre-filtering Probes for Standalone Probekit

Related concepts
Using Probekit in Standalone Mode

Related tasks
Using the Probekit editor to Add Filters for Standalone Probekit

Related reference
The Target probe object

Terms of use | Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.