Skip to content

Commit 4de8724

Browse files
authored
PTI-112 - Comply with trademark violations noted by Q/A
1 parent 49e9851 commit 4de8724

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sdk/include/pti/pti_version.h.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ typedef struct pti_version {
3131
} pti_version;
3232

3333
/**
34-
* @brief Returns the compiled version of PTI
34+
* @brief Returns the compiled version of Intel(R) PTI
3535
*
36-
* @return c-string with compiled version of PTI
36+
* @return c-string with compiled version of Intel(R) PTI
3737
*/
3838
PTI_EXPORT const char* ptiVersionString();
3939

4040
/**
41-
* @brief Returns the compiled version of PTI
41+
* @brief Returns the compiled version of Intel(R) PTI
4242
*
43-
* @return pti_version struct with compiled version of PTI
43+
* @return pti_version struct with compiled version of Intel(R) PTI
4444
*/
4545
pti_version PTI_EXPORT ptiVersion();
4646

sdk/include/pti/pti_view.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ PTI_EXPORT const char*
417417
ptiViewMemcpyTypeToString( pti_view_memcpy_type type );
418418

419419
/**
420-
* @brief Returns current pti host timestamp in nanoseconds. The timestamp is in the same api_group as view records timestamps.
420+
* @brief Returns current Intel(R) PTI host timestamp in nanoseconds. The timestamp is in the same api_group as view records timestamps.
421421
*
422422
* @return uint64_t
423423
*/
@@ -433,7 +433,7 @@ ptiViewGetTimestamp();
433433
typedef uint64_t (*pti_fptr_get_timestamp)( void );
434434

435435
/**
436-
* @brief Sets callback to user provided timestamping function. This will replace the default pti host timestamper.
436+
* @brief Sets callback to user provided timestamping function. This will replace the default Intel(R) PTI host timestamper.
437437
* Multiple callbacks that set differing timestamp function, through the session; will result in differing
438438
* timestamp api_groups in the view record buffer.
439439
*

0 commit comments

Comments
 (0)