AUG 0 Contents

From OC Systems Wiki!
Revision as of 20:42, 4 May 2017 by Swn (talk | contribs) (Created page with "<div><div> Next Previous Index Top </div> = Table of Contents = ---- </div><div><div> ; [aprobe-2.html#HEADIN...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Table of Contents


[aprobe-2.html#HEADING2-0 Notice]
[aprobe-4.html#HEADING4-0 CHAPTER 1 - Introduction]
 ;; [aprobe-4.html#HEADING4-1 Intended Audience ]
[aprobe-4.html#HEADING4-4 Using this Book]
[aprobe-4.html#HEADING4-10 Overview]
[aprobe-4.html#HEADING4-21 Evaluating Aprobe]
[aprobe-5.html#HEADING5-0 CHAPTER 2 - Aprobe Basics]
 ;; [aprobe-5.html#HEADING5-1 Overview of Aprobe]
[aprobe-5.html#HEADING5-7 Some Definitions]
[aprobe-5.html#HEADING5-23 A Simple Example]
[aprobe-5.html#HEADING5-49 Using Aprobe]
[aprobe-5.html#HEADING5-77 Predefined Probes]
[aprobe-5.html#HEADING5-97 Built-in Operations]
[aprobe-5.html#HEADING5-105 Summary]
[aprobe-6.html#HEADING6-0 CHAPTER 3 - Writing APC Probes]
 ;; [aprobe-6.html#HEADING6-1 Introduction]
[aprobe-6.html#HEADING6-9 The Aprobe Preprocessor Directives]
[aprobe-6.html#HEADING6-20 The probe Directive]
[aprobe-6.html#HEADING6-35 Specifying Function Names ]
[aprobe-6.html#HEADING6-49 Probe Action Directives]
[aprobe-6.html#HEADING6-82 The log Directive]
[aprobe-6.html#HEADING6-84 Target Expressions]
[aprobe-6.html#HEADING6-160 Nesting of Probes]
[aprobe-6.html#HEADING6-179 Logging and Formatting Data]
[aprobe-6.html#HEADING6-232 The Aprobe API ]
[aprobe-6.html#HEADING6-314 Debugging Your Probes]
[aprobe-7.html#HEADING7-0 CHAPTER 4 - Advanced Topics]
 ;; [aprobe-7.html#HEADING7-2 Probe Nesting and Visibility Rules]
[aprobe-7.html#HEADING7-18 Probe Activation and State Transitions]
[aprobe-7.html#HEADING7-35 Nested Probes and Recursive Calls]
[aprobe-7.html#HEADING7-41 Parameters to Probe Actions]
[aprobe-7.html#HEADING7-64 Symbols, Modules and Functions]
[aprobe-7.html#HEADING7-76 The probe all Directive]
[aprobe-7.html#HEADING7-78 Probe Types]
[aprobe-7.html#HEADING7-86 Dynamic Probe Allocation, Deletion]
[aprobe-7.html#HEADING7-93 Programmatic Instrumentation]
[aprobe-7.html#HEADING7-104 Multiple APD Files]
[aprobe-7.html#HEADING7-114 Parameters to a UAL]
[aprobe-7.html#HEADING7-120 Loading Probes Without aprobe]
[aprobe-7.html#HEADING7-142 Building a UAL with Unresolved References (Solaris Only)]
[aprobe-7.html#HEADING7-161 Aprobe Performance Considerations]
[aprobe-8.html#HEADING8-0 CHAPTER 5 - Writing Java Probes]
 ;; [aprobe-8.html#HEADING8-4 Requirements]
[aprobe-8.html#HEADING8-10 Applying Java Probes]
[aprobe-8.html#HEADING8-15 Tracing Java Programs]
[aprobe-8.html#HEADING8-28 A Simple Example]
[aprobe-8.html#HEADING8-56 Applying One Probe to Many Methods]
[aprobe-8.html#HEADING8-80 Using Method IDs]
[aprobe-8.html#HEADING8-87 Logging Data from Java]
[aprobe-8.html#HEADING8-92 The onLine() Method]
[aprobe-8.html#HEADING8-101 Advanced Java Probes]
[aprobe-9.html#HEADING9-0 APPENDIX A - Tools Reference]
 ;; [aprobe-9.html#HEADING9-1 Overview]
[aprobe-9.html#HEADING9-4 Environment Variables]
[aprobe-9.html#HEADING9-24 apc]
[aprobe-9.html#HEADING9-73 apcgen]
[aprobe-9.html#HEADING9-112 apformat]
[aprobe-9.html#HEADING9-147 apinfo]
[aprobe-9.html#HEADING9-173 apjava ]
[aprobe-9.html#HEADING9-186 apmkadi]
[aprobe-9.html#HEADING9-219 aprobe]
[aprobe-9.html#HEADING9-272 apsymbols]
[aprobe-9.html#HEADING9-289 atcmerge]
[aprobe-10.html#HEADING10-0 APPENDIX B - Files Reference]
 ;; [aprobe-10.html#HEADING10-1 ADI file]
[aprobe-10.html#HEADING10-5 APC file]
[aprobe-10.html#HEADING10-21 APD file ]
[aprobe-10.html#HEADING10-33 APO file]
[aprobe-10.html#HEADING10-38 TC file]
[aprobe-10.html#HEADING10-42 UAL file]
[aprobe-10.html#HEADING10-46 XMJ file]
[aprobe-10.html#HEADING10-53 compiler_profiles file]
[aprobe-11.html#HEADING11-0 APPENDIX C - Aprobe API Reference]
 ;; [aprobe-11.html#HEADING11-1 Overview]
[aprobe-11.html#HEADING11-5 Contents]
[aprobe-11.html#HEADING11-36 Private Types and Operations]
[aprobe-11.html#HEADING11-62 Basic Types]
[aprobe-11.html#HEADING11-91 Action Routine Prototype]
[aprobe-11.html#HEADING11-98 Aprobe Execution State]
[aprobe-11.html#HEADING11-108 Enabling and Disabling Probes]
[aprobe-11.html#HEADING11-152 Overview of Modules, Symbols, and Functions]
[aprobe-11.html#HEADING11-157 Aprobe Module Operations]
[aprobe-11.html#HEADING11-197 Aprobe Symbol Operations]
[aprobe-11.html#HEADING11-244 Function ID Operations]
[aprobe-11.html#HEADING11-263 Source Line Operations]
[aprobe-11.html#HEADING11-303 Process and Thread Support]
[aprobe-11.html#HEADING11-340 Instrumentation Support]
[aprobe-11.html#HEADING11-366 Logging Support]
[aprobe-11.html#HEADING11-462 Snapshot Support]
[aprobe-11.html#HEADING11-474 APD File Information]
[aprobe-11.html#HEADING11-490 UAL Support]
[aprobe-11.html#HEADING11-530 Java Support]
[aprobe-11.html#HEADING11-583 Logging String Values]
[aprobe-11.html#HEADING11-602 Traceback Support]
[aprobe-11.html#HEADING11-626 Stub Support ]
[aprobe-11.html#HEADING11-633 Exception Support]
[aprobe-11.html#HEADING11-685 Time Support]
[aprobe-11.html#HEADING11-731 Periodic Function Invocation]
[aprobe-11.html#HEADING11-738 Support For Thread-Safe Operations]
[aprobe-11.html#HEADING11-746 Reading Raw Memory]
[aprobe-11.html#HEADING11-752 Bit Manipulation]
[aprobe-11.html#HEADING11-764 Signal Support]
[aprobe-11.html#HEADING11-782 Tracing Support]
[aprobe-11.html#HEADING11-790 Memory Allocation Functions]
[aprobe-11.html#HEADING11-798 General Utilities]
[aprobe-12.html#HEADING12-0 APPENDIX D - Predefined Probes and Libraries Reference]
 ;; [aprobe-12.html#HEADING12-1 Overview]
[aprobe-12.html#HEADING12-24 How They Work]
[aprobe-12.html#HEADING12-30 Performance Issues]
[aprobe-12.html#HEADING12-45 Common Interfaces]
[aprobe-12.html#HEADING12-98 Test Coverage Probe
coverage.ual]
[aprobe-12.html#HEADING12-211 Performance Probe
events.ual]
[aprobe-12.html#HEADING12-341 Profile Probe
profile.ual]
[aprobe-12.html#HEADING12-437 Statistical Profiling
statprof.ual]
[aprobe-12.html#HEADING12-470 Trace Probe
trace.ual]
[aprobe-12.html#HEADING12-548 Trace Configuration GUI]
[aprobe-12.html#HEADING12-592 Memory Watch Probe
memwatch.ual]
[aprobe-12.html#HEADING12-661 Info Probe
info.ual]
[aprobe-12.html#HEADING12-688 quick_gui Library]
[aprobe-13.html#HEADING13-0 Index]

Copyright 2006-2017 OC Systems, Inc.

Next Previous Index Top