configs: disable profiling
We have the basic profiler implementation so we can do this. Signed-off-by: Nahuel Gómez <nahuelgomez329@gmail.com>
This commit is contained in:
parent
e76c8f44b7
commit
4035025e18
2 changed files with 2 additions and 2 deletions
|
@ -278,7 +278,7 @@ CONFIG_SLAB_FREELIST_HARDENED=y
|
|||
CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
CONFIG_SYSTEM_DATA_VERIFICATION=y
|
||||
CONFIG_PROFILING=y
|
||||
# CONFIG_PROFILING is not set
|
||||
CONFIG_TRACEPOINTS=y
|
||||
# end of General setup
|
||||
|
||||
|
|
|
@ -278,7 +278,7 @@ CONFIG_SLAB_FREELIST_HARDENED=y
|
|||
CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
|
||||
CONFIG_SLUB_CPU_PARTIAL=y
|
||||
CONFIG_SYSTEM_DATA_VERIFICATION=y
|
||||
CONFIG_PROFILING=y
|
||||
# CONFIG_PROFILING is not set
|
||||
CONFIG_TRACEPOINTS=y
|
||||
# end of General setup
|
||||
|
||||
|
|
Loading…
Reference in a new issue