incubator-nuttx/fs/procfs
wangzhi16 bf957348ef [BugFix]Command "critmon" error
Command "critmon" has some format errors and information errors, such as:

PRE-EMPTION CALLER            CSECTION CALLER               RUN         TIME             PID   DESCRIPTION
1.679000000                   3.704000000
                         None None             0     CPU0 IDLE
0.002000000                   0.003000000
                         None None             1     CPU1 IDLE
0.000000000                   0.000000000
                         None None             2     CPU2 IDLE
0.000000000                   0.000000000
                         None None             3     CPU3 IDLE
0.001000000                   0.001000000
                         None None             4     hpwork
0.002000000                   0.006000000
                         None None             5     nsh_main
0.000000000                   0.000000000
                         None None             6     critmon

After bug fix:

PRE-EMPTION CALLER            CSECTION CALLER               RUN              TIME             PID   DESCRIPTION
None                          None                          ---------------- ---------------- ----  CPU 0
None                          None                          ---------------- ---------------- ----  CPU 1
None                          None                          ---------------- ---------------- ----  CPU 2
None                          None                          ---------------- ---------------- ----  CPU 3
None                          None                          0.238000000      6.982000000      0     CPU0 IDLE
None                          None                          0.461000000      13.089000000     1     CPU1 IDLE
None                          None                          0.000000000      0.000000000      2     CPU2 IDLE
None                          None                          0.000000000      0.000000000      3     CPU3 IDLE
None                          None                          0.000000000      0.001000000      4     hpwork
None                          None                          0.000000000      0.010000000      5     nsh_main
None                          None                          0.000000000      0.000000000      46    critmon

Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com>
2024-08-23 08:53:15 +08:00
..
CMakeLists.txt cmake:complete missing changes during cmake reforming for fs 2023-09-08 21:20:16 +03:00
Kconfig sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
Make.defs fdt: Add initial FDT support and procfs for userspace export 2023-08-05 12:41:06 -07:00
fs_procfs.c procfs/mempool: fix did not remove when pool not enabled 2024-08-21 01:25:34 +08:00
fs_procfscpuinfo.c fs: procfs add poll support 2023-12-26 19:23:13 -08:00
fs_procfscpuload.c cpuload: change cpuload type to clock_t 2024-03-03 02:15:40 +08:00
fs_procfscritmon.c [BugFix]Command "critmon" error 2024-08-23 08:53:15 +08:00
fs_procfsfdt.c fs: procfs add poll support 2023-12-26 19:23:13 -08:00
fs_procfsiobinfo.c fs: procfs add poll support 2023-12-26 19:23:13 -08:00
fs_procfsmeminfo.c procfs/meminfo: free delaylist for PROTECTED 2024-08-03 01:30:04 +08:00
fs_procfsproc.c fs/procfs: refine file backtrace 2024-06-30 17:30:42 +08:00
fs_procfstcbinfo.c fs: procfs add poll support 2023-12-26 19:23:13 -08:00
fs_procfsuptime.c fs: procfs add poll support 2023-12-26 19:23:13 -08:00
fs_procfsutil.c procfs:add /proc/cpuinfo 2023-05-27 03:29:41 +08:00
fs_procfsversion.c fs/procfs: add build config to /proc/version 2024-02-26 21:46:28 +08:00
fs_skeleton.c fs: procfs add poll support 2023-12-26 19:23:13 -08:00