From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752326AbdLFQfS (ORCPT ); Wed, 6 Dec 2017 11:35:18 -0500 Received: from terminus.zytor.com ([65.50.211.136]:37337 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752018AbdLFQfO (ORCPT ); Wed, 6 Dec 2017 11:35:14 -0500 Date: Wed, 6 Dec 2017 08:33:06 -0800 From: tip-bot for Hansuk Hong Message-ID: Cc: mingo@kernel.org, namhyung@kernel.org, linux-kernel@vger.kernel.org, jolsa@kernel.org, tglx@linutronix.de, acme@redhat.com, hpa@zytor.com, flavono123@gmail.com Reply-To: namhyung@kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, jolsa@kernel.org, flavono123@gmail.com, hpa@zytor.com, acme@redhat.com, mingo@kernel.org In-Reply-To: <20171123160546.9722-1-flavono123@gmail.com> References: <20171123160546.9722-1-flavono123@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf buildid-cache: Document for Node.js USDT Git-Commit-ID: 2e38e661f00603584fa5a64acdf580b400bad570 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 2e38e661f00603584fa5a64acdf580b400bad570 Gitweb: https://git.kernel.org/tip/2e38e661f00603584fa5a64acdf580b400bad570 Author: Hansuk Hong AuthorDate: Fri, 24 Nov 2017 01:05:46 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Nov 2017 18:18:01 -0300 perf buildid-cache: Document for Node.js USDT Add a tip for Node.js USDT(User-Level Statically Defined Tracing) probes in tips.txt Signed-off-by: Hansuk Hong Cc: Jiri Olsa Cc: Namhyung Kim Link: http://lkml.kernel.org/r/20171123160546.9722-1-flavono123@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/tips.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/Documentation/tips.txt b/tools/perf/Documentation/tips.txt index db0ca30..3dd1dbe 100644 --- a/tools/perf/Documentation/tips.txt +++ b/tools/perf/Documentation/tips.txt @@ -32,3 +32,4 @@ Order by the overhead of source file name and line number: perf report -s srclin System-wide collection from all CPUs: perf record -a Show current config key-value pairs: perf config --list Show user configuration overrides: perf config --user --list +To add Node.js USDT(User-Level Statically Defined Tracing): perf buildid-cache --add `which node`