summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline02.stp
blob: 57289c2dc0d6158f234b609472b47171e2b36b36 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# -sNUM  Use NUM megabyte buffers for kernel-to-user data transfer.  On a
#        multiprocessor in bulk mode, this is a per-processor amount.
#
# NUM must be between 1 and 64 

./stap -p1 -s 0 -e 'probe begin { exit() }'