|
GTPin
|
A group of interfaces that enable instrumentation of application kernels More...
Data Structures | |
| class | gtpin::GtIpoint |
| Relative location within the code at which instrumentation is inserted. More... | |
| class | gtpin::IGtKernelInstrument |
| Instrumentor of the GEN kernel. More... | |
Modules | |
| Code Generation | |
Code generation interface | |
| Register Allocation | |
A group of interfaces that allow tools to define virtual registers and control the register allocation policy | |
| Instrumentation Procedure | |
Abstract representation of the GTPin instrumentation procedure, and its basic implementation | |
Enumerations | |
| enum | gtpin::GT_IPOINT { gtpin::GT_IPOINT_INVALID, gtpin::GT_IPOINT_BEFORE, gtpin::GT_IPOINT_AFTER } |
| Relative location within the code at which instrumentation is inserted. More... | |
A group of interfaces that enable instrumentation of application kernels
A tool may use these interfaces to generate analysis procedures and insert them into the original code of the kernel.
| enum gtpin::GT_IPOINT |
Copyright (C) 2013-2025 Intel Corporation
SPDX-License-Identifier: MIT
1.7.4