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

  /external/qemu/
translate-all.c 111 ti = profile_getclock();
136 s->interm_time += profile_getclock() - ti;
137 s->code_time -= profile_getclock();
142 s->code_time += profile_getclock();
184 ti = profile_getclock();
221 s->restore_time += profile_getclock() - ti;
cpus.c 590 ti = profile_getclock();
618 qemu_time += profile_getclock() - ti;
qemu-timer.h 332 static inline int64_t profile_getclock(void) function
kqemu.c 703 ti = profile_getclock();
805 kqemu_time += profile_getclock() - ti;
cpu-all.h 1028 static inline int64_t profile_getclock(void) function
vl-android.c     [all...]
vl.c     [all...]
  /external/qemu/tcg/
tcg.c     [all...]

Completed in 2896 milliseconds