benchmarks: rename _NanoTscRead -> _tsc_read
Change-Id: Id5687f79ac13136f14a14d250e149436a0173f04 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
608abd987c
commit
12ffc58d4b
9 changed files with 11 additions and 12 deletions
|
@ -187,11 +187,10 @@ static ALWAYS_INLINE unsigned int find_msb_set(uint32_t op)
|
|||
|
||||
|
||||
/**
|
||||
*
|
||||
* _NanoTscRead - read timestamp register ensuring serialization
|
||||
* @brief read timestamp register ensuring serialization
|
||||
*/
|
||||
|
||||
static inline uint64_t _NanoTscRead(void)
|
||||
static inline uint64_t _tsc_read(void)
|
||||
{
|
||||
union {
|
||||
struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue