From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8F72A1C2DA2 for ; Mon, 13 Jan 2025 18:27:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736792822; cv=none; b=uSGak+z1U4+iY2fEsuroIVlyxOS1NkN5GUUb3URH6ND1Bj9z3yfNnzGuX2oNrkLzT96dxBPxZMIn+qqloMsEsYlkAeOb+cSBuH4UjhTt6ukOeaXDQB+/JclqKGSfPsA4UQsdfm14W9GYh8BTFTItQUy1Lyfa2aVB+Qll7igaGuY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736792822; c=relaxed/simple; bh=xnabWyQ+JN0ku3i7L6TQNDJBA///+XQ/oYrG32pN1mw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=ksqzgdZEveg7iCDxn5dNJ840bGbto/JoDvRojd0zOpjhp3Yh0vNBHIelKlrd/eTurYXWVoqbQttgB2UaTiG9rgLaeupB0Bc+2Ubv3vPwFIBau3DxLRybDmn68JG5v5GzHFAKe+G43JEsi9dtpz6wTyArVeDS/Frt6tgHPTuFGfw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=aakFJrGH; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="aakFJrGH" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1736792819; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=r8c6FrMkAHbuJBJhToxyA+VsGmkE+ENKAKwce4l8yrg=; b=aakFJrGHhwxdUT49Vh+/CtLxdBIVURVKRetjHKGxubK3+AduWRihjgtVMD3KeAF5CsdcWC YA+liegg3vxxs0wn+oSDOHBik6/J2IlH8ydVziGukXFPQL7/KqB3nVZ0DQWHUyyOVKQsSS VwWHs7pTyEpBNUl+ITYdbEduTHh8MRw= Received: from mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-607-s1DIjy8jPlSSPnuCoTQgYw-1; Mon, 13 Jan 2025 13:26:56 -0500 X-MC-Unique: s1DIjy8jPlSSPnuCoTQgYw-1 X-Mimecast-MFC-AGG-ID: s1DIjy8jPlSSPnuCoTQgYw Received: from mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.40]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 4425D1955DC9; Mon, 13 Jan 2025 18:26:55 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.45.225.147]) by mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 14D5919560AD; Mon, 13 Jan 2025 18:26:52 +0000 (UTC) From: vmolnaro@redhat.com To: linux-perf-users@vger.kernel.org, acme@kernel.org, acme@redhat.com, mpetlan@redhat.com, namhyung@kernel.org Cc: irogers@google.com Subject: [PATCH v2 07/10] perftool-testsuite: Add empty setup for base_probe Date: Mon, 13 Jan 2025 19:26:02 +0100 Message-ID: <20250113182605.130719-8-vmolnaro@redhat.com> In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.0 on 10.30.177.40 From: Veronika Molnarova Add empty setup to set a proper name for base_probe testsuite, can be utilized for basic test setup for the future. Signed-off-by: Michael Petlan Signed-off-by: Veronika Molnarova --- tools/perf/tests/shell/base_probe/setup.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 tools/perf/tests/shell/base_probe/setup.sh diff --git a/tools/perf/tests/shell/base_probe/setup.sh b/tools/perf/tests/shell/base_probe/setup.sh new file mode 100755 index 0000000000000000..fbb99325b555a723 --- /dev/null +++ b/tools/perf/tests/shell/base_probe/setup.sh @@ -0,0 +1,13 @@ +#!/bin/bash +# perftool-testsuite :: perf_probe +# SPDX-License-Identifier: GPL-2.0 + +# +# setup.sh of perf probe test +# Author: Michael Petlan +# +# Description: +# +# Setting testsuite name, for future use +# +# -- 2.43.0