@Properties(inherit=cupti.class) public class CUpti_ActivityInstructionExecution extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUpti_ActivityInstructionExecution()
Default native constructor.
|
CUpti_ActivityInstructionExecution(long size)
Native array allocator.
|
CUpti_ActivityInstructionExecution(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
correlationId()
The correlation ID of the kernel to which this result is associated.
|
CUpti_ActivityInstructionExecution |
correlationId(int setter) |
int |
executed()
The number of times this instruction was executed per warp.
|
CUpti_ActivityInstructionExecution |
executed(int setter) |
int |
flags()
The properties of this instruction execution.
|
CUpti_ActivityInstructionExecution |
flags(int setter) |
int |
functionId()
Correlation ID with global/device function name
|
CUpti_ActivityInstructionExecution |
functionId(int setter) |
CUpti_ActivityInstructionExecution |
getPointer(long i) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_KIND_INSTRUCTION_EXECUTION.
|
CUpti_ActivityInstructionExecution |
kind(int setter) |
long |
notPredOffThreadsExecuted()
This increments each time when this instruction is executed by number
of threads that executed this instruction with predicate and condition code evaluating to true.
|
CUpti_ActivityInstructionExecution |
notPredOffThreadsExecuted(long setter) |
int |
pad()
Undefined.
|
CUpti_ActivityInstructionExecution |
pad(int setter) |
int |
pcOffset()
The pc offset for the instruction.
|
CUpti_ActivityInstructionExecution |
pcOffset(int setter) |
CUpti_ActivityInstructionExecution |
position(long position) |
int |
sourceLocatorId()
The ID for source locator.
|
CUpti_ActivityInstructionExecution |
sourceLocatorId(int setter) |
long |
threadsExecuted()
This increments each time when this instruction is executed by number
of threads that executed this instruction, regardless of predicate or condition code.
|
CUpti_ActivityInstructionExecution |
threadsExecuted(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CUpti_ActivityInstructionExecution()
public CUpti_ActivityInstructionExecution(long size)
Pointer.position(long).public CUpti_ActivityInstructionExecution(Pointer p)
Pointer(Pointer).public CUpti_ActivityInstructionExecution position(long position)
public CUpti_ActivityInstructionExecution getPointer(long i)
getPointer in class Pointer@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivityInstructionExecution kind(int setter)
@Cast(value="CUpti_ActivityFlag") public int flags()
public CUpti_ActivityInstructionExecution flags(int setter)
public CUpti_ActivityInstructionExecution sourceLocatorId(int setter)
@Cast(value="uint32_t") public int correlationId()
public CUpti_ActivityInstructionExecution correlationId(int setter)
@Cast(value="uint32_t") public int functionId()
public CUpti_ActivityInstructionExecution functionId(int setter)
public CUpti_ActivityInstructionExecution pcOffset(int setter)
@Cast(value="uint64_t") public long threadsExecuted()
public CUpti_ActivityInstructionExecution threadsExecuted(long setter)
@Cast(value="uint64_t") public long notPredOffThreadsExecuted()
public CUpti_ActivityInstructionExecution notPredOffThreadsExecuted(long setter)
@Cast(value="uint32_t") public int executed()
public CUpti_ActivityInstructionExecution executed(int setter)
public CUpti_ActivityInstructionExecution pad(int setter)
Copyright © 2025. All rights reserved.