summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/twenty.stp
blob: 73dbb3bfa29e63001bab864fa15593a946d1c10b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

set -e
stap -wp2 -e '
probe kernel.function("*") {}
probe module("*").function("*") {}
probe kernel.function("*").call {}
probe module("*").function("*").call {}
probe kernel.function("*").return {}
probe module("*").function("*").return {}
probe kernel.function("*").inline {}
probe module("*").function("*").inline {}
' | wc

# without the |wc,  we'd log the humongous list of stuff stap -p2 prints