incubator-nuttx/arch
yinshengkai 79eab8783f note: add memory tracing event support
Record all memory allocation and release, save to ram, used to analyze memory allocation rate and memory usage
Its absolute value is not trustworthy because the memory will be allocated in thread A and released in thread B

 netinit-5   [0]   0.105984392: tracing_mark_write: C|5|Heap Usage|96|free: heap: 0x606000000020 size:24, address: 0x603000000370
 netinit-5   [0]   0.105996874: tracing_mark_write: C|5|Heap Usage|24|free: heap: 0x606000000020 size:72, address: 0x6070000008e0
nsh_main-4   [0]   3.825169408: tracing_mark_write: C|4|Heap Usage|2177665|free: heap: 0x606000000020 size:424, address: 0x614000000840
nsh_main-4   [0]   3.825228525: tracing_mark_write: C|4|Heap Usage|14977|free: heap: 0x606000000020 size:2162688, address: 0x7f80a639f800
nsh_main-4   [0]   3.825298789: tracing_mark_write: C|4|Heap Usage|15189|malloc: heap: 0x606000000020 size:20, address: 0x6030000003a0

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-10-07 17:34:59 +08:00
..
arm goldfish: fix sched api update missed godlfish_cpuboot 2024-10-07 17:33:14 +08:00
arm64 sched: replace sync pause with async pause for nxsig_process 2024-10-07 13:32:57 +08:00
avr signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
ceva sched: replace sync pause with async pause for nxsig_process 2024-10-07 13:32:57 +08:00
dummy
hc sched: replace sync pause with async pause for nxtask_terminate 2024-10-06 09:26:56 +08:00
mips signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
misoc signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
or1k signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
renesas signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
risc-v sched: replace sync pause with async pause for nxsig_process 2024-10-07 13:32:57 +08:00
sim note: add memory tracing event support 2024-10-07 17:34:59 +08:00
sparc sched: replace sync pause with async pause for nxsig_process 2024-10-07 13:32:57 +08:00
tricore signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
x86 signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
x86_64 sched: replace sync pause with async pause for nxsig_process 2024-10-07 13:32:57 +08:00
xtensa sched: replace sync pause with async pause for nxsig_process 2024-10-07 13:32:57 +08:00
z16 signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
z80 signal: adjust the signal processing logic to remove the judgment 2024-10-07 13:32:57 +08:00
CMakeLists.txt greenhills: fix the arch_interface archive error 2024-09-27 23:39:56 +08:00
Kconfig binfmt/modlib: support loading each sections to different memory for Relocate object 2024-09-29 15:06:54 +08:00