Searched defs:rec (Results 1 – 10 of 10) sorted by relevance
/qemu/trace/ |
H A D | simple.c | 161 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 D | hwprofile.c | 89 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 D | howvec.c | 169 InsnExecCount *rec = (InsnExecCount *) data; in free_record() local 215 InsnExecCount *rec = (InsnExecCount *) counts->data; in plugin_exit() local
|
H A D | hotblocks.c | 88 ExecCount *rec = (ExecCount *) it->data; in plugin_exit() local
|
H A D | hotpages.c | 89 PageCounters *rec = (PageCounters *) it->data; in plugin_exit() local
|
/qemu/tests/unit/ |
H A D | test-util-filemonitor.c | 106 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 D | perf.c | 249 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 D | simpletrace.py | 171 def catchall(self, event, rec): argument
|
/qemu/tests/tcg/plugins/ |
H A D | insn.c | 179 Instruction *rec = get_insn_record(insn_disas, in vcpu_tb_trans() local
|
/qemu/audio/ |
H A D | sdlaudio.c | 164 int rec) in sdl_open()
|