walnux/fs/vfs
Tiago Medicci Serrano b1bab5c783 fs/vfs/fs_poll: Add noinstrument_function to poll_notify function
Add the noinstrument_function attribute to the poll_notify function
to avoid it being looped if -finstrument-functions is set to the
fs/vfs files.

Signed-off-by: Tiago Medicci Serrano <tiago.medicci@espressif.com>
2025-03-18 09:17:52 +08:00
..
CMakeLists.txt fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_chstat.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_close.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_dir.c Use lib_get_pathbuffer instead of stack variables 2024-11-12 17:21:42 +08:00
fs_dup.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_dup2.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_epoll.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_eventfd.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_fchstat.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_fcntl.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_fstat.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_fstatfs.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_fsync.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_ioctl.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_link.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_lock.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_lseek.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_mkdir.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_open.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_poll.c fs/vfs/fs_poll: Add noinstrument_function to poll_notify function 2025-03-18 09:17:52 +08:00
fs_pread.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_pseudofile.c arch_atomic: only support atomic_xx and atomic64_xx function 2024-12-04 14:03:14 +01:00
fs_pwrite.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_read.c fs/vfs: initialize uio only if lower implement readv/writev 2025-01-22 16:45:46 +08:00
fs_readlink.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_rename.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_rmdir.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_select.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_sendfile.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_signalfd.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_stat.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_statfs.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_symlink.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_syncfs.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_timerfd.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_truncate.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_uio.c fs/uio: do not overwrite the return value 2025-01-22 16:45:46 +08:00
fs_unlink.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_write.c fs/vfs: initialize uio only if lower implement readv/writev 2025-01-22 16:45:46 +08:00
Kconfig fs: add backtrace to where file opens 2024-06-24 23:53:59 +08:00
lock.h fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
Make.defs fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00