Skip to content

Commit 81f24b3

Browse files
widgetiiclaude
andauthored
feat: enable kprobes/ftrace on hi3516cv500 family, mirror #1982 (#2095)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c64f924 commit 81f24b3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

br-ext-chip-hisilicon/board/hi3516cv500/hi3516av300.generic.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ CONFIG_PERF_USE_VMALLOC=y
164164
#
165165
# CONFIG_PERF_EVENTS is not set
166166
CONFIG_VM_EVENT_COUNTERS=y
167-
CONFIG_SLUB_DEBUG=y
167+
# CONFIG_SLUB_DEBUG is not set
168168
CONFIG_COMPAT_BRK=y
169169
# CONFIG_SLAB is not set
170170
CONFIG_SLUB=y
@@ -173,7 +173,7 @@ CONFIG_SLUB_CPU_PARTIAL=y
173173
# CONFIG_SYSTEM_DATA_VERIFICATION is not set
174174
# CONFIG_PROFILING is not set
175175
CONFIG_HAVE_OPROFILE=y
176-
# CONFIG_KPROBES is not set
176+
CONFIG_KPROBES=y
177177
# CONFIG_JUMP_LABEL is not set
178178
# CONFIG_UPROBES is not set
179179
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
@@ -2450,7 +2450,7 @@ CONFIG_HAVE_DEBUG_KMEMLEAK=y
24502450
# CONFIG_DEBUG_KMEMLEAK is not set
24512451
# CONFIG_DEBUG_STACK_USAGE is not set
24522452
# CONFIG_DEBUG_VM is not set
2453-
CONFIG_DEBUG_MEMORY_INIT=y
2453+
# CONFIG_DEBUG_MEMORY_INIT is not set
24542454
# CONFIG_DEBUG_PER_CPU_MAPS is not set
24552455
# CONFIG_DEBUG_HIGHMEM is not set
24562456
# CONFIG_DEBUG_SHIRQ is not set

br-ext-chip-hisilicon/board/hi3516cv500/hi3516cv500.generic.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ CONFIG_PERF_USE_VMALLOC=y
164164
#
165165
# CONFIG_PERF_EVENTS is not set
166166
CONFIG_VM_EVENT_COUNTERS=y
167-
CONFIG_SLUB_DEBUG=y
167+
# CONFIG_SLUB_DEBUG is not set
168168
CONFIG_COMPAT_BRK=y
169169
# CONFIG_SLAB is not set
170170
CONFIG_SLUB=y
@@ -173,7 +173,7 @@ CONFIG_SLUB_CPU_PARTIAL=y
173173
# CONFIG_SYSTEM_DATA_VERIFICATION is not set
174174
# CONFIG_PROFILING is not set
175175
CONFIG_HAVE_OPROFILE=y
176-
# CONFIG_KPROBES is not set
176+
CONFIG_KPROBES=y
177177
# CONFIG_JUMP_LABEL is not set
178178
# CONFIG_UPROBES is not set
179179
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
@@ -2488,7 +2488,7 @@ CONFIG_HAVE_DEBUG_KMEMLEAK=y
24882488
# CONFIG_DEBUG_KMEMLEAK is not set
24892489
# CONFIG_DEBUG_STACK_USAGE is not set
24902490
# CONFIG_DEBUG_VM is not set
2491-
CONFIG_DEBUG_MEMORY_INIT=y
2491+
# CONFIG_DEBUG_MEMORY_INIT is not set
24922492
# CONFIG_DEBUG_PER_CPU_MAPS is not set
24932493
# CONFIG_DEBUG_HIGHMEM is not set
24942494
# CONFIG_DEBUG_SHIRQ is not set

0 commit comments

Comments
 (0)