HomeSort by relevance Sort by last modified time
    Searched refs:get_clock (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/bench/
mem-memcpy.c 92 static u64 get_clock(void) function
130 clock_start = get_clock();
132 clock_end = get_clock();
  /external/qemu/
qemu-timer.h 106 static inline int64_t get_clock(void) function
117 static inline int64_t get_clock(void) function
qemu-timer.c 138 ti = get_clock();
164 timers_state.cpu_clock_offset -= get_clock();
652 return get_clock() / 1000000;
669 return get_clock();
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 305 static int get_clock(uint32_t *clock_high, uint32_t *clock_low, function
572 get_clock(&clock_mid, &uu.time_low, &uu.clock_seq, num);

Completed in 119 milliseconds