fixed comments

[ROCm/roctracer commit: 15618153d3]
This commit is contained in:
Evgeny
2019-03-27 10:34:13 -05:00
orang tua c01151823b
melakukan 5b2421a382
2 mengubah file dengan 3 tambahan dan 3 penghapusan
@@ -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
Melihat 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