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

Sink configuration for one streamed profiler symbol name. More...

Data Fields

int fd
 Explicit file descriptor, ignored for error sink.
char escape
 Character escaped with backslash, or NUL.
bool error_sink
 Route bytes to the injected error sink.
bool ok
 Sticky exact-output success.

Detailed Description

Sink configuration for one streamed profiler symbol name.

Definition at line 358 of file emu_prof.c.

Field Documentation

◆ error_sink

bool prof_name_sink_t::error_sink

Route bytes to the injected error sink.

Definition at line 361 of file emu_prof.c.

Referenced by internal_prof_name_chunk().

◆ escape

char prof_name_sink_t::escape

Character escaped with backslash, or NUL.

Definition at line 360 of file emu_prof.c.

Referenced by internal_prof_name_chunk().

◆ fd

int prof_name_sink_t::fd

Explicit file descriptor, ignored for error sink.

Definition at line 359 of file emu_prof.c.

Referenced by internal_prof_name_chunk().

◆ ok

bool prof_name_sink_t::ok

Sticky exact-output success.

Definition at line 362 of file emu_prof.c.

Referenced by internal_prof_name(), and internal_prof_name_chunk().


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