/core/sdk-objc/macfuse_objc_dtrace.d

http://macfuse.googlecode.com/ · D · 19 lines · 9 code · 3 blank · 7 comment · 0 complexity · fb4e3df41696b99fb691f1b39ca57b5f MD5 · raw file

  1. /*
  2. * Copyright (C) 2006-2008 Google. All Rights Reserved.
  3. * Amit Singh <singh@>
  4. */
  5. /*
  6. * Keep the probes defined here in sync with the dummy ones in GMDTrace.h
  7. */
  8. provider macfuse_objc {
  9. probe delegate__entry(char*);
  10. probe delegate__return(int);
  11. };
  12. #pragma D attributes Evolving/Evolving/Common provider macfuse_objc provider
  13. #pragma D attributes Evolving/Evolving/Common provider macfuse_objc module
  14. #pragma D attributes Evolving/Evolving/Common provider macfuse_objc function
  15. #pragma D attributes Evolving/Evolving/Common provider macfuse_objc name
  16. #pragma D attributes Evolving/Evolving/Common provider macfuse_objc args