[PR #10166] [MERGED] Add cooked data read tracing #27937

Open
opened 2026-01-31 09:25:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10166
Author: @depletionmode
Created: 5/24/2021
Status: Merged
Merged: 5/24/2021
Merged by: @DHowett

Base: mainHead: dev/depletionmode/trace-cooked-read


📝 Commits (1)

  • a92bace Add cooked data read tracing

📊 Changes

4 files changed (+17 additions, -2 deletions)

View changed files

📝 src/host/readDataCooked.cpp (+2 -0)
📝 src/host/tracing.cpp (+12 -1)
📝 src/host/tracing.hpp (+2 -0)
📝 src/inc/til.h (+1 -1)

📄 Description

Summary of the Pull Request

Added trace to conhost to instrument buffers that are cooked prior to being passed to the console.

References

  • I've discussed this with core contributors already (internal)

Validation Steps Performed

  • Ensured trace is correctly logged in ETL (via TraceLog)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/10166 **Author:** [@depletionmode](https://github.com/depletionmode) **Created:** 5/24/2021 **Status:** ✅ Merged **Merged:** 5/24/2021 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/depletionmode/trace-cooked-read` --- ### 📝 Commits (1) - [`a92bace`](https://github.com/microsoft/terminal/commit/a92bace041e4f178a08bb3861eb181c21098608a) Add cooked data read tracing ### 📊 Changes **4 files changed** (+17 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/host/readDataCooked.cpp` (+2 -0) 📝 `src/host/tracing.cpp` (+12 -1) 📝 `src/host/tracing.hpp` (+2 -0) 📝 `src/inc/til.h` (+1 -1) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Added trace to conhost to instrument buffers that are cooked prior to being passed to the console. <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References <!-- Please review the items on the PR checklist before submitting--> * [x] I've discussed this with core contributors already (internal) <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed - Ensured trace is correctly logged in ETL (via TraceLog) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:25:15 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27937