]> sourceware.org Git - systemtap.git/blob - testsuite/semok/kretprobe-data.stp
Update 3 semok tests for RHEL4.
[systemtap.git] / testsuite / semok / kretprobe-data.stp
1 #! stap -p2
2
3 # On kernels with kretprobe data-pouch, we have a tricky situation
4 # with data types. Make sure a few different cases will work...
5 probe kernel.function("do_path_lookup").return !,
6 kernel.function("path_lookup").return
7 {
8 println($nd)
9 println($nd$)
10 println($$parms)
11 }
This page took 0.035459 seconds and 5 git commands to generate.