Searched refs:profile_getclock (Results 1 – 8 of 8) sorted by relevance
111 ti = profile_getclock(); in cpu_gen_code()136 s->interm_time += profile_getclock() - ti; in cpu_gen_code()137 s->code_time -= profile_getclock(); in cpu_gen_code()142 s->code_time += profile_getclock(); in cpu_gen_code()184 ti = profile_getclock(); in cpu_restore_state()221 s->restore_time += profile_getclock() - ti; in cpu_restore_state()
590 ti = profile_getclock(); in qemu_cpu_exec()618 qemu_time += profile_getclock() - ti; in qemu_cpu_exec()
332 static inline int64_t profile_getclock(void) in profile_getclock() function
703 ti = profile_getclock(); in kqemu_cpu_exec()805 kqemu_time += profile_getclock() - ti; in kqemu_cpu_exec()
1028 static inline int64_t profile_getclock(void) in profile_getclock() function
1800 ti = profile_getclock(); in main_loop()1804 dev_time += profile_getclock() - ti; in main_loop()
2010 ti = profile_getclock(); in main_loop()2014 dev_time += profile_getclock() - ti; in main_loop()
2042 s->la_time -= profile_getclock(); in tcg_gen_code_common()2046 s->la_time += profile_getclock(); in tcg_gen_code_common()