Software StackSystem CallsDrillsQuestionsSyscall ToolOn this pageSyscall ToolQuestion TextWhat tool do we use to capture system calls?Question Answersstracemakegcc./execFeedbackstrace is used to trace system calls invoked by a running program.