Introduce COVERAGE_ON/OFF macros, rename shell functions to shell_*.
Coverage collection slowdown is ~75x now.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#ifndef TRACE_LBR_H_INCLUDED
|
||||
#define TRACE_LBR_H_INCLUDED
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
void trace_lbr_begin(void);
|
||||
void trace_lbr_end(void);
|
||||
uint32_t trace_lbr_pause(void);
|
||||
void trace_lbr_resume(uint32_t value);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user