summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/target_addr3.stp
blob: fe072adbc5f06bde0e73b67b97afd4e6cacbefb4 (plain)
1
2
3
4
5
6
#! stap -p2

// can't take the address of register return values
probe kernel.function("do_sys_open").return {
    println(& $return)
}