VMWare にある VProbes というゲスト OS のプロファイル情報を収集するための仕組みが「Debug Hacks」で紹介されています。
そのスクリプト言語 VP のコードの例を見ると(うまくインデントされていないものの)S 式になっていたので、もしやと思い公開されているドキュメント VProbes Programming Reference を確認してみました。しかし
VProbes is an open-ended investigatory tool that is directed by scripts written in a limited language called VP. Script syntax is similar to that of Scheme or Lisp, but the language has few other similarities.
ということでした。