itrace
Instrumented Trace
itrace_lwi_with_events.h
Go to the documentation of this file.
1 
14 #include "itrace.h"
15 
16 void __attribute__((no_lwi_func)) __llvm_lwi_func_entry_fp_handler(uint32_t fingerprint) {
18 }
19 
20 void __attribute__((no_lwi_func)) __llvm_lwi_func_exit_fp_handler(uint32_t fingerprint) {
21  itrace_end_section(NULL,NULL);
22 }
itrace_return_t itrace_end_section(itrace_profiler_handle_t profiler_handle, itrace_measured_events_t *measured_events)
Define the end of a section for which all registered events will be monitored.
Logger and profiler APIs accessible from the CPU and DSPs.
uint64_t itrace_section_id_t
Definition: itrace_types.h:119
itrace_return_t itrace_start_section_with_section_id(itrace_profiler_handle_t profiler_handle, itrace_section_id_t section_id, itrace_measured_events_t *measured_events)
Define the start of a section for which all registered events will be monitored. This section is iden...