/openbmc/qemu/dump/ |
H A D | dump.c | 55 static inline bool dump_is_64bit(DumpState *s) in dump_is_64bit() 60 static inline bool dump_has_filter(DumpState *s) in dump_has_filter() 65 uint16_t cpu_to_dump16(DumpState *s, uint16_t val) in cpu_to_dump16() 76 uint32_t cpu_to_dump32(DumpState *s, uint32_t val) in cpu_to_dump32() 87 uint64_t cpu_to_dump64(DumpState *s, uint64_t val) in cpu_to_dump64() 98 static int dump_cleanup(DumpState *s) in dump_cleanup() 126 DumpState *s = opaque; in fd_write_vmcore() 137 static void prepare_elf64_header(DumpState *s, Elf64_Ehdr *elf_header) in prepare_elf64_header() 164 static void prepare_elf32_header(DumpState *s, Elf32_Ehdr *elf_header) in prepare_elf32_header() 191 static void write_elf_header(DumpState *s, Error **errp) in write_elf_header() [all …]
|
H A D | win_dump.h | 19 void create_win_dump(DumpState *s, Error **errp);
|
H A D | win_dump.c | 83 static void write_runs(DumpState *s, WinDumpHeader *h, bool x64, Error **errp) in write_runs() 408 void create_win_dump(DumpState *s, Error **errp) in create_win_dump() 492 void create_win_dump(DumpState *s, Error **errp) in create_win_dump()
|
/openbmc/qemu/include/sysemu/ |
H A D | dump-arch.h | 24 void (*arch_sections_add_fn)(DumpState *s); 25 uint64_t (*arch_sections_write_hdr_fn)(DumpState *s, uint8_t *buff); 26 int (*arch_sections_write_fn)(DumpState *s, uint8_t *buff); 27 void (*arch_cleanup_fn)(DumpState *s);
|
H A D | dump.h | 140 DumpState *state; /* dump state related to this data */ 154 typedef struct DumpState { struct 215 } DumpState; argument 217 uint16_t cpu_to_dump16(DumpState *s, uint16_t val); 218 uint32_t cpu_to_dump32(DumpState *s, uint32_t val); 219 uint64_t cpu_to_dump64(DumpState *s, uint64_t val);
|
/openbmc/qemu/include/hw/core/ |
H A D | sysemu-cpu-ops.h | 56 int cpuid, DumpState *s); 62 int cpuid, DumpState *s); 68 DumpState *s); 74 DumpState *s);
|
/openbmc/qemu/target/s390x/ |
H A D | arch_dump.c | 227 DumpState *s, in s390x_write_elf64_notes() 271 int cpuid, DumpState *s) in s390_cpu_write_elf64_note() 289 static uint64_t get_size_mem_state(DumpState *s) in get_size_mem_state() 294 static uint64_t get_size_completion_data(DumpState *s) in get_size_completion_data() 300 static int get_data_completion(DumpState *s, uint8_t *buff) in get_data_completion() 314 static int get_mem_state(DumpState *s, uint8_t *buff) in get_mem_state() 345 uint64_t (*sections_size_func)(DumpState *s); 346 int (*sections_contents_func)(DumpState *s, uint8_t *buff); 354 static uint64_t arch_sections_write_hdr(DumpState *s, uint8_t *buff) in arch_sections_write_hdr() 378 static void arch_sections_add(DumpState *s) in arch_sections_add() [all …]
|
H A D | s390x-internal.h | 231 int cpuid, DumpState *s);
|
/openbmc/qemu/target/ppc/ |
H A D | arch_dump.c | 101 DumpState *state; 111 DumpState *s = arg->state; in ppc_write_elf_prstatus() 141 DumpState *s = arg->state; in ppc_write_elf_fpregset() 160 DumpState *s = arg->state; in ppc_write_elf_vmxregset() 192 DumpState *s = arg->state; in ppc_write_elf_vsxregset() 208 DumpState *s = arg->state; in ppc_write_elf_speregset() 279 DumpState *s) in ppc_write_all_elf_notes() 304 int cpuid, DumpState *s) in ppc64_cpu_write_elf64_note() 311 int cpuid, DumpState *s) in ppc32_cpu_write_elf32_note()
|
H A D | cpu.h | 1570 int cpuid, DumpState *s); 1572 int cpuid, DumpState *s);
|
/openbmc/qemu/net/ |
H A D | dump.c | 37 typedef struct DumpState { struct 41 } DumpState; argument 64 static ssize_t dump_receive_iov(DumpState *s, const struct iovec *iov, int cnt, in dump_receive_iov() 99 static void dump_cleanup(DumpState *s) in dump_cleanup() 105 static int net_dump_state_init(DumpState *s, const char *filename, in net_dump_state_init() 147 DumpState ds;
|
/openbmc/qemu/target/riscv/ |
H A D | arch_dump.c | 54 static void riscv64_note_init(struct riscv64_note *note, DumpState *s, in riscv64_note_init() 68 int cpuid, DumpState *s) in riscv_cpu_write_elf64_note() 123 static void riscv32_note_init(struct riscv32_note *note, DumpState *s, in riscv32_note_init() 137 int cpuid, DumpState *s) in riscv_cpu_write_elf32_note()
|
H A D | cpu.h | 544 int cpuid, DumpState *s); 546 int cpuid, DumpState *s);
|
/openbmc/qemu/target/arm/ |
H A D | arch_dump.c | 94 static void aarch64_note_init(struct aarch64_note *note, DumpState *s, in aarch64_note_init() 109 DumpState *s) in aarch64_write_elf64_prfpreg() 186 DumpState *s) in aarch64_write_elf64_sve() 236 int cpuid, DumpState *s) in arm_cpu_write_elf64_note() 327 static void arm_note_init(struct arm_note *note, DumpState *s, in arm_note_init() 341 int cpuid, DumpState *s) in arm_write_elf32_vfp() 363 int cpuid, DumpState *s) in arm_cpu_write_elf32_note()
|
H A D | cpu.h | 1179 int cpuid, DumpState *s); 1181 int cpuid, DumpState *s);
|
/openbmc/qemu/target/loongarch/ |
H A D | arch_dump.c | 78 static void loongarch_note_init(struct loongarch_note *note, DumpState *s, in loongarch_note_init() 93 DumpState *s) in loongarch_write_elf64_fprpreg() 115 int cpuid, DumpState *s) in loongarch_cpu_write_elf64_note()
|
H A D | internals.h | 76 int cpuid, DumpState *s);
|
/openbmc/qemu/target/i386/ |
H A D | arch_dump.c | 45 DumpState *s) in x86_64_write_elf64_note() 151 int id, DumpState *s) in x86_write_elf64_note() 183 int cpuid, DumpState *s) in x86_cpu_write_elf64_note() 204 int cpuid, DumpState *s) in x86_cpu_write_elf32_note() 332 DumpState *s, in cpu_write_qemu_note() 382 DumpState *s) in x86_cpu_write_elf64_qemunote() 390 DumpState *s) in x86_cpu_write_elf32_qemunote()
|
H A D | cpu.h | 2276 int cpuid, DumpState *s); 2278 int cpuid, DumpState *s); 2280 DumpState *s); 2282 DumpState *s);
|
/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/ |
H A D | 0001-collector-Allocate-space-on-heap-for-chunks.patch | 19 @@ -184,12 +184,12 @@ static void dump_buffers (DumpState *s) 35 @@ -197,6 +197,7 @@ static void dump_buffers (DumpState *s)
|
/openbmc/qemu/include/qemu/ |
H A D | typedefs.h | 49 typedef struct DumpState DumpState; typedef
|