mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
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>
This commit is contained in:
committed by
archer
parent
bf73fbe774
commit
b1bab5c783
@@ -272,6 +272,7 @@ void poll_default_cb(FAR struct pollfd *fds)
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
noinstrument_function
|
||||||
void poll_notify(FAR struct pollfd **afds, int nfds, pollevent_t eventset)
|
void poll_notify(FAR struct pollfd **afds, int nfds, pollevent_t eventset)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|||||||
Reference in New Issue
Block a user