@Properties(inherit=cupti.class) public class CUpti_ActivitySourceLocator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUpti_ActivitySourceLocator()
Default native constructor.
|
CUpti_ActivitySourceLocator(long size)
Native array allocator.
|
CUpti_ActivitySourceLocator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
fileName()
The path for the file.
|
CUpti_ActivitySourceLocator |
fileName(BytePointer setter) |
CUpti_ActivitySourceLocator |
getPointer(long i) |
int |
id()
The ID for the source path, will be used in all the source level
results.
|
CUpti_ActivitySourceLocator |
id(int setter) |
int |
kind()
The activity record kind, must be CUPTI_ACTIVITY_KIND_SOURCE_LOCATOR.
|
CUpti_ActivitySourceLocator |
kind(int setter) |
int |
lineNumber()
The line number in the source .
|
CUpti_ActivitySourceLocator |
lineNumber(int setter) |
int |
pad()
Undefined.
|
CUpti_ActivitySourceLocator |
pad(int setter) |
CUpti_ActivitySourceLocator |
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, zeropublic CUpti_ActivitySourceLocator()
public CUpti_ActivitySourceLocator(long size)
Pointer.position(long).public CUpti_ActivitySourceLocator(Pointer p)
Pointer(Pointer).public CUpti_ActivitySourceLocator position(long position)
public CUpti_ActivitySourceLocator getPointer(long i)
getPointer in class Pointer@Cast(value="CUpti_ActivityKind") public int kind()
public CUpti_ActivitySourceLocator kind(int setter)
@Cast(value="uint32_t") public int id()
public CUpti_ActivitySourceLocator id(int setter)
public CUpti_ActivitySourceLocator lineNumber(int setter)
public CUpti_ActivitySourceLocator pad(int setter)
@Cast(value="const char*") public BytePointer fileName()
public CUpti_ActivitySourceLocator fileName(BytePointer setter)
Copyright © 2025. All rights reserved.