mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 07:25:13 +00:00
1. add irq stack information to list 2. add cpu loading into list before: Idle Task: PID=0 PRI=0 Stack Used=512 of 3048 hpwork: PID=1 PRI=224 Stack Used=304 of 2016 lpwork: PID=2 PRI=100 Stack Used=304 of 2016 rptun: PID=4 PRI=224 Stack Used=856 of 2008 after: [ EMERG] [ap] up_showtasks: PID PRI USED STACK FILLED CPU COMMAND [ EMERG] [ap] up_showtasks: ---- ---- 928 2048 45.3% ---- irq [ EMERG] [ap] up_dump_task: 0 0 512 3048 16.7% 99.4% Idle Task [ EMERG] [ap] up_dump_task: 1 224 304 2016 15.0% 0.0% hpwork [ EMERG] [ap] up_dump_task: 2 100 304 2016 15.0% 0.0% lpwork [ EMERG] [ap] up_dump_task: 4 224 856 2008 42.6% 0.0% rptun Signed-off-by: chao.an <anchao@xiaomi.com> |
||
|---|---|---|
| .. | ||
| include | ||
| src | ||
| Kconfig | ||