/core/sdk-objc/ProjectTemplates/Objective-C Command Line File System/TemplateFS.d
http://macfuse.googlecode.com/ · D · 9 lines · 7 code · 2 blank · 0 comment · 1 complexity · 301df45df91f258ab193f75ef130481c MD5 · raw file
- #!/usr/sbin/dtrace -s
- #pragma D option quiet
- macfuse_objc*:::delegate-entry
- /execname == "ÇPROJECTNAME?"/
- {
- printf("%-14d %s: %s\n", timestamp, probefunc, copyinstr(arg0));
- }