|
iPXE
|
A trace buffer entry. More...
Data Fields | |
| void * | called_fn |
| Called function address. More... | |
| void * | call_site |
| Call site. More... | |
| uint16_t | entry_count |
| Entry count. More... | |
| uint16_t | exit_count |
| Exit count. More... | |
| unsigned long | checksum |
| Checksum. More... | |
| void* fnrec_entry::called_fn |
Called function address.
Definition at line 54 of file fnrec.c.
Referenced by __cyg_profile_func_enter(), __cyg_profile_func_exit(), fnrec_append(), and fnrec_dump().
| void* fnrec_entry::call_site |
Call site.
Definition at line 56 of file fnrec.c.
Referenced by __cyg_profile_func_enter(), __cyg_profile_func_exit(), fnrec_append(), and fnrec_dump().
| uint16_t fnrec_entry::entry_count |
Entry count.
Definition at line 58 of file fnrec.c.
Referenced by __cyg_profile_func_enter(), fnrec_append(), and fnrec_dump().
| uint16_t fnrec_entry::exit_count |
Exit count.
Definition at line 60 of file fnrec.c.
Referenced by __cyg_profile_func_exit(), fnrec_append(), and fnrec_dump().
| unsigned long fnrec_entry::checksum |
Checksum.
Definition at line 62 of file fnrec.c.
Referenced by __cyg_profile_func_enter(), __cyg_profile_func_exit(), fnrec_append(), and fnrec_dump().
1.8.15