Searched defs:tracing (Results 26 - 31 of 31) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/tracing/
H A DPrintStreamProviderFactory.java26 package sun.tracing;
32 import com.sun.tracing.ProviderFactory;
33 import com.sun.tracing.Provider;
34 import com.sun.tracing.ProviderName;
35 import com.sun.tracing.Probe;
36 import com.sun.tracing.ProbeName;
39 * Factory class to create tracing Providers.
41 * This factory will create tracing instances that print to a PrintStream
H A DProviderSkeleton.java26 package sun.tracing;
38 import com.sun.tracing.Provider;
39 import com.sun.tracing.Probe;
40 import com.sun.tracing.ProviderName;
45 * Each tracing subsystem needs to provide three classes, a factory
51 * tracing framework.
158 // com.sun.tracing.Provider or java.lang.Object
/openjdk7/jdk/src/share/classes/sun/tracing/dtrace/
H A DJVM.java26 package sun.tracing.dtrace;
H A DDTraceProvider.java26 package sun.tracing.dtrace;
37 import sun.tracing.ProviderSkeleton;
38 import sun.tracing.ProbeSkeleton;
39 import com.sun.tracing.Provider;
40 import com.sun.tracing.ProviderName;
41 import com.sun.tracing.ProbeName;
42 import com.sun.tracing.dtrace.Attributes;
43 import com.sun.tracing.dtrace.ModuleName;
44 import com.sun.tracing.dtrace.FunctionName;
45 import com.sun.tracing
[all...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c61 static int tracing = 0; variable
69 #define PRINT if (tracing) printf
70 #define PRINT2 if (tracing > 1) printf
397 static jlong poll_sleep_time = 0LL; // Used for tracing
398 static jlong poll_wakeup_time = 0LL; // Used for tracing
481 tracing = atoi(value);
682 if (tracing) poll_sleep_time = awtJNI_TimeMillis();
684 if (tracing) poll_wakeup_time = awtJNI_TimeMillis();
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DConstants.java46 * Enable/disable inclusion of certain debug tracing code in the
47 * compiler. When included, the tracing code may be selectively
51 public static final boolean tracing = true; field in interface:Constants

Completed in 55 milliseconds

12