ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
prof_sym_t Struct Reference

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).

Detailed Description

Definition at line 54 of file emu_prof.c.

Field Documentation

◆ calls

uint64_t prof_sym_t::calls

Entries to this fn (insn mode).

Definition at line 60 of file emu_prof.c.

◆ hi

uint32_t prof_sym_t::hi

Function end (lo + st_size).

Definition at line 56 of file emu_prof.c.

◆ insns

uint64_t prof_sym_t::insns

Instructions executed (insn mode).

Definition at line 59 of file emu_prof.c.

◆ lo

uint32_t prof_sym_t::lo

Function entry (Thumb bit cleared).

Definition at line 55 of file emu_prof.c.

◆ name_offset

uint64_t prof_sym_t::name_offset

Source offset of the symbol name.

Definition at line 57 of file emu_prof.c.

◆ secs

double prof_sym_t::secs

Wall seconds (wall mode).

Definition at line 58 of file emu_prof.c.


The documentation for this struct was generated from the following file: