]> sourceware.org Git - systemtap.git/blob - testsuite/semok/twenty.stp
Rename CONTEXT regflags to probe_flags. Now simply indicates user mode.
[systemtap.git] / testsuite / semok / twenty.stp
1 #! /bin/sh
2
3 set -e
4 stap -wp2 -e '
5 probe kernel.function("*") {}
6 probe module("*").function("*") {}
7 probe kernel.function("*").call {}
8 probe module("*").function("*").call {}
9 probe kernel.function("*").return {}
10 probe module("*").function("*").return {}
11 probe kernel.function("*").inline {}
12 probe module("*").function("*").inline {}
13 ' | wc
14
15 # without the |wc, we'd log the humongous list of stuff stap -p2 prints
This page took 0.038538 seconds and 5 git commands to generate.