There are cases where it might be nice to concatenate string literals together, where using a '.' expression is not possible, e.g.: $ cat foo-monitor.stp probe process(@1 "/bin/foo").function("start") { ... } probe process(@1 "/bin/foo").function("stop") { ... } probe process(@1 "/lib/libfoo.so").function("calculate") { ... } $ stap foo-monitor.stp "/install/prefix/"
commit 489e3d5