This commit is contained in:
Evgeny
2019-03-27 10:34:13 -05:00
parent f03d150ede
commit 15618153d3
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
+2 -2
Vedi File
@@ -26,8 +26,8 @@ THE SOFTWARE.
// Traced API domains
typedef enum {
ACTIVITY_DOMAIN_HSA_API = 0, // HSA domain
ACTIVITY_DOMAIN_HSA_OPS = 1, // HSA AYNC domain
ACTIVITY_DOMAIN_HCC_OPS = 2, // HCC domain
ACTIVITY_DOMAIN_HSA_OPS = 1, // HSA async activity domain
ACTIVITY_DOMAIN_HCC_OPS = 2, // HCC async activity domain
ACTIVITY_DOMAIN_HIP_API = 3, // HIP domain
ACTIVITY_DOMAIN_NUMBER = 4
} activity_domain_t;
+1 -1
Vedi File
@@ -76,7 +76,7 @@ const char* roctracer_error_string();
// Activity domain type
typedef activity_domain_t roctracer_domain_t;
// Return Op string by given domain and Op codes
// Return Op string by given domain and Op code
// NULL returned on the error and the library errno is set
const char* roctracer_op_string(
uint32_t domain, // tracing domain