rocprofiler-sdk/ompt/api_id.h Source File

rocprofiler-sdk/ompt/api_id.h Source File#

Rocprofiler SDK Developer API: rocprofiler-sdk/ompt/api_id.h Source File
Rocprofiler SDK Developer API 0.6.0
ROCm Profiling API and tools
api_id.h
Go to the documentation of this file.
1// MIT License
2//
3// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved.
4//
5// Permission is hereby granted, free of charge, to any person obtaining a copy
6// of this software and associated documentation files (the "Software"), to deal
7// in the Software without restriction, including without limitation the rights
8// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9// copies of the Software, and to permit persons to whom the Software is
10// furnished to do so, subject to the following conditions:
11//
12// The above copyright notice and this permission notice shall be included in
13// all copies or substantial portions of the Software.
14//
15// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21// THE SOFTWARE.
22
23#pragma once
24
25/**
26 * @brief ROCProfiler enumeration of OMPT (OpenMP tools) tracing operations
27 * NOTE: These are callbacks into the ROCProfiler SDK from the vendor-provided OMPT implementation
28 */
rocprofiler_ompt_operation_t
ROCProfiler enumeration of OMPT (OpenMP tools) tracing operations NOTE: These are callbacks into the ...
Definition api_id.h:30
@ ROCPROFILER_OMPT_ID_mutex_released
Definition api_id.h:44
@ ROCPROFILER_OMPT_ID_parallel_begin
Definition api_id.h:34
@ ROCPROFILER_OMPT_ID_thread_end
Definition api_id.h:33
@ ROCPROFILER_OMPT_ID_mutex_acquired
Definition api_id.h:53
@ ROCPROFILER_OMPT_ID_target_submit_emi
Definition api_id.h:61
@ ROCPROFILER_OMPT_ID_LAST
Definition api_id.h:66
@ ROCPROFILER_OMPT_ID_implicit_task
Definition api_id.h:38
@ ROCPROFILER_OMPT_ID_device_load
Definition api_id.h:41
@ ROCPROFILER_OMPT_ID_mutex_acquire
Definition api_id.h:52
@ ROCPROFILER_OMPT_ID_thread_begin
Definition api_id.h:32
@ ROCPROFILER_OMPT_ID_lock_destroy
Definition api_id.h:51
@ ROCPROFILER_OMPT_ID_target_emi
Definition api_id.h:59
@ ROCPROFILER_OMPT_ID_dependences
Definition api_id.h:45
@ ROCPROFILER_OMPT_ID_NONE
Definition api_id.h:31
@ ROCPROFILER_OMPT_ID_flush
Definition api_id.h:55
@ ROCPROFILER_OMPT_ID_callback_functions
Definition api_id.h:64
@ ROCPROFILER_OMPT_ID_cancel
Definition api_id.h:56
@ ROCPROFILER_OMPT_ID_device_finalize
Definition api_id.h:40
@ ROCPROFILER_OMPT_ID_work
Definition api_id.h:47
@ ROCPROFILER_OMPT_ID_task_schedule
Definition api_id.h:37
@ ROCPROFILER_OMPT_ID_parallel_end
Definition api_id.h:35
@ ROCPROFILER_OMPT_ID_sync_region
Definition api_id.h:49
@ ROCPROFILER_OMPT_ID_task_create
Definition api_id.h:36
@ ROCPROFILER_OMPT_ID_lock_init
Definition api_id.h:50
@ ROCPROFILER_OMPT_ID_device_initialize
Definition api_id.h:39
@ ROCPROFILER_OMPT_ID_target_data_op_emi
Definition api_id.h:60
@ ROCPROFILER_OMPT_ID_masked
Definition api_id.h:48
@ ROCPROFILER_OMPT_ID_nest_lock
Definition api_id.h:54
@ ROCPROFILER_OMPT_ID_reduction
Definition api_id.h:57
@ ROCPROFILER_OMPT_ID_dispatch
Definition api_id.h:58
@ ROCPROFILER_OMPT_ID_error
Definition api_id.h:63
@ ROCPROFILER_OMPT_ID_task_dependence
Definition api_id.h:46
@ ROCPROFILER_OMPT_ID_sync_region_wait
Definition api_id.h:43