0

I read the document find about probe态function document enter image description here

and the usage:

man -k  probe::

probe::ioblock.end [probe::ioblock] (3stap) - Fires whenever a block I/O transfer is complete probe::ioblock.request [probe::ioblock] (3stap) - Fires whenever making a generic block I/O request

but how get the syscall doucment from man
example :syscall.write document

fuyou001
  • 1,594
  • 4
  • 16
  • 27

1 Answers1

1

There aren't individual man pages about the syscalls. See instead the SYSCALL section of man stapprobes.

fche
  • 2,641
  • 20
  • 28