#pragma D option quiet ruby$target:::function-entry { @[copyinstr(arg0), copyinstr(arg1)] = count(); } END { printf("%15s %30s %s\n", "CLASS", "METHOD", "COUNT"); printa("%15s %30s %@d\n", @); }