Home
last modified time | relevance | path

Searched refs:perf_report_code (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dperf.h21 void perf_report_code(uint64_t guest_pc, TranslationBlock *tb,
39 static inline void perf_report_code(uint64_t guest_pc, TranslationBlock *tb, in perf_report_code() function
/openbmc/qemu/tcg/
H A Dperf.c312 void perf_report_code(uint64_t guest_pc, TranslationBlock *tb, in perf_report_code() function
/openbmc/qemu/accel/tcg/
H A Dtranslate-all.c435 perf_report_code(pc, tb, tcg_splitwx_to_rx(gen_code_buf)); in tb_gen_code()