All of lore.kernel.org
 help / color / mirror / Atom feed
* Keeping track of called syscalls in real-time
@ 2017-06-28 20:48 Ben Mezger
  2017-06-28 21:19 ` valdis.kletnieks at vt.edu
  0 siblings, 1 reply; 8+ messages in thread
From: Ben Mezger @ 2017-06-28 20:48 UTC (permalink / raw)
  To: kernelnewbies

Can the kernel keep track of all the system calls that were called by an
application/module in real-time?
I know I can statically use strace, or even gdb, but I am looking for a
solution in real time when the application/module is already running and
the user has no control over it.

I am not sure if a system call needs to go through a sort of wrapper to
get it from the syscall table, which I'm then assuming I can get such
info from there, but I am not sure.

I am looking for hints/options to archive this.

Many thanks

-- 
- seds
~> https://seds.nl

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-06-29 13:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-28 20:48 Keeping track of called syscalls in real-time Ben Mezger
2017-06-28 21:19 ` valdis.kletnieks at vt.edu
2017-06-28 22:06   ` Ben Mezger
2017-06-28 22:26     ` valdis.kletnieks at vt.edu
2017-06-28 23:16       ` Ben Mezger
2017-06-29  0:49         ` W. Michael Petullo
2017-06-29 13:45           ` Ben Mezger
2017-06-29  1:19         ` valdis.kletnieks at vt.edu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.