summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/prologues.stp
blob: cbda14f986270596b22b2cec1b184ad0d833a5bb (plain)
1
2
3
4
5
6
# These sys_ functions often display prologue sensitivity
probe syscall.read, syscall.write {
  printf("%s (%s)\n", name, argstr)
  if (num++ > 20) exit()
}
global num
td>Jérôme Pouiller2009-10-151-6/+7 * of: remove "stm,m25p40" aliasAnton Vorontsov2009-09-231-1/+0 * of/mdio: Add support function for Ethernet fixed-link propertyAnton Vorontsov2009-07-221-0/+42 * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-154-0/+170 |\ | * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-15