Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp1646987pxb; Thu, 16 Sep 2021 11:59:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwBfkf7hK7ru9tRsjV2XFCoXPuKUiEPqsvRFIN9M21clFZAJcIJmY449BmwRUTd3ibTK9Te X-Received: by 2002:a17:906:640f:: with SMTP id d15mr8082306ejm.419.1631818756333; Thu, 16 Sep 2021 11:59:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631818756; cv=none; d=google.com; s=arc-20160816; b=fdzGzCFYl6zusTYK22SMJOUgizy3J710nQQ5oCFpJ6tvSjm3+Rfe3ZYkQt3tGpU/fN Zzv2iuee3whA1aEYRsV9co3mSCwXjukHzPr9T7RoC41NNhxbJ4uTHTtIDGUcIQMV1BJq DaszaKZEjgFo8+oIBv1uSlptGL/h+/5Sf2ycSmPACeAjsizp5/O9cEfBK0Fpjgm29aFE wdIwtL/GFm5VCXspSnmBsqySSaXhz6PkVNYffDaR8jMaCu+EEAkvLFOdvYenUjdzohtW o0Ai0JaxVzqNcD4HQC5X2X4iEJLnTh5bKwmT0EJQvCbyDVEYfv7YThf1JJYPAZ4PHX4n MqxA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=k4CkdB7cdm5Q3PbsBM3BFi9sVbkiQSmnp5DilySa+Qo=; b=RCQAtO6JQt50auBTU5FAQO1xh6v12uxGofSSZz7Ta0ymheClrZ0D589G6lLLzLOGon gNhejP951kp7c4nI4Rx9yfBLIbS9ul0CyKvG/upEl9f+HD81gUhcYWfnTgLsHtyptce+ aQzlyWeNTijIC1NtUijdnTi0xq6rPVTpavh5LU8TEzgPeqdVt8wPuhfwr6YCohed5oJy n0aBDQf42/Sxs5kKezQ1KMDJUDoEYbjsD4Qrh0FVZHCOAIZTkrdOgF2EZJuSwOzWt35A L/lFzHAXitF6cId9d40BVHmmr+bkpkMNXBKKo91brz6Xu6QPLF/mjKQDpXnFrKjAYEhn jBig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u4si4928615ejt.53.2021.09.16.11.58.51; Thu, 16 Sep 2021 11:59:16 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239448AbhIPPsh (ORCPT + 99 others); Thu, 16 Sep 2021 11:48:37 -0400 Received: from foss.arm.com ([217.140.110.172]:39422 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240016AbhIPPsg (ORCPT ); Thu, 16 Sep 2021 11:48:36 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 87BA911D4; Thu, 16 Sep 2021 08:47:15 -0700 (PDT) Received: from ubuntu-18-04-aarch64-spe-2.warwick.arm.com (ubuntu-18-04-aarch64-spe-2.warwick.arm.com [10.32.33.30]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 972383F5A1; Thu, 16 Sep 2021 08:47:13 -0700 (PDT) From: German Gomez To: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org Cc: German Gomez , John Garry , Will Deacon , Mathieu Poirier , Leo Yan , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Mike Leach , linux-arm-kernel@lists.infradead.org, coresight@lists.linaro.org Subject: [PATCH 5/5] perf arm-spe: Snapshot mode test Date: Thu, 16 Sep 2021 16:46:35 +0100 Message-Id: <20210916154635.1525-5-german.gomez@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210916154635.1525-1-german.gomez@arm.com> References: <20210916154635.1525-1-german.gomez@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Shell script test_arm_spe.sh has been added to test the recording of SPE tracing events in snapshot mode. Reviewed-by: James Clark Signed-off-by: German Gomez --- tools/perf/tests/shell/test_arm_spe.sh | 91 ++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100755 tools/perf/tests/shell/test_arm_spe.sh diff --git a/tools/perf/tests/shell/test_arm_spe.sh b/tools/perf/tests/shell/test_arm_spe.sh new file mode 100755 index 000000000000..9ed817e76f95 --- /dev/null +++ b/tools/perf/tests/shell/test_arm_spe.sh @@ -0,0 +1,91 @@ +#!/bin/sh +# Check Arm SPE trace data recording and synthesized samples + +# Uses the 'perf record' to record trace data of Arm SPE events; +# then verify if any SPE event samples are generated by SPE with +# 'perf script' and 'perf report' commands. + +# SPDX-License-Identifier: GPL-2.0 +# German Gomez , 2021 + +skip_if_no_arm_spe_event() { + perf list | egrep -q 'arm_spe_[0-9]+//' && return 0 + + # arm_spe event doesn't exist + return 2 +} + +skip_if_no_arm_spe_event || exit 2 + +perfdata=$(mktemp /tmp/__perf_test.perf.data.XXXXX) +glb_err=0 + +cleanup_files() +{ + rm -f ${perfdata} + trap - exit term int + kill -2 $$ # Forward sigint to parent + exit $glb_err +} + +trap cleanup_files exit term int + +arm_spe_report() { + if [ $2 != 0 ]; then + echo "$1: FAIL" + glb_err=$2 + else + echo "$1: PASS" + fi +} + +perf_script_samples() { + echo "Looking at perf.data file for dumping samples:" + + # from arm-spe.c/arm_spe_synth_events() + events="(ld1-miss|ld1-access|llc-miss|lld-access|tlb-miss|tlb-access|branch-miss|remote-access|memory)" + + # Below is an example of the samples dumping: + # dd 3048 [002] 1 l1d-access: ffffaa64999c __GI___libc_write+0x3c (/lib/aarch64-linux-gnu/libc-2.27.so) + # dd 3048 [002] 1 tlb-access: ffffaa64999c __GI___libc_write+0x3c (/lib/aarch64-linux-gnu/libc-2.27.so) + # dd 3048 [002] 1 memory: ffffaa64999c __GI___libc_write+0x3c (/lib/aarch64-linux-gnu/libc-2.27.so) + perf script -F,-time -i ${perfdata} 2>&1 | \ + egrep " +$1 +[0-9]+ .* +${events}:(.*:)? +" > /dev/null 2>&1 +} + +perf_report_samples() { + echo "Looking at perf.data file for reporting samples:" + + # Below is an example of the samples reporting: + # 73.04% 73.04% dd libc-2.27.so [.] _dl_addr + # 7.71% 7.71% dd libc-2.27.so [.] getenv + # 2.59% 2.59% dd ld-2.27.so [.] strcmp + perf report --stdio -i ${perfdata} 2>&1 | \ + egrep " +[0-9]+\.[0-9]+% +[0-9]+\.[0-9]+% +$1 " > /dev/null 2>&1 +} + +arm_spe_snapshot_test() { + echo "Recording trace with snapshot mode $perfdata" + perf record -o ${perfdata} -e arm_spe// -S \ + -- dd if=/dev/zero of=/dev/null > /dev/null 2>&1 & + PERFPID=$! + + # Wait for perf program + sleep 1 + + # Send signal to snapshot trace data + kill -USR2 $PERFPID + + # Stop perf program + kill $PERFPID + wait $PERFPID + + perf_script_samples dd && + perf_report_samples dd + + err=$? + arm_spe_report "SPE snapshot testing" $err +} + +arm_spe_snapshot_test +exit $glb_err \ No newline at end of file -- 2.17.1