From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E4F2C2BB1D for ; Tue, 17 Mar 2020 21:34:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E7E412073E for ; Tue, 17 Mar 2020 21:34:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584480854; bh=nDaCAdkt0N2dWJGyFb2243xTSO6Sw/PyGrciZLkdn4s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=2wPmyMObuBCKkNffitSUfpNRQ0JdIbc6PPWFAhBe+4HB32hxs17ayLsXfsp4OaFVW 0oBIB56M2wytIuCde4+trUKOu/xHR4qRJa2mvvX8Bog0/Sr8yyBTHM8DZf9U/EQdQi bM8JfZqrYhRXwsa5hCbK/OgEUO1DuurqGvD+VUGg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727315AbgCQVeM (ORCPT ); Tue, 17 Mar 2020 17:34:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:53168 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726494AbgCQVeL (ORCPT ); Tue, 17 Mar 2020 17:34:11 -0400 Received: from quaco.ghostprotocols.net (unknown [179.97.37.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DFC192076D; Tue, 17 Mar 2020 21:34:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584480851; bh=nDaCAdkt0N2dWJGyFb2243xTSO6Sw/PyGrciZLkdn4s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=wzA1MWHFRCj7vB/Q5nEbu66w+dsalKNui7PtzlRO/UTr0JlAiY4aSnb6h37nabJPV w1S+1rA92h88YeRJ5y6Ne32QhYXOACWuC6XWnhnr2dyaha1gpw2iWjmepdZFEmRieH LxunkHtU9AUX8iRcMSesEMUQUX7knYDYYw4/nOjc= From: Arnaldo Carvalho de Melo To: Ingo Molnar , Thomas Gleixner Cc: Jiri Olsa , Namhyung Kim , Clark Williams , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Adrian Hunter , Arnaldo Carvalho de Melo , Andi Kleen , Jiri Olsa Subject: [PATCH 17/23] perf intel-pt: Update intel-pt.txt file with new location of the documentation Date: Tue, 17 Mar 2020 18:32:53 -0300 Message-Id: <20200317213259.15494-18-acme@kernel.org> X-Mailer: git-send-email 2.21.1 In-Reply-To: <20200317213259.15494-1-acme@kernel.org> References: <20200317213259.15494-1-acme@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Adrian Hunter Make it easy for people looking in intel-pt.txt to find the new file. Signed-off-by: Adrian Hunter Tested-by: Arnaldo Carvalho de Melo Cc: Andi Kleen Cc: Jiri Olsa Link: http://lore.kernel.org/lkml/20200311122034.3697-4-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/intel-pt.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/perf/Documentation/intel-pt.txt diff --git a/tools/perf/Documentation/intel-pt.txt b/tools/perf/Documentation/intel-pt.txt new file mode 100644 index 000000000000..fd9241a1b987 --- /dev/null +++ b/tools/perf/Documentation/intel-pt.txt @@ -0,0 +1 @@ +Documentation for support for Intel Processor Trace within perf tools' has moved to file perf-intel-pt.txt -- 2.21.1