nuttx/fs
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
..
aio fs/inode: remove all unnecessary check for filep/inode 2023-08-29 09:47:11 +08:00
binfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
cromfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
driver fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
fat fs/fat/fs_fat32.[c|h]: fix fseek bug when file size is multiple of cluster size 2024-07-06 19:00:01 +08:00
hostfs hostfs_ioctl:Fixed the error:expected expression caused by not adding parentheses in switch 2024-08-18 10:17:48 +08:00
inode nuttx/fs:Rename node with inode. 2024-08-19 13:35:56 +08:00
littlefs littlefs/Make.defs:Add get path temp patch 2024-02-21 06:15:39 -08:00
mmap fs/mmap: Fix build warning with [-Wmaybe-uninitialized]. 2024-08-19 16:40:58 +08:00
mnemofs fs/mnemofs: Fix journal log rw issue, read size issue 2024-08-17 09:10:04 -03:00
mount fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
mqueue fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
nfs fs.h:Added definition CH_STAT_SIZE 2024-08-19 11:05:40 -03:00
notify inotify:fix memory alloc/free not match 2024-08-22 20:25:30 +08:00
nxffs stm32h7/linum-stm32h753bi: Add support to littlefs and nxffs with flash mem. via quadspi 2024-04-15 13:24:55 +08:00
partition fs: partition: fs_mbr: fix for MBR block count calculation. 2024-01-14 01:29:24 -08:00
procfs [BugFix]Command "critmon" error 2024-08-23 08:53:15 +08:00
romfs fs/romfs: Move rn_child/rn_count before rn_namesize 2024-01-20 09:27:50 -03:00
rpmsgfs rpmsgfs: fix out of bounds access caused by data transmission farmat 2024-08-22 20:25:49 +08:00
semaphore fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
shm fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
smartfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
socket build: add initial cmake build system 2023-07-08 13:50:48 +08:00
spiffs fs/spiffs: Return OK on spiffs_[f]stat success 2024-08-01 01:27:25 +08:00
tmpfs tmpfs: old data was loaded when SEEK_SET beyond end of the file 2024-08-22 20:25:03 +08:00
unionfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
userfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
v9fs v9fs/client.c:fix in x86 qemu crash 2024-08-19 11:05:40 -03:00
vfs file_lock:fix memory alloc/free not match 2024-08-22 20:25:30 +08:00
zipfs fs: procfs add poll support 2023-12-26 19:23:13 -08:00
CMakeLists.txt cmake:bugfix add sched include search path for fs 2024-08-14 20:58:59 +08:00
fs_initialize.c fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
Kconfig fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
Makefile fs:notify add support for inotify 2024-08-22 01:50:37 +08:00