Hi Francisco, try the following pointcut log (const char* zz) = args(zz) && call ("void nop(...)"); instead of > pointcut log (int zz) = args(zz) && call ("void nop(...)"); according to the example within the language reference on page 9, this should work. Ciao, Fabian