Port profiler howtos from David Broman's blog to the documentation folder (#22363)
authorDavid Mason <davmason@microsoft.com>
Fri, 15 Feb 2019 22:02:31 +0000 (14:02 -0800)
committerGitHub <noreply@github.com>
Fri, 15 Feb 2019 22:02:31 +0000 (14:02 -0800)
commit342c80a0c400e85e0507adaefae47f737c48f06f
treec6ca697b63ae22233d2678e72ee73397944a9ae5
parent51d033897eb5663ea8bab53704406d9fd82af98f
Port profiler howtos from David Broman's blog to the documentation folder (#22363)
36 files changed:
Documentation/Profiling/Profiler Loading.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/Attach.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/Attach2.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/CORPROF_E_UNSUPPORTED_CALL_SEQUENCE.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/Creating an IL-rewriting profiler.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/Debugging - Activation.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/Debugging - SOS and IDs.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/DoStackSnapshot - Callback CONTEXT Registers.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/DoStackSnapshot - Exception Filters.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/DoStackSnapshot - HRESULTs.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/ELT Hooks - The Basics.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/ELT Hooks - tail calls.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/GC Heap and Alignment Padding.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/Generics and Your Profiler.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/Metadata Tokens, Run-Time IDs, and Type Loading.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/Profiler Detach.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/Profiler stack walking Basics and beyond.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/README.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/ReJIT - Limitations.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/ReJIT - The Basics.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/Sample A Signature Blob Parser for your Profiler.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/Tail call JIT conditions.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/Type Forwarding.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/When is it safe to use ObjectIDs.md [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/media/2110.image_051F632D.png [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/media/4276.image1_31CAADB7.png [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/media/8715.image1_thumb_38118445.png [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/media/8715.image_thumb_01A0D243.png [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/media/Attach.jpg [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/media/NoBirthAnnouncement.JPG [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/media/deadlock.jpg [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/media/gccycle.jpg [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/samples/Add local to LocalVarSig.cpp [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/samples/PlugInToYourProfiler.cpp [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/samples/sigformat.cpp [new file with mode: 0644]
Documentation/Profiling/davbr-blog-archive/samples/sigparse.cpp [new file with mode: 0644]