anchao commented on a change in pull request #5689: URL: https://github.com/apache/incubator-nuttx/pull/5689#discussion_r821282635
########## File path: drivers/segger/note_sysview.c ########## @@ -40,12 +40,17 @@ struct sysview_s { - unsigned int irq[CONFIG_SMP_NCPUS]; + unsigned int irq[CONFIG_SMP_NCPUS]; #ifdef CONFIG_SCHED_INSTRUMENTATION_FILTER - struct note_filter_mode_s mode; + struct note_filter_mode_s mode; #endif #ifdef CONFIG_SCHED_INSTRUMENTATION_IRQHANDLER - struct note_filter_irq_s irq_mask; + struct note_filter_irq_s irq_mask; + unsigned int irq_nest[CONFIG_SMP_NCPUS]; Review comment: Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org