Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions bluetooth/tracing/BluetoothStack.wprp
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,13 @@
</Keywords>
</EventProvider>

<!-- Natural Authentication Providers -->
<EventProvider Id="Microsoft.Windows.Security.NaturalAuth.Service" Name="c632d944-dddb-599f-a131-baf37bf22ef0" Level="7" NonPagedMemory="true">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appears to be a user-mode component, so the traces don't need to go to non-paged buffers.

<Keywords>
<Keyword Value="0xFFFFFFFFFFFFFFFF"/>
</Keywords>
</EventProvider>

<!-- BthPort ETW provider. Kept separate for readability -->
<EventProvider Id="Microsoft.Windows.Bluetooth.BTHPORT" Name="8a1f9517-3a8c-4a9e-a018-4f17a200f277" Level="4" NonPagedMemory="true">
<Keywords>
Expand Down Expand Up @@ -861,6 +868,7 @@
<EventProviderId Value="Microsoft.Windows.Apps.PhoneUtilsProviders"/>
<EventProviderId Value="Microsoft.Windows.Apps.TelephonyInteractiveUser"/>
<EventProviderId Value="Microsoft.Windows.TestExecution.WexLogger"/>
<EventProviderId Value="Microsoft.Windows.Security.NaturalAuth.Service"/>
</EventProviders>
</EventCollectorId>

Expand Down Expand Up @@ -1008,6 +1016,7 @@
<EventProviderId Value="Microsoft.Windows.Apps.PhoneUtilsProviders"/>
<EventProviderId Value="Microsoft.Windows.Apps.TelephonyInteractiveUser"/>
<EventProviderId Value="Microsoft.Windows.TestExecution.WexLogger"/>
<EventProviderId Value="Microsoft.Windows.Security.NaturalAuth.Service"/>
</EventProviders>
</EventCollectorId>

Expand Down