| 3432 | } |
| 3433 | |
| 3434 | void PMTraceConsumer::HandleMetadataEvent(EVENT_RECORD* pEventRecord) |
| 3435 | { |
| 3436 | mMetadata.AddMetadata(pEventRecord); |
| 3437 | } |
| 3438 | |
| 3439 | void PMTraceConsumer::AddTrackedProcessForFiltering(uint32_t processID) |
| 3440 | { |
no test coverage detected