nuttx-apps/system/trace
yinshengkai bcbd092d3e trace: fix trace dump crash
After thread switching is triggered in an interrupt, two notes will be printed.
If the buffer of 256 is not enough, it will cause overflow.

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2024-10-15 12:34:09 +08:00
..
CMakeLists.txt cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
Kconfig system: Change DRIVER_NOTExxx to DRIVERS_NOTExxx 2023-02-20 14:30:57 +08:00
Make.defs Add trace command for task trace 2020-10-15 16:49:11 +08:00
Makefile drivers/note: fix build break by note rename change 2023-02-20 16:13:54 +08:00
trace.c trace: unify ftrace and atrace output formats 2023-08-11 13:52:12 +08:00
trace.h trace: unify ftrace and atrace output formats 2023-08-11 13:52:12 +08:00
trace_dump.c trace: fix trace dump crash 2024-10-15 12:34:09 +08:00