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

12

/openjdk7/jdk/src/share/classes/sun/tracing/
H A Dpackage-info.java27 * This package contains internal common code for implementing tracing
30 * There are four tracing frameworks currently defined. The "Null" and
36 * {@code sun.tracing.dtrace} package.
43 * the application can call the tracing routines without error.
53 * See the {@code sun.tracing.dtrace} and {@code com.sun.tracing.dtrace}
57 package sun.tracing;
H A DNullProviderFactory.java26 package sun.tracing;
30 import com.sun.tracing.ProviderFactory;
31 import com.sun.tracing.Provider;
34 * Factory class to create tracing Providers.
36 * This factory will create tracing instances that do nothing.
37 * It is used when no tracing is desired, but Provider instances still
38 * must be generated so that tracing calls in the application continue to
H A DProbeSkeleton.java26 package sun.tracing;
30 import com.sun.tracing.Probe;
H A DMultiplexProviderFactory.java26 package sun.tracing;
34 import com.sun.tracing.ProviderFactory;
35 import com.sun.tracing.Provider;
36 import com.sun.tracing.Probe;
39 * Factory class to create tracing Providers.
45 * This is used when there are multiple tracing frameworks activated at once.
/openjdk7/jdk/src/share/classes/com/sun/tracing/dtrace/
H A Dpackage-info.java28 * add DTrace-specific information to a tracing provider.
31 * implementation when it is used by the tracing subsystem. The annotations are
32 * added to a {@code com.sun.tracing} provider specification to control
35 * Any other tracing subsystems supported by the system will ignore these
39 * not accounted for in the generic tracing package. If unspecified, the
82 package com.sun.tracing.dtrace;
H A DArgsAttributes.java26 package com.sun.tracing.dtrace;
H A DFunctionAttributes.java26 package com.sun.tracing.dtrace;
H A DFunctionName.java26 package com.sun.tracing.dtrace;
H A DModuleAttributes.java26 package com.sun.tracing.dtrace;
H A DModuleName.java26 package com.sun.tracing.dtrace;
H A DNameAttributes.java26 package com.sun.tracing.dtrace;
H A DProviderAttributes.java26 package com.sun.tracing.dtrace;
H A DAttributes.java26 package com.sun.tracing.dtrace;
H A DDependencyClass.java26 package com.sun.tracing.dtrace;
H A DStabilityLevel.java26 package com.sun.tracing.dtrace;
/openjdk7/jdk/src/share/classes/com/sun/tracing/
H A Dpackage-info.java29 * can then be monitored by the tracing tools available on the system.
33 * will be available to the tracing mechanisms at each point, and decide upon
54 * activated tracing mechanisms will be notified that the tracepoint has
69 * the probe and makes its parameter values visible to any associated tracing
74 * tracing mechanisms, you must obtain an instance of the
86 * When a probe is triggered, any activated tracing system will be given
88 * The tracing system is free to consume this data is whatever way is
95 * indicate the provider name that the tracing system will use. Similarly,
106 import com.sun.tracing.Provider;
107 import com.sun.tracing
[all...]
H A DProbeName.java26 package com.sun.tracing;
H A DProviderName.java26 package com.sun.tracing;
H A DProbe.java26 package com.sun.tracing;
35 * it), or to check a probe to see if anything is currently tracing it.
37 * A tracing check can be used to avoid lengthy work that might be
H A DProvider.java26 package com.sun.tracing;
29 * {@code Provider} is a superinterface for user-defined tracing providers.
48 * values of the arguments will be passed to the tracing implementation.
H A DProviderFactory.java2 package com.sun.tracing;
12 import sun.tracing.NullProviderFactory;
13 import sun.tracing.PrintStreamProviderFactory;
14 import sun.tracing.MultiplexProviderFactory;
15 import sun.tracing.dtrace.DTraceProviderFactory;
21 * To enable tracing in an application, this class must be used to create
50 * and enabled system-defined tracing mechanisms in the JDK.
59 new GetPropertyAction("com.sun.tracing.dtrace"));
68 new GetPropertyAction("sun.tracing.stream"));
/openjdk7/jdk/src/share/classes/sun/tracing/dtrace/
H A DDTraceProviderFactory.java26 package sun.tracing.dtrace;
34 import com.sun.tracing.ProviderFactory;
35 import com.sun.tracing.Provider;
54 * {@link com.sun.tracing.Provider#dispose Provider.dispose()} on a
148 "com.sun.tracing.dtrace.createProvider");
H A DDTraceProbe.java26 package sun.tracing.dtrace;
31 import sun.tracing.ProbeSkeleton;
H A DActivation.java26 package sun.tracing.dtrace;
41 new RuntimePermission("com.sun.tracing.dtrace.createProvider");
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTrace.hpp41 // Support for JVMTI tracing code
44 // Support tracing except in product build on the client compiler
80 static bool tracing() { return _on; } function in class:JvmtiTrace

Completed in 106 milliseconds

12