Enable the required config options to allow perf modules to collect additional information: - CONFIG_ARM_SPE_PMU=y - CONFIG_PROC_KCORE=y - CONFIG_CORESIGHT=y
Signed-off-by: Harry Ramsey harry.ramsey@arm.com --- Hello, This patch aims to update the defconfig file to build the kernel with additional debugging modules.
Changes available at: https://git.morello-project.org/harryramsey/linux/-/commits/morello/defconfi... --- arch/arm64/configs/morello_transitional_pcuabi_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/configs/morello_transitional_pcuabi_defconfig b/arch/arm64/configs/morello_transitional_pcuabi_defconfig index 075713a3d411..988f22f094f1 100644 --- a/arch/arm64/configs/morello_transitional_pcuabi_defconfig +++ b/arch/arm64/configs/morello_transitional_pcuabi_defconfig @@ -131,6 +131,7 @@ CONFIG_RTC_DRV_EFI=y CONFIG_VIRTIO_MMIO=y CONFIG_ARM_SMMU_V3=y CONFIG_MEMORY=y +CONFIG_ARM_SPE_PMU=y CONFIG_ANDROID_BINDER_IPC=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y @@ -140,9 +141,9 @@ CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y CONFIG_QUOTA=y CONFIG_AUTOFS4_FS=y CONFIG_VFAT_FS=y +CONFIG_PROC_KCORE=y CONFIG_TMPFS=y CONFIG_HUGETLBFS=y -CONFIG_CONFIGFS_FS=y # CONFIG_EFIVAR_FS is not set CONFIG_9P_FS=y CONFIG_NLS_CODEPAGE_437=y @@ -159,4 +160,5 @@ CONFIG_DEBUG_FS=y # CONFIG_SCHED_DEBUG is not set # CONFIG_DEBUG_PREEMPT is not set # CONFIG_FTRACE is not set +CONFIG_CORESIGHT=y CONFIG_MEMTEST=y
On 22-02-2023 14:14, Harry Ramsey wrote:
Enable the required config options to allow perf modules to collect additional information:
- CONFIG_ARM_SPE_PMU=y
- CONFIG_PROC_KCORE=y
- CONFIG_CORESIGHT=y
Signed-off-by: Harry Ramsey harry.ramsey@arm.com
Hello, This patch aims to update the defconfig file to build the kernel with additional debugging modules.
Changes available at: https://git.morello-project.org/harryramsey/linux/-/commits/morello/defconfi...
Hi Harry,
Looks good to me, well done!
Thanks, Tudor
arch/arm64/configs/morello_transitional_pcuabi_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/configs/morello_transitional_pcuabi_defconfig b/arch/arm64/configs/morello_transitional_pcuabi_defconfig index 075713a3d411..988f22f094f1 100644 --- a/arch/arm64/configs/morello_transitional_pcuabi_defconfig +++ b/arch/arm64/configs/morello_transitional_pcuabi_defconfig @@ -131,6 +131,7 @@ CONFIG_RTC_DRV_EFI=y CONFIG_VIRTIO_MMIO=y CONFIG_ARM_SMMU_V3=y CONFIG_MEMORY=y +CONFIG_ARM_SPE_PMU=y CONFIG_ANDROID_BINDER_IPC=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y @@ -140,9 +141,9 @@ CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y CONFIG_QUOTA=y CONFIG_AUTOFS4_FS=y CONFIG_VFAT_FS=y +CONFIG_PROC_KCORE=y CONFIG_TMPFS=y CONFIG_HUGETLBFS=y -CONFIG_CONFIGFS_FS=y # CONFIG_EFIVAR_FS is not set CONFIG_9P_FS=y CONFIG_NLS_CODEPAGE_437=y @@ -159,4 +160,5 @@ CONFIG_DEBUG_FS=y # CONFIG_SCHED_DEBUG is not set # CONFIG_DEBUG_PREEMPT is not set # CONFIG_FTRACE is not set +CONFIG_CORESIGHT=y CONFIG_MEMTEST=y
On 22/02/2023 17:34, Tudor Cretu wrote:
On 22-02-2023 14:14, Harry Ramsey wrote:
Enable the required config options to allow perf modules to collect additional information: - CONFIG_ARM_SPE_PMU=y - CONFIG_PROC_KCORE=y - CONFIG_CORESIGHT=y
Signed-off-by: Harry Ramsey harry.ramsey@arm.com
Hello, This patch aims to update the defconfig file to build the kernel with additional debugging modules.
Changes available at: https://git.morello-project.org/harryramsey/linux/-/commits/morello/defconfi...
Hi Harry,
Looks good to me, well done!
Nothing to complain about either. Now merged in next, thanks!
Kevin
Thanks, Tudor
arch/arm64/configs/morello_transitional_pcuabi_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/configs/morello_transitional_pcuabi_defconfig b/arch/arm64/configs/morello_transitional_pcuabi_defconfig index 075713a3d411..988f22f094f1 100644 --- a/arch/arm64/configs/morello_transitional_pcuabi_defconfig +++ b/arch/arm64/configs/morello_transitional_pcuabi_defconfig @@ -131,6 +131,7 @@ CONFIG_RTC_DRV_EFI=y CONFIG_VIRTIO_MMIO=y CONFIG_ARM_SMMU_V3=y CONFIG_MEMORY=y +CONFIG_ARM_SPE_PMU=y CONFIG_ANDROID_BINDER_IPC=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y @@ -140,9 +141,9 @@ CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y CONFIG_QUOTA=y CONFIG_AUTOFS4_FS=y CONFIG_VFAT_FS=y +CONFIG_PROC_KCORE=y CONFIG_TMPFS=y CONFIG_HUGETLBFS=y -CONFIG_CONFIGFS_FS=y # CONFIG_EFIVAR_FS is not set CONFIG_9P_FS=y CONFIG_NLS_CODEPAGE_437=y @@ -159,4 +160,5 @@ CONFIG_DEBUG_FS=y # CONFIG_SCHED_DEBUG is not set # CONFIG_DEBUG_PREEMPT is not set # CONFIG_FTRACE is not set +CONFIG_CORESIGHT=y CONFIG_MEMTEST=y
linux-morello mailing list -- linux-morello@op-lists.linaro.org To unsubscribe send an email to linux-morello-leave@op-lists.linaro.org
linux-morello@op-lists.linaro.org