|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Data Fields | |
| uint32_t | lo |
| Function entry (Thumb bit cleared). | |
| uint32_t | hi |
| Function end (lo + st_size). | |
| uint64_t | name_offset |
| Source offset of the symbol name. | |
| double | secs |
| Wall seconds (wall mode). | |
| uint64_t | insns |
| Instructions executed (insn mode). | |
| uint64_t | calls |
| Entries to this fn (insn mode). | |
Definition at line 54 of file emu_prof.c.
| uint64_t prof_sym_t::calls |
Entries to this fn (insn mode).
Definition at line 60 of file emu_prof.c.
| uint32_t prof_sym_t::hi |
Function end (lo + st_size).
Definition at line 56 of file emu_prof.c.
| uint64_t prof_sym_t::insns |
Instructions executed (insn mode).
Definition at line 59 of file emu_prof.c.
| uint32_t prof_sym_t::lo |
Function entry (Thumb bit cleared).
Definition at line 55 of file emu_prof.c.
| uint64_t prof_sym_t::name_offset |
Source offset of the symbol name.
Definition at line 57 of file emu_prof.c.
| double prof_sym_t::secs |
Wall seconds (wall mode).
Definition at line 58 of file emu_prof.c.