subsys/profiling: remove unused declaration
`PERF_EVENT_TRACING_BUF_OVERFLOW` isn't used, remove it. Signed-off-by: Yong Cong Sin <ycsin@meta.com> Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
parent
0065a81a38
commit
f213b5b95f
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ struct perf_data_t {
|
|||
bool buf_full;
|
||||
};
|
||||
|
||||
#define PERF_EVENT_TRACING_BUF_OVERFLOW (1 << 0)
|
||||
|
||||
static struct perf_data_t perf_data;
|
||||
|
||||
static void perf_tracer(struct k_timer *timer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue