@Properties(inherit=cupti.class) public class CUpti_ActivityFunction extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CUpti_ActivityFunction()
Default native constructor.
|
CUpti_ActivityFunction(long size)
Native array allocator.
|
CUpti_ActivityFunction(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
contextId()
The ID of the context where the function is launched.
|
CUpti_ActivityFunction |
contextId(int setter) |
int |
functionIndex()
The function's unique symbol index in the module.
|
CUpti_ActivityFunction |
functionIndex(int setter) |
CUpti_ActivityFunction |
getPointer(long i) |
int |
id()
ID to uniquely identify the record
|
CUpti_ActivityFunction |
id(int setter) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_KIND_FUNCTION.
|
CUpti_ActivityFunction |
kind(int setter) |
int |
moduleId()
The module ID in which this global/device function is present.
|
CUpti_ActivityFunction |
moduleId(int setter) |
BytePointer |
name()
The name of the function.
|
CUpti_ActivityFunction |
name(BytePointer setter) |
int |
pad()
Undefined.
|
CUpti_ActivityFunction |
pad(int setter) |
CUpti_ActivityFunction |
position(long position) |
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, zero
public CUpti_ActivityFunction()
public CUpti_ActivityFunction(long size)
Pointer.position(long)
.public CUpti_ActivityFunction(Pointer p)
Pointer(Pointer)
.public CUpti_ActivityFunction position(long position)
public CUpti_ActivityFunction getPointer(long i)
getPointer
in class Pointer
@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivityFunction kind(int setter)
public CUpti_ActivityFunction id(int setter)
@Cast(value="uint32_t") public int contextId()
public CUpti_ActivityFunction contextId(int setter)
@Cast(value="uint32_t") public int moduleId()
public CUpti_ActivityFunction moduleId(int setter)
@Cast(value="uint32_t") public int functionIndex()
public CUpti_ActivityFunction functionIndex(int setter)
public CUpti_ActivityFunction pad(int setter)
@Cast(value="const char*") public BytePointer name()
public CUpti_ActivityFunction name(BytePointer setter)
Copyright © 2025. All rights reserved.