#! /bin/sh # PR 14360 supersedes PR 11208, except with --compatible < 2.0 stap $@ -p1 --compatible=1.8 -e 'probe kernel.function ("sys_" /* this comment no longer prevents string gluing */ "open") {}'