Home
last modified time | relevance | path

Searched defs:jitheader (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Djitdump.h37 struct jitheader { struct
38 uint32_t magic; /* characters "jItD" */
39 uint32_t version; /* header version */
40 uint32_t total_size; /* total size of header */
41 uint32_t elf_mach; /* elf mach target */
42 uint32_t pad1; /* reserved */
43 uint32_t pid; /* JIT process id */
44 uint64_t timestamp; /* timestamp */
45 uint64_t flags; /* flags */
/openbmc/qemu/tcg/
H A Dperf.c120 struct jitheader { struct
121 uint32_t magic;
122 uint32_t version;
123 uint32_t total_size;
124 uint32_t elf_mach;
125 uint32_t pad1;
126 uint32_t pid;
127 uint64_t timestamp;
128 uint64_t flags;