Skip to content

subsys/tracing: add names to Kconfig choice symbols #90329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions subsys/tracing/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ config TRACING_CORE
Automatically selected by formats that require the core
tracing infrastructure.

choice
choice TRACING_FORMAT_CHOICE
prompt "Tracing Format"
default TRACING_NONE

Expand Down Expand Up @@ -76,7 +76,7 @@ config TRACING_CTF_TIMESTAMP
Timestamp prefix will be added to the beginning of CTF
event internally.

choice
choice TRACING_METHOD_CHOICE
prompt "Tracing Method"
default TRACING_ASYNC

Expand Down Expand Up @@ -129,7 +129,7 @@ config TRACING_PACKET_MAX_SIZE
help
Max size of one tracing packet.

choice
choice TRACING_BACKEND_CHOICE
prompt "Tracing Backend"
default TRACING_BACKEND_UART

Expand Down