nuttx/Documentation/components/filesystem
Sumit6307 b2b78d2f8a fs: Add Kernel-level VFS Performance Profiler
This adds a kernel-level performance profiler for the VFS.
By enabling CONFIG_FS_PROFILER, the core VFS system calls
(file_read, file_write, file_open, and file_close) are
instrumented to track high-resolution execution times using
clock_systime_timespec() seamlessly.

The collected statistics are exposed dynamically via a new
procfs node at /proc/fs/profile, allowing CI regression
testing without needing external debugging tools.

Signed-off-by: Sumit6307 <sumitkesar6307@gmail.com>
2026-04-26 11:50:09 -03:00
..
nuttxfs Doc: migration filesystem doc 2024-11-11 10:37:56 +08:00
nxffs Doc: migration filesystem doc 2024-11-11 10:37:56 +08:00
nxflat Doc: migration filesystem doc 2024-11-11 10:37:56 +08:00
aio.rst
binfs.rst
cromfs.rst style: Fix "the the" typo across the codebase. 2026-03-23 11:07:49 +01:00
fat.rst style: fix typos 2025-04-30 13:45:46 +08:00
hostfs.rst
how_nxffs_works.rst Doc: migration filesystem doc 2024-11-11 10:37:56 +08:00
index.rst fs: Add Kernel-level VFS Performance Profiler 2026-04-26 11:50:09 -03:00
inotify.rst
littlefs.rst docs/littlefs: Improve documentation about littelfs on NuttX 2025-08-08 02:09:18 +08:00
mmap.rst
mnemofs.rst Documentation: fix spelling 2025-05-15 11:33:41 +08:00
nfs.rst
nuttxfs.rst Doc: migration filesystem doc 2024-11-11 10:37:56 +08:00
nxffs.rst Doc: migration filesystem doc 2024-11-11 10:37:56 +08:00
nxflat.rst Doc: migration filesystem doc 2024-11-11 10:37:56 +08:00
partition.rst
procfs.rst
profiler.rst fs: Add Kernel-level VFS Performance Profiler 2026-04-26 11:50:09 -03:00
pseudofs.rst Doc: migration filesystem doc 2024-11-11 10:37:56 +08:00
romfs.rst
rpmsgfs.rst
shmfs.rst
smartfs.rst style: fix typos 2025-04-30 13:45:46 +08:00
special_files_dev_num.rst Doc: migration filesystem doc 2024-11-11 10:37:56 +08:00
spiffs.rst
tmpfs.rst Documentation: fix spelling 2025-05-15 11:33:41 +08:00
unionfs.rst
userfs.rst
v9fs.rst v9fs:add Documentation 2025-01-20 17:12:14 +08:00
zipfs.rst