-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added probes for opencl, igcrcl Separated i915 probes into it's own file Updted set_probes_csv to append libname to probes Signed-off-by: Arshad Mehmood <[email protected]>
- Loading branch information
Showing
10 changed files
with
400 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#, Header: ".so name","process name","symbol filter","probe name" | ||
#, No space before and after commas | ||
#, Openvino library with debug symbol included | ||
#, set_probes_csv.sh will look into the given process to find library path from loaded .so files | ||
#, If absolute path is given then process name is ignored. | ||
#, Below probes assume openvino plugins are compiled with debug symbols included (e.g -g). | ||
|
||
# Kernel mode driver. i915.ko | ||
i915.ko,,\bi915_gem_do_execbuffer,i915_gem_do_execbuffer | ||
i915.ko,,\bii915_gem_wait_ioctl,i915_gem_wait_ioctl | ||
i915.ko,,\bi915_request_wait_timeout,i915_request_wait_timeout | ||
i915.ko,,\bflush_submission,flush_submission |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
#, Header: ".so name","process name","symbol filter","probe name" | ||
#, No space before and after commas | ||
#, Openvino library with debug symbol included | ||
#, set_probes_csv.sh will look into the given process to find library path from loaded .so files | ||
#, If absolute path is given then process name is ignored. | ||
#, Below probes assume openvino plugins are compiled with debug symbols included (e.g -g). | ||
|
||
libigdrcl.so,benchmark,clCreateImage3D,clCreateImage3D | ||
,,clSetProgramReleaseCallback,clSetProgramReleaseCallback | ||
,,clCreateAcceleratorINTEL,clCreateAcceleratorINTEL | ||
,,clGetDeviceInfo,clGetDeviceInfo | ||
,,clCreateProgramWithSource,clCreateProgramWithSource | ||
,,clSetProgramSpecializationConstant,clSetProgramSpecializationConstant | ||
,,clLinkProgram,clLinkProgram | ||
,,clWaitForEvents,clWaitForEvents | ||
,,clEnqueueFillImage,clEnqueueFillImage | ||
,,clCreateSampler,clCreateSampler | ||
,,clReleaseKernel,clReleaseKernel | ||
,,clEnqueueFillBuffer,clEnqueueFillBuffer | ||
,,clCreatePerfCountersCommandQueueINTEL,clCreatePerfCountersCommandQueueINTEL | ||
,,clGetPlatformInfo,clGetPlatformInfo | ||
,,clEnqueueReadBuffer,clEnqueueReadBuffer | ||
,,clGetImageParamsINTEL,clGetImageParamsINTEL | ||
,,clGetKernelSubGroupInfoKHR,clGetKernelSubGroupInfoKHR | ||
,,clUnloadPlatformCompiler,clUnloadPlatformCompiler | ||
,,clCreateImageWithProperties,clCreateImageWithProperties | ||
,,clEnqueueSVMMemFill,clEnqueueSVMMemFill | ||
,,clGetPipeInfo,clGetPipeInfo | ||
,,clGetMemObjectInfo,clGetMemObjectInfo | ||
,,clEnqueueNDRangeKernel,clEnqueueNDRangeKernel | ||
,,clCreateImage,clCreateImage | ||
,,clEnqueueReadImage,clEnqueueReadImage | ||
,,clSVMAlloc,clSVMAlloc | ||
,,clCreateSamplerWithProperties,clCreateSamplerWithProperties | ||
,,clCreateCommandQueue,clCreateCommandQueue | ||
,,clEnqueueMapImage,clEnqueueMapImage | ||
,,clEnqueueSVMMap,clEnqueueSVMMap | ||
,,clGetProgramInfo,clGetProgramInfo | ||
,,clGetAcceleratorInfoINTEL,clGetAcceleratorInfoINTEL | ||
,,clEnqueueMarker,clEnqueueMarker | ||
,,clEnqueueCopyBufferRect,clEnqueueCopyBufferRect | ||
,,clCompileProgram,clCompileProgram | ||
,,clGetKernelArgInfo,clGetKernelArgInfo | ||
,,clRetainMemObject,clRetainMemObject | ||
,,clRetainProgram,clRetainProgram | ||
,,clEnqueueMigrateMemObjects,clEnqueueMigrateMemObjects | ||
,,clRetainDevice,clRetainDevice | ||
,,clGetHostTimer,clGetHostTimer | ||
,,clRetainAcceleratorINTEL,clRetainAcceleratorINTEL | ||
,,clReleaseSampler,clReleaseSampler | ||
,,clEnqueueNativeKernel,clEnqueueNativeKernel | ||
,,clFinish,clFinish | ||
,,clUnloadCompiler,clUnloadCompiler | ||
,,clSetUserEventStatus,clSetUserEventStatus | ||
,,GTPin_Init,GTPin_Init | ||
,,clCreateKernel,clCreateKernel | ||
,,clEnqueueSVMMigrateMem,clEnqueueSVMMigrateMem | ||
,,clEnqueueCopyImage,clEnqueueCopyImage | ||
,,clRetainSampler,clRetainSampler | ||
,,clGetDeviceAndHostTimer,clGetDeviceAndHostTimer | ||
,,clReleaseContext,clReleaseContext | ||
,,clEnqueueWriteBufferRect,clEnqueueWriteBufferRect | ||
,,clCreatePipe,clCreatePipe | ||
,,clReleaseCommandQueue,clReleaseCommandQueue | ||
,,clGetExtensionFunctionAddress,clGetExtensionFunctionAddress | ||
,,clReleaseDevice,clReleaseDevice | ||
,,clEnqueueTask,clEnqueueTask | ||
,,clReleaseEvent,clReleaseEvent | ||
,,clSetDefaultDeviceCommandQueue,clSetDefaultDeviceCommandQueue | ||
,,clCreateUserEvent,clCreateUserEvent | ||
,,clGetKernelWorkGroupInfo,clGetKernelWorkGroupInfo | ||
,,clEnqueueCopyBuffer,clEnqueueCopyBuffer | ||
,,clCreateContext,clCreateContext | ||
,,clGetContextInfo,clGetContextInfo | ||
,,clEnqueueWriteBuffer,clEnqueueWriteBuffer | ||
,,clEnqueueReadBufferRect,clEnqueueReadBufferRect | ||
,,clGetSupportedImageFormats,clGetSupportedImageFormats | ||
,,clEnqueueMapBuffer,clEnqueueMapBuffer | ||
,,clGetKernelSubGroupInfo,clGetKernelSubGroupInfo | ||
,,clSVMFree,clSVMFree | ||
,,clEnqueueMarkerWithWaitList,clEnqueueMarkerWithWaitList | ||
,,clSetKernelArgSVMPointer,clSetKernelArgSVMPointer | ||
,,clCloneKernel,clCloneKernel | ||
,,clEnqueueSVMUnmap,clEnqueueSVMUnmap | ||
,,clRetainCommandQueue,clRetainCommandQueue | ||
,,clGetProgramBuildInfo,clGetProgramBuildInfo | ||
,,clEnqueueBarrier$,clEnqueueBarrier | ||
,,clCreateImage2D,clCreateImage2D | ||
,,clGetKernelInfo,clGetKernelInfo | ||
,,clSetMemObjectDestructorCallback,clSetMemObjectDestructorCallback | ||
,,clCreateKernelsInProgram,clCreateKernelsInProgram | ||
,,clGetEventInfo,clGetEventInfo | ||
,,clGetImageInfo,clGetImageInfo | ||
,,clSetCommandQueueProperty,clSetCommandQueueProperty | ||
,,clCreateProgramWithBuiltInKernels,clCreateProgramWithBuiltInKernels | ||
,,clEnqueueSVMFree,clEnqueueSVMFree | ||
,,clCreateCommandQueueWithProperties,clCreateCommandQueueWithProperties | ||
,,clIcdGetPlatformIDsKHR,clIcdGetPlatformIDsKHR | ||
,,clSetContextDestructorCallback,clSetContextDestructorCallback | ||
,,clEnqueueCopyImageToBuffer,clEnqueueCopyImageToBuffer | ||
,,clEnqueueWriteImage,clEnqueueWriteImage | ||
,,clGetDeviceIDs,clGetDeviceIDs | ||
,,clCreateBuffer,clCreateBuffer | ||
,,clEnqueueUnmapMemObject,clEnqueueUnmapMemObject | ||
,,clCreateProgramWithIL,clCreateProgramWithIL | ||
,,clEnqueueBarrierWithWaitList,clEnqueueBarrierWithWaitList | ||
,,clSetKernelExecInfo,clSetKernelExecInfo | ||
,,clFlush,clFlush | ||
,,clReleaseProgram,clReleaseProgram | ||
,,clEnqueueSVMMemcpy,clEnqueueSVMMemcpy | ||
,,clGetEventProfilingInfo,clGetEventProfilingInfo | ||
,,clSetEventCallback,clSetEventCallback | ||
,,clReleaseAcceleratorINTEL,clReleaseAcceleratorINTEL | ||
,,clReleaseMemObject,clReleaseMemObject | ||
,,clCreateContextFromType,clCreateContextFromType | ||
,,clBuildProgram,clBuildProgram | ||
,,clRetainKernel,clRetainKernel | ||
,,clEnqueueCopyBufferToImage,clEnqueueCopyBufferToImage | ||
,,clSetKernelArg,clSetKernelArg | ||
,,clCreateSubBuffer,clCreateSubBuffer | ||
,,clCreateProgramWithBinary,clCreateProgramWithBinary | ||
,,clGetExtensionFunctionAddressForPlatform,clGetExtensionFunctionAddressForPlatform | ||
,,clCreateBufferWithProperties,clCreateBufferWithProperties | ||
,,clGetCommandQueueInfo,clGetCommandQueueInfo | ||
,,clRetainContext,clRetainContext | ||
,,clSetPerformanceConfigurationINTEL,clSetPerformanceConfigurationINTEL | ||
,,clEnqueueWaitForEvents,clEnqueueWaitForEvents | ||
,,clRetainEvent,clRetainEvent | ||
,,clGetSamplerInfo,clGetSamplerInfo | ||
,,clCreateSubDevices,clCreateSubDevices |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
#, Header: ".so name","process name","symbol filter","probe name" | ||
#, No space before and after commas | ||
#, Openvino library with debug symbol included | ||
#, set_probes_csv.sh will look into the given process to find library path from loaded .so files | ||
#, If absolute path is given then process name is ignored. | ||
#, Below probes assume openvino plugins are compiled with debug symbols included (e.g -g). | ||
|
||
libOpenCL.so,benchmark,clCreateImageWithProperties,clCreateImageWithProperties | ||
,,clBuildProgram,clBuildProgram | ||
,,clGetContextInfo,clGetContextInfo | ||
,,clGetSamplerInfo,clGetSamplerInfo | ||
,,clLinkProgram,clLinkProgram | ||
,,clEnqueueWriteBufferRect,clEnqueueWriteBufferRect | ||
,,clGetGLObjectInfo,clGetGLObjectInfo | ||
,,clCreateProgramWithIL,clCreateProgramWithIL | ||
,,clFinish,clFinish | ||
,,clGetDeviceAndHostTimer,clGetDeviceAndHostTimer | ||
,,clCreateProgramWithSource,clCreateProgramWithSource | ||
,,clRetainKernel,clRetainKernel | ||
,,clEnqueueMigrateMemObjects,clEnqueueMigrateMemObjects | ||
,,clCreateFromGLBuffer,clCreateFromGLBuffer | ||
,,clCreateProgramWithBuiltInKernels,clCreateProgramWithBuiltInKernels | ||
,,clRetainCommandQueue,clRetainCommandQueue | ||
,,clReleaseKernel,clReleaseKernel | ||
,,clFlush,clFlush | ||
,,clCreateBuffer,clCreateBuffer | ||
,,clGetKernelWorkGroupInfo,clGetKernelWorkGroupInfo | ||
,,clReleaseProgram,clReleaseProgram | ||
,,clGetDeviceIDs,clGetDeviceIDs | ||
,,clEnqueueCopyImageToBuffer,clEnqueueCopyImageToBuffer | ||
,,clGetDeviceInfo,clGetDeviceInfo | ||
,,clCreateCommandQueueWithProperties,clCreateCommandQueueWithProperties | ||
,,clEnqueueBarrier$,clEnqueueBarrier | ||
,,clGetMemObjectInfo,clGetMemObjectInfo | ||
,,clEnqueueSVMUnmap,clEnqueueSVMUnmap | ||
,,clEnqueueCopyImage,clEnqueueCopyImage | ||
,,clEnqueueNDRangeKernel,clEnqueueNDRangeKernel | ||
,,clGetPipeInfo,clGetPipeInfo | ||
,,clGetProgramInfo,clGetProgramInfo | ||
,,clCreateCommandQueue,clCreateCommandQueue | ||
,,clGetPlatformIDs,clGetPlatformIDs | ||
,,clSetKernelExecInfo,clSetKernelExecInfo | ||
,,clCreateFromGLTexture2D,clCreateFromGLTexture2D | ||
,,clSetProgramSpecializationConstant,clSetProgramSpecializationConstant | ||
,,clSetMemObjectDestructorCallback,clSetMemObjectDestructorCallback | ||
,,clCreateImage3D,clCreateImage3D | ||
,,clGetPlatformInfo,clGetPlatformInfo | ||
,,clGetGLTextureInfo,clGetGLTextureInfo | ||
,,clGetEventInfo,clGetEventInfo | ||
,,clGetCommandQueueInfo,clGetCommandQueueInfo | ||
,,clRetainSampler,clRetainSampler | ||
,,clCreateSubDevices,clCreateSubDevices | ||
,,clEnqueueSVMFree,clEnqueueSVMFree | ||
,,clEnqueueCopyBuffer,clEnqueueCopyBuffer | ||
,,clGetEventProfilingInfo,clGetEventProfilingInfo | ||
,,clRetainDevice,clRetainDevice | ||
,,clGetHostTimer,clGetHostTimer | ||
,,clEnqueueCopyBufferToImage,clEnqueueCopyBufferToImage | ||
,,clCreateContext,clCreateContext | ||
,,clEnqueueSVMMemcpy,clEnqueueSVMMemcpy | ||
,,clReleaseDevice,clReleaseDevice | ||
,,clSVMFree,clSVMFree | ||
,,clGetProgramBuildInfo,clGetProgramBuildInfo | ||
,,clCloneKernel,clCloneKernel | ||
,,clGetSupportedImageFormats,clGetSupportedImageFormats | ||
,,clGetKernelInfo,clGetKernelInfo | ||
,,clSetDefaultDeviceCommandQueue,clSetDefaultDeviceCommandQueue | ||
,,clSetUserEventStatus,clSetUserEventStatus | ||
,,clCreateKernelsInProgram,clCreateKernelsInProgram | ||
,,clEnqueueFillImage,clEnqueueFillImage | ||
,,clReleaseCommandQueue,clReleaseCommandQueue | ||
,,clSetEventCallback,clSetEventCallback | ||
,,clCreateFromGLRenderbuffer,clCreateFromGLRenderbuffer | ||
,,clGetImageInfo,clGetImageInfo | ||
,,clCreateSubBuffer,clCreateSubBuffer | ||
,,clCreateBufferWithProperties,clCreateBufferWithProperties | ||
,,clEnqueueWriteImage,clEnqueueWriteImage | ||
,,clEnqueueMapImage,clEnqueueMapImage | ||
,,clSetProgramReleaseCallback,clSetProgramReleaseCallback | ||
,,clGetKernelSubGroupInfo,clGetKernelSubGroupInfo | ||
,,clEnqueueReadBuffer,clEnqueueReadBuffer | ||
,,clEnqueueReleaseGLObjects,clEnqueueReleaseGLObjects | ||
,,clUnloadPlatformCompiler,clUnloadPlatformCompiler | ||
,,clCreatePipe,clCreatePipe | ||
,,clSetContextDestructorCallback,clSetContextDestructorCallback | ||
,,clEnqueueSVMMigrateMem,clEnqueueSVMMigrateMem | ||
,,clReleaseContext,clReleaseContext | ||
,,clCreateContextFromType,clCreateContextFromType | ||
,,clEnqueueNativeKernel,clEnqueueNativeKernel | ||
,,clRetainProgram,clRetainProgram | ||
,,clSetCommandQueueProperty,clSetCommandQueueProperty | ||
,,clEnqueueTask,clEnqueueTask | ||
,,clEnqueueMarkerWithWaitList,clEnqueueMarkerWithWaitList | ||
,,clCreateUserEvent,clCreateUserEvent | ||
,,clEnqueueReadImage,clEnqueueReadImage | ||
,,clGetExtensionFunctionAddress,clGetExtensionFunctionAddress | ||
,,clReleaseMemObject,clReleaseMemObject | ||
,,clCreateSampler,clCreateSampler | ||
,,clRetainMemObject,clRetainMemObject | ||
,,clEnqueueSVMMemFill,clEnqueueSVMMemFill | ||
,,clReleaseSampler,clReleaseSampler | ||
,,clEnqueueUnmapMemObject,clEnqueueUnmapMemObject | ||
,,clCreateFromGLTexture3D,clCreateFromGLTexture3D | ||
,,clGetExtensionFunctionAddressForPlatform,clGetExtensionFunctionAddressForPlatform | ||
,,clEnqueueFillBuffer,clEnqueueFillBuffer | ||
,,clReleaseEvent,clReleaseEvent | ||
,,clCreateSamplerWithProperties,clCreateSamplerWithProperties | ||
,,clWaitForEvents,clWaitForEvents | ||
,,clEnqueueMarker,clEnqueueMarker | ||
,,clCreateKernel,clCreateKernel | ||
,,clCreateProgramWithBinary,clCreateProgramWithBinary | ||
,,clEnqueueCopyBufferRect,clEnqueueCopyBufferRect | ||
,,clEnqueueBarrierWithWaitList,clEnqueueBarrierWithWaitList | ||
,,clRetainEvent,clRetainEvent | ||
,,clCreateFromGLTexture,clCreateFromGLTexture | ||
,,clEnqueueReadBufferRect,clEnqueueReadBufferRect | ||
,,clRetainContext,clRetainContext | ||
,,clUnloadCompiler,clUnloadCompiler | ||
,,clEnqueueWaitForEvents,clEnqueueWaitForEvents | ||
,,clCreateImage,clCreateImage | ||
,,clEnqueueMapBuffer,clEnqueueMapBuffer | ||
,,clEnqueueAcquireGLObjects,clEnqueueAcquireGLObjects | ||
,,clSetKernelArg,clSetKernelArg | ||
,,clGetKernelArgInfo,clGetKernelArgInfo | ||
,,clCreateImage2D,clCreateImage2D | ||
,,clSetKernelArgSVMPointer,clSetKernelArgSVMPointer | ||
,,clCompileProgram,clCompileProgram | ||
,,clSVMAlloc,clSVMAlloc | ||
,,clEnqueueWriteBuffer,clEnqueueWriteBuffer | ||
,,clEnqueueSVMMap,clEnqueueSVMMap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.