Home
last modified time | relevance | path

Searched defs:rec (Results 1 – 10 of 10) sorted by relevance

/qemu/trace/
H A Dsimple.c161 TraceRecord rec; in writeout_thread() member
199 void trace_record_write_u64(TraceBufferRecord *rec, uint64_t val) in trace_record_write_u64()
204 void trace_record_write_str(TraceBufferRecord *rec, const char *s, uint32_t slen) in trace_record_write_str()
212 int trace_record_start(TraceBufferRecord *rec, uint32_t event, size_t datasize) in trace_record_start()
269 void trace_record_finish(TraceBufferRecord *rec) in trace_record_finish()
/qemu/contrib/plugins/
H A Dhwprofile.c89 static void fmt_iocount_record(GString *s, IOCounts *rec) in fmt_iocount_record()
101 static void fmt_dev_record(GString *s, DeviceCounts *rec) in fmt_dev_record()
132 DeviceCounts *rec = (DeviceCounts *) it->data; in plugin_exit() local
178 static void hwprofile_match_hit(DeviceCounts *rec, uint64_t off) in hwprofile_match_hit()
H A Dhowvec.c169 InsnExecCount *rec = (InsnExecCount *) data; in free_record() local
215 InsnExecCount *rec = (InsnExecCount *) counts->data; in plugin_exit() local
H A Dhotblocks.c88 ExecCount *rec = (ExecCount *) it->data; in plugin_exit() local
H A Dhotpages.c89 PageCounters *rec = (PageCounters *) it->data; in plugin_exit() local
/qemu/tests/unit/
H A Dtest-util-filemonitor.c106 QFileMonitorTestRecord *rec = g_new0(QFileMonitorTestRecord, 1); in qemu_file_monitor_test_handler() local
123 qemu_file_monitor_test_record_free(QFileMonitorTestRecord *rec) in qemu_file_monitor_test_record_free()
182 QFileMonitorTestRecord *rec; in qemu_file_monitor_test_expect() local
/qemu/tcg/
H A Dperf.c249 struct jr_code_debug_info rec; in write_jr_code_debug_info() local
293 struct jr_code_load rec; in write_jr_code_load() local
/qemu/scripts/
H A Dsimpletrace.py171 def catchall(self, event, rec): argument
/qemu/tests/tcg/plugins/
H A Dinsn.c179 Instruction *rec = get_insn_record(insn_disas, in vcpu_tb_trans() local
/qemu/audio/
H A Dsdlaudio.c164 int rec) in sdl_open()