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.133.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 50AC012DDAB for ; Thu, 15 Feb 2024 11:03:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707994984; cv=none; b=SJcbX0d+yLBBVnspvUfgSItEHdt7bRAU9rfRPeblQpPvT2vTmguG9ZRf5CIarPOtlgAdEI2s1OKRNrht8Vb0GIc6Nk2xa+r5jt0JrQDb38gQD3jx10mx6Qa2+2tRA8r13MeNI+G7od6OuNpChBAQFSHdmiPNPGXeeVdvZX4xtl0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707994984; c=relaxed/simple; bh=Uvq/JufJg/4hcBhTjOJNr+8bX7y6o8JeR7CqMQTjcD8=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=VRSO7gxS9Uby85cP2kv+izAmpEW0ReWRk458dwtUHnppSb98+LD7m06V1iKRHWiZ6T4TZMLaaVinMszilPCHfYiw3PLZudbN02Xap66PRDsBvFRWc7oBYaAh5tjHaqWxYmNY/UCrP1j8LfRkV15X4L1u/RZEZnrylRJ14Qz0jIY= 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=RreCy012; arc=none smtp.client-ip=170.10.133.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="RreCy012" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1707994982; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:in-reply-to:in-reply-to:references:references; bh=efkQCNtwVBwGtZXyg9kXJ4//gcyTVVmFgVgdFldF4t8=; b=RreCy012XPGXQKlH4bdpUwqW0u0rg+HOqLSHutErezi3o8YSGuyRJ15nIMCYQdggoimG5q JsRFxD3DHf5EY9N1P2h3XSTITjhkdfEa2E4jJsk9zyDzL0jod1uJcpqd96HzghngnoKKGx uQl8YgHyarddgZHBaDhgWrdFC+z5xI8= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-74-JPaAaTPxOmqP5QruiNLkRw-1; Thu, 15 Feb 2024 06:02:59 -0500 X-MC-Unique: JPaAaTPxOmqP5QruiNLkRw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (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 mimecast-mx02.redhat.com (Postfix) with ESMTPS id 64B063812582; Thu, 15 Feb 2024 11:02:58 +0000 (UTC) Received: from Diego.redhat.com (unknown [10.39.208.29]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D17FC2166B32; Thu, 15 Feb 2024 11:02:55 +0000 (UTC) From: Michael Petlan To: linux-perf-users@vger.kernel.org, acme@redhat.com Cc: peterz@infradead.org, mingo@redhat.com, acme@kernel.org, namhyung@kernel.org, mark.rutland@arm.com, alexander.shishkin@linux.intel.com, jolsa@kernel.org, irogers@google.com, adrian.hunter@intel.com, atrajeev@linux.vnet.ibm.com, kjain@linux.ibm.com Subject: [PATCH v2 7/7] perf testsuite: Install kprobe tests and common files Date: Thu, 15 Feb 2024 12:02:31 +0100 Message-Id: <20240215110231.15385-8-mpetlan@redhat.com> In-Reply-To: <20240215110231.15385-1-mpetlan@redhat.com> References: <20240131113951.17077-1-mpetlan@redhat.com> <20240215110231.15385-1-mpetlan@redhat.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Signed-off-by: Michael Petlan --- tools/perf/Makefile.perf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index f8774a9b1377..8ba6399b8c99 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -1048,6 +1048,11 @@ install-tests: all install-gtk $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/lib'; \ $(INSTALL) tests/shell/lib/*.sh -m 644 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/lib'; \ $(INSTALL) tests/shell/lib/*.py -m 644 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/lib'; \ + $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/common'; \ + $(INSTALL) tests/shell/common/*.sh '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/common'; \ + $(INSTALL) tests/shell/common/*.pl '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/common'; \ + $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/base_probe'; \ + $(INSTALL) tests/shell/base_probe/*.sh '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/base_probe'; \ $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/coresight' ; \ $(INSTALL) tests/shell/coresight/*.sh '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests/shell/coresight' $(Q)$(MAKE) -C tests/shell/coresight install-tests -- 2.43.0