Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4634519yba; Wed, 10 Apr 2019 01:25:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqxwQ/XHCYBpAjseo0JwDY/k+wS/2a+MrKmeXJ+H9jnYQ4KoNM2vU9tdy8vHhKU7WFyCMW8z X-Received: by 2002:a17:902:d24:: with SMTP id 33mr43322200plu.246.1554884747181; Wed, 10 Apr 2019 01:25:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554884747; cv=none; d=google.com; s=arc-20160816; b=cv5C2UywL9HNWIEPlirYX2CKUty2AI+0v/dNEOQqYqqblszy3evLHRwfeDjOehRCpm iMx0h+64wdC4hEWPQ9sUOjh3O8CC3n6whhR8l/8B9JuAZkmvqOzSQzPh/Hn2pZE53jU9 H5XMW6+LPvqaD52i5QKYgzQuRk4G/WbEsb8A92W1MeZPFeG2FbYS2y7ZgxqWLRQAEzOS Xw2YaQbTHq23Dtvf8YTMH04kdFy7HNfv5DfO7tyjWrnzQ/wlEVkETICQuXBaeF3CBbAn 3wRcvrP40ZhdHna7CU2jUnvG/zN6D/49iAgUsVMCGCiNC01J0en7xusqBz331U8zsrRN l53Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:references :in-reply-to:message-id:date:subject:cc:to:from; bh=JNmjfOsjc9ujAAs0cSlXzTpam7Pywn6TFqz/xgSTZfo=; b=cii5WkcAqkKFkb1gzgRRTtxh7/IqbIreYyFMKdg+yR0ZZwPoVv/DH0tup2gkC1DNce bWxXZbdfpOVCYWOhvtimer72eRGCjXQgO/Y3R4aAVadakUPg6yE8KhIRQm3Ujs9PyBed g64AHugtQALWyTnjlkk8YAh+3ijHELdhkn7PXLGPg1EGkZ2u2sV5o0cLF+23V636icpa 9JadbYZXreA8vJOom1H3LkR/GbeJUfBBa3p12CZ1Nt1+uadNlryl+crhCCLsnvWyfWRS tuWaJMtihoM3NP4NVyFNa//9wLwtwDVh5VZAh9tGWoa2cl1VuUfu7Wr+aQaQqedZ76yY 2fYw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j8si13107592pfr.47.2019.04.10.01.25.31; Wed, 10 Apr 2019 01:25:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729520AbfDJIYx (ORCPT + 99 others); Wed, 10 Apr 2019 04:24:53 -0400 Received: from smtp2200-217.mail.aliyun.com ([121.197.200.217]:49249 "EHLO smtp2200-217.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729258AbfDJIYv (ORCPT ); Wed, 10 Apr 2019 04:24:51 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.07436917|-1;CH=green;DM=CONTINUE|CONTINUE|true|0.375491-0.016038-0.608471;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03289;MF=han_mao@c-sky.com;NM=1;PH=DS;RN=3;RT=3;SR=0;TI=SMTPD_---.EJJSTpS_1554884688; Received: from localhost(mailfrom:han_mao@c-sky.com fp:SMTPD_---.EJJSTpS_1554884688) by smtp.aliyun-inc.com(10.147.42.253); Wed, 10 Apr 2019 16:24:48 +0800 From: Mao Han To: linux-kernel@vger.kernel.org Cc: Mao Han , Guo Ren Subject: [PATCH v3 2/3] csky: Add support for perf registers sampling Date: Wed, 10 Apr 2019 16:16:44 +0800 Message-Id: <4a37bc0ffa48cbe2a49a50f5db791ffbef144ef4.1554883878.git.han_mao@c-sky.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch implements the perf registers sampling and validation API for csky arch. The valid registers and their register ID are defined in perf_regs.h. Perf tool can backtrace in userspace with unwind library and the registers/user stack dump support. CC: Guo Ren Signed-off-by: Mao Han --- arch/csky/Kconfig | 2 ++ arch/csky/include/uapi/asm/perf_regs.h | 51 ++++++++++++++++++++++++++++++++++ arch/csky/kernel/Makefile | 1 + arch/csky/kernel/perf_regs.c | 40 ++++++++++++++++++++++++++ 4 files changed, 94 insertions(+) create mode 100644 arch/csky/include/uapi/asm/perf_regs.h create mode 100644 arch/csky/kernel/perf_regs.c diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig index c4974cf..8e45c7a 100644 --- a/arch/csky/Kconfig +++ b/arch/csky/Kconfig @@ -38,6 +38,8 @@ config CSKY select HAVE_KERNEL_LZO select HAVE_KERNEL_LZMA select HAVE_PERF_EVENTS + select HAVE_PERF_REGS + select HAVE_PERF_USER_STACK_DUMP select HAVE_DMA_API_DEBUG select HAVE_DMA_CONTIGUOUS select HAVE_SYSCALL_TRACEPOINTS diff --git a/arch/csky/include/uapi/asm/perf_regs.h b/arch/csky/include/uapi/asm/perf_regs.h new file mode 100644 index 0000000..ee323d8 --- /dev/null +++ b/arch/csky/include/uapi/asm/perf_regs.h @@ -0,0 +1,51 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +// Copyright (C) 2019 Hangzhou C-SKY Microsystems co.,ltd. + +#ifndef _ASM_CSKY_PERF_REGS_H +#define _ASM_CSKY_PERF_REGS_H + +/* Index of struct pt_regs */ +enum perf_event_csky_regs { + PERF_REG_CSKY_TLS, + PERF_REG_CSKY_LR, + PERF_REG_CSKY_PC, + PERF_REG_CSKY_SR, + PERF_REG_CSKY_SP, + PERF_REG_CSKY_ORIG_A0, + PERF_REG_CSKY_A0, + PERF_REG_CSKY_A1, + PERF_REG_CSKY_A2, + PERF_REG_CSKY_A3, + PERF_REG_CSKY_REGS0, + PERF_REG_CSKY_REGS1, + PERF_REG_CSKY_REGS2, + PERF_REG_CSKY_REGS3, + PERF_REG_CSKY_REGS4, + PERF_REG_CSKY_REGS5, + PERF_REG_CSKY_REGS6, + PERF_REG_CSKY_REGS7, + PERF_REG_CSKY_REGS8, + PERF_REG_CSKY_REGS9, +#if defined(__CSKYABIV2__) + PERF_REG_CSKY_EXREGS0, + PERF_REG_CSKY_EXREGS1, + PERF_REG_CSKY_EXREGS2, + PERF_REG_CSKY_EXREGS3, + PERF_REG_CSKY_EXREGS4, + PERF_REG_CSKY_EXREGS5, + PERF_REG_CSKY_EXREGS6, + PERF_REG_CSKY_EXREGS7, + PERF_REG_CSKY_EXREGS8, + PERF_REG_CSKY_EXREGS9, + PERF_REG_CSKY_EXREGS10, + PERF_REG_CSKY_EXREGS11, + PERF_REG_CSKY_EXREGS12, + PERF_REG_CSKY_EXREGS13, + PERF_REG_CSKY_EXREGS14, + PERF_REG_CSKY_HI, + PERF_REG_CSKY_LO, + PERF_REG_CSKY_DCSR, +#endif + PERF_REG_CSKY_MAX, +}; +#endif /* _ASM_CSKY_PERF_REGS_H */ diff --git a/arch/csky/kernel/Makefile b/arch/csky/kernel/Makefile index 4c462f5..1624b04 100644 --- a/arch/csky/kernel/Makefile +++ b/arch/csky/kernel/Makefile @@ -10,6 +10,7 @@ obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o obj-$(CONFIG_STACKTRACE) += stacktrace.o obj-$(CONFIG_CSKY_PMU_V1) += perf_event.o obj-$(CONFIG_PERF_EVENTS) += perf_callchain.o +obj-$(CONFIG_HAVE_PERF_REGS) += perf_regs.o ifdef CONFIG_FUNCTION_TRACER CFLAGS_REMOVE_ftrace.o = $(CC_FLAGS_FTRACE) diff --git a/arch/csky/kernel/perf_regs.c b/arch/csky/kernel/perf_regs.c new file mode 100644 index 0000000..88f1875 --- /dev/null +++ b/arch/csky/kernel/perf_regs.c @@ -0,0 +1,40 @@ +// SPDX-License-Identifier: GPL-2.0 +// Copyright (C) 2019 Hangzhou C-SKY Microsystems co.,ltd. + +#include +#include +#include +#include +#include +#include + +u64 perf_reg_value(struct pt_regs *regs, int idx) +{ + if (WARN_ON_ONCE((u32)idx >= PERF_REG_CSKY_MAX)) + return 0; + + return ((long *)regs)[idx]; +} + +#define REG_RESERVED (~((1ULL << PERF_REG_CSKY_MAX) - 1)) + +int perf_reg_validate(u64 mask) +{ + if (!mask || mask & REG_RESERVED) + return -EINVAL; + + return 0; +} + +u64 perf_reg_abi(struct task_struct *task) +{ + return PERF_SAMPLE_REGS_ABI_32; +} + +void perf_get_regs_user(struct perf_regs *regs_user, + struct pt_regs *regs, + struct pt_regs *regs_user_copy) +{ + regs_user->regs = task_pt_regs(current); + regs_user->abi = perf_reg_abi(current); +} -- 2.7.4