typedef unsigned long long cycles_t;
-static inline cycles_t get_cycles (void)
+static inline cycles_t caa_get_cycles (void)
{
return 0; /* not supported */
}
typedef unsigned long long cycles_t;
-static inline cycles_t get_cycles (void)
+static inline cycles_t caa_get_cycles (void)
{
cycles_t thetime;
struct timeval tv;
typedef unsigned long long cycles_t;
-static inline cycles_t get_cycles (void)
+static inline cycles_t caa_get_cycles (void)
{
cycles_t thetime;
struct timeval tv;
typedef unsigned long long cycles_t;
-static inline cycles_t get_cycles (void)
+static inline cycles_t caa_get_cycles (void)
{
long h, l;
typedef unsigned long long cycles_t;
-static inline cycles_t get_cycles (void)
+static inline cycles_t caa_get_cycles (void)
{
cycles_t cycles;
typedef unsigned long long cycles_t;
-static inline cycles_t get_cycles (void)
+static inline cycles_t caa_get_cycles (void)
{
return 0; /* unimplemented */
}