gitextract_r48gq6i_/
├── .gitignore
├── 404.html
├── CNAME
├── Gemfile
├── LICENSE
├── README.md
├── _config.yml
├── _includes/
│ ├── footer.html
│ └── head.html
├── _layouts/
│ ├── home.html
│ └── posts.html
├── about.md
├── articles.md
├── assets/
│ ├── main.scss
│ └── other/
│ ├── EtwMetadata.ps1.txt
│ ├── WTComTrace.wprp
│ ├── winapi-user32.ps1.txt
│ └── windbg-install.ps1.txt
├── browserconfig.xml
├── guides/
│ ├── com-troubleshooting.md
│ ├── configuring-linux-for-effective-troubleshooting.md
│ ├── configuring-windows-for-effective-troubleshooting.md
│ ├── diagnosing-dotnet-apps.md
│ ├── diagnosing-native-windows-apps.md
│ ├── ebpf.md
│ ├── etw.md
│ ├── gdb.md
│ ├── linux-tracing.md
│ ├── network-tracing-tools.md
│ ├── using-withdll-and-detours-to-trace-winapi.md
│ ├── windbg.md
│ └── windows-performance-counters.md
├── guides.md
├── index.md
├── site.webmanifest
└── tools.md