rocprofiler-sdk/marker/api_args.h Source File

rocprofiler-sdk/marker/api_args.h Source File#

Rocprofiler SDK Developer API: rocprofiler-sdk/marker/api_args.h Source File
Rocprofiler SDK Developer API 0.4.0
ROCm Profiling API and tools
api_args.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
27
28#include <rocprofiler-sdk-roctx/api_trace.h>
29#include <rocprofiler-sdk-roctx/types.h>
30
31#include <stdint.h>
32
33ROCPROFILER_EXTERN_C_INIT
34
35// Empty struct has a size of 0 in C but size of 1 in C++.
36// This struct is added to the union members which represent
37// functions with no arguments to ensure ABI compatibility
42
49
51{
52 struct
53 {
54 const char* message;
56 struct
57 {
58 const char* message;
60 struct
61 {
62 // Empty struct has a size of 0 in C but size of 1 in C++.
63 // Add the rocprofiler_marker_api_no_args struct to fix this
66 struct
67 {
68 const char* message;
70 struct
71 {
72 roctx_range_id_t id;
74 struct
75 {
76 roctx_thread_id_t* tid;
78 struct
79 {
80 roctx_thread_id_t tid;
82 struct
83 {
84 roctx_thread_id_t tid;
86 struct
87 {
88 const char* name;
90 struct
91 {
92 const char* name;
93 const struct hsa_agent_s* agent;
95 struct
96 {
97 const char* name;
98 int device_id;
100 struct
101 {
102 const char* name;
103 const struct ihipStream_t* stream;
106
107ROCPROFILER_EXTERN_C_FINI
struct rocprofiler_marker_api_args_t::@682 roctxProfilerResume
struct rocprofiler_marker_api_args_t::@680 roctxGetThreadId
roctx_range_id_t roctx_range_id_t_retval
Definition api_args.h:47
struct rocprofiler_marker_api_args_t::@684 roctxNameHsaAgent
struct rocprofiler_marker_api_args_t::@681 roctxProfilerPause
struct rocprofiler_marker_api_args_t::@683 roctxNameOsThread
struct rocprofiler_marker_api_args_t::@676 roctxRangePushA
struct rocprofiler_marker_api_args_t::@678 roctxRangeStartA
struct rocprofiler_marker_api_args_t::@685 roctxNameHipDevice
struct rocprofiler_marker_api_args_t::@686 roctxNameHipStream
struct rocprofiler_marker_api_args_t::@677 roctxRangePop
struct rocprofiler_marker_api_args_t::@679 roctxRangeStop
struct rocprofiler_marker_api_args_t::@675 roctxMarkA