From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753333AbdKWRsT (ORCPT ); Thu, 23 Nov 2017 12:48:19 -0500 Received: from mail.kernel.org ([198.145.29.99]:49486 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753229AbdKWRsS (ORCPT ); Thu, 23 Nov 2017 12:48:18 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 93DBD21921 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Thu, 23 Nov 2017 14:48:15 -0300 From: Arnaldo Carvalho de Melo To: Hansuk Hong Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Namhyung Kim Subject: Re: [PATCH] perf buildid-cache: Document for Node.js USDT Message-ID: <20171123174815.GL8789@kernel.org> References: <20171123160546.9722-1-flavono123@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171123160546.9722-1-flavono123@gmail.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, Nov 24, 2017 at 01:05:46AM +0900, Hansuk Hong escreveu: > Add a tip for Node.js USDT(User-Level Statically > Defined Tracing) probes in tips.txt Thanks, applid. - Arnaldo > Cc: Jiri Olsa > Cc: Namhyung Kim > > Signed-off-by: Hansuk Hong > --- > 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 db0ca3063eae..3dd1dbe28407 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` > -- > 2.14.2