summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/signal-all-probes.stp
blob: ed4faf5f37f4862d0c2f3ff0d4275989dc0d453e (plain)
1
2
3
4
5
6
7
8
9
#! stap -wp4

// Tests if all probes in the signal tapset are resolvable.

probe signal.*,
      signal.*.*,
      _signal.*.*,
      _signal.*.*.* 
{}