Questions about executable system calls #2946
Replies: 3 comments 1 reply
-
in #2943 Depending on the scenario you gave, it may be possible to get the specified system calls, but, in most application executions, she may generate a lot of system calls (you gave 360 system calls). Being able to show all of them in the result you gave would make it easier for us to use. |
Beta Was this translation helpful? Give feedback.
-
please use the "Discussions" Tab for general support questions. I'm converting this and the other issue you created to discussions. |
Beta Was this translation helpful? Give feedback.
-
See my answer here: #2945 (comment) |
Beta Was this translation helpful? Give feedback.
-
Thank you for your quick answer. #2943
However, if you trace an executable program, the system calls are not fixed.
How do we get the sequence of system calls for an application?
e.g,:
Is it possible to get these system calls and the time of execution of each system call using tracee?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions