From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933312AbbIDNs3 (ORCPT ); Fri, 4 Sep 2015 09:48:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55394 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932604AbbIDNs0 (ORCPT ); Fri, 4 Sep 2015 09:48:26 -0400 Date: Fri, 4 Sep 2015 15:48:20 +0200 From: Jiri Olsa To: =?iso-8859-1?Q?Rapha=EBl?= Beamonte Cc: Jiri Olsa , Arnaldo Carvalho de Melo , lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra , Matt Fleming , Steven Rostedt Subject: Re: [PATCH 05/15] tools lib api: Move debugfs__strerror_open into tracing_path.c object Message-ID: <20150904134820.GA658@krava.redhat.com> References: <1441180605-24737-1-git-send-email-jolsa@kernel.org> <1441180605-24737-6-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 04, 2015 at 09:41:59AM -0400, Raphaël Beamonte wrote: > 2015-09-02 9:12 GMT-04:00 Arnaldo Carvalho de Melo : > > Em Wed, Sep 02, 2015 at 09:56:35AM +0200, Jiri Olsa escreveu: > > Humm, here I think that "_path" may look excessive... But tracing_path__ better > > than debugfs__, so its progress, applying, if we get a better name, we > > can change this later. > > > > - Arnaldo > > I agree that "tracing_path" seems a bit heavy. > Why not using tracefs here like for the previous changes? it's not fs per say, it's 'combination,choice' of debugfs and tracefs that provides 'path' for tracing ;-) jirka