I noticed when I was building a src/runtime/probes/where_func there are some other directories that need to be built: src/runtime/relayfs and src/runtime/transport. I built them by hand. It would be a good idea to have a Makefile in src/runtime to do things like clean up the directory and build the relayfs and transport modules. -Will