Describe tracing build options for developers
This commit is contained in:
parent
f2f7d965b8
commit
b22b41ee87
2 changed files with 20 additions and 0 deletions
|
@ -153,3 +153,13 @@ CONFIG_IPV6=y
|
||||||
# This can be used to reduce binary size at the cost of disabling a debugging
|
# This can be used to reduce binary size at the cost of disabling a debugging
|
||||||
# option.
|
# option.
|
||||||
#CONFIG_NO_DUMP_STATE=y
|
#CONFIG_NO_DUMP_STATE=y
|
||||||
|
|
||||||
|
# Enable tracing code for developer debugging
|
||||||
|
# This tracks use of memory allocations and other registrations and reports
|
||||||
|
# incorrect use with a backtrace of call (or allocation) location.
|
||||||
|
#CONFIG_WPA_TRACE=y
|
||||||
|
|
||||||
|
# Use libbfd to get more details for developer debugging
|
||||||
|
# This enables use of libbfd to get more detailed symbols for the backtraces
|
||||||
|
# generated by CONFIG_WPA_TRACE=y.
|
||||||
|
CONFIG_WPA_TRACE_BFD=y
|
||||||
|
|
|
@ -382,3 +382,13 @@ CONFIG_PEERKEY=y
|
||||||
# Enable mitigation against certain attacks against TKIP by delaying Michael
|
# Enable mitigation against certain attacks against TKIP by delaying Michael
|
||||||
# MIC error reports by a random amount of time between 0 and 60 seconds
|
# MIC error reports by a random amount of time between 0 and 60 seconds
|
||||||
#CONFIG_DELAYED_MIC_ERROR_REPORT=y
|
#CONFIG_DELAYED_MIC_ERROR_REPORT=y
|
||||||
|
|
||||||
|
# Enable tracing code for developer debugging
|
||||||
|
# This tracks use of memory allocations and other registrations and reports
|
||||||
|
# incorrect use with a backtrace of call (or allocation) location.
|
||||||
|
#CONFIG_WPA_TRACE=y
|
||||||
|
|
||||||
|
# Use libbfd to get more details for developer debugging
|
||||||
|
# This enables use of libbfd to get more detailed symbols for the backtraces
|
||||||
|
# generated by CONFIG_WPA_TRACE=y.
|
||||||
|
CONFIG_WPA_TRACE_BFD=y
|
||||||
|
|
Loading…
Reference in a new issue