]> sourceware.org Git - systemtap.git/blame - testsuite/semok/twentyseven.stp
Rename CONTEXT regflags to probe_flags. Now simply indicates user mode.
[systemtap.git] / testsuite / semok / twentyseven.stp
CommitLineData
d898100a
FCE
1#! stap -p2
2
3probe foo.a = kernel.function("sys_read") /* some */ ! /* sufficient */ ,
4 kernel.function("no_such_function")
5 { "foo.a" }
6
7probe foo.b = module("*scsi*").function("no_such_thing") /* none */ ? ,
8 module("*scsi*").function("*queue*") /* some */ ! , /* suff'nt */
9 module("no_such_module").function("no_such_function")
10 { "foo.b" }
11probe foo.* { }
This page took 0.077362 seconds and 5 git commands to generate.