summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline02.stp
blob: feca762bd275eef48d59a090a22dbadd36e594f3 (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() }'