From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751687AbdBXTwI (ORCPT ); Fri, 24 Feb 2017 14:52:08 -0500 Received: from mail.kernel.org ([198.145.29.136]:48882 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751599AbdBXTvv (ORCPT ); Fri, 24 Feb 2017 14:51:51 -0500 Date: Fri, 24 Feb 2017 16:51:24 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , kernel-team@lge.com, Steven Rostedt , Frederic Weisbecker Subject: Re: [PATCH 1/4] perf ftrace: Add support for --pid option Message-ID: <20170224195124.GL3595@kernel.org> References: <20170224011251.14946-1-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170224011251.14946-1-namhyung@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, Feb 24, 2017 at 10:12:48AM +0900, Namhyung Kim escreveu: > The -p (--pid) option enables to trace existing process by its pid. Thanks, tested and applied the series, adding committer notes with examples to this one with --pid. - Arnaldo