benchmarks: rename _NanoTscRead -> _tsc_read

Change-Id: Id5687f79ac13136f14a14d250e149436a0173f04
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-11-05 15:43:33 -04:00 committed by Andrew Boie
commit 12ffc58d4b
9 changed files with 11 additions and 12 deletions

View file

@ -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 {