Trace functions. More...
#include <inttypes.h>#include "attribute.h"
Include dependency graph for trace.h:
This graph shows which files directly or indirectly include this file:Functions | |
| uint16_t | mck_get_call_stack_trace (int16_t sz_trace, void **trace) mc_external_code_ram |
| Gets the stack trace (commonly called 'backtrace' in linux). More... | |
Trace functions.
| uint16_t mck_get_call_stack_trace | ( | int16_t | sz, |
| void ** | trace | ||
| ) |
Gets the stack trace (commonly called 'backtrace' in linux).
| sz | The size of the array passed in trace. |
| trace | The array in wich the trace is going to be saved. |
Here is the call graph for this function:
1.8.11