public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Namhyung Kim <namhyung@kernel.org>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: linux-kernel@vger.kernel.org, Ingo Molnar <mingo@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Jiri Olsa <jolsa@kernel.org>,
	Arnaldo Carvalho de Melo <acme@redhat.com>,
	Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Subject: Re: [PATCH 0/6 v3] perf: Have perf become tracefs aware
Date: Tue, 10 Feb 2015 23:02:17 +0900	[thread overview]
Message-ID: <20150210140217.GA27487@danjae> (raw)
In-Reply-To: <20150209104853.6bc71623@gandalf.local.home>

Hi,

On Mon, Feb 09, 2015 at 10:48:53AM -0500, Steven Rostedt wrote:
> If you already applied v2, here's the patch that changes v3.

In any case, please feel free to add my ACKs to this series.

Thanks,
Namhyung


> 
> -- Steve
> 
> From 55989e0e3e9c15d755a9cf0d8c6a899a0de7d1eb Mon Sep 17 00:00:00 2001
> From: "Steven Rostedt (Red Hat)" <rostedt@goodmis.org>
> Date: Mon, 9 Feb 2015 10:42:59 -0500
> Subject: [PATCH] perf: Fix directory name in error message for tracefs
> 
> If tracefs is configured, but not mounted, the error message should
> ask if it is mounted at /sys/kernel/tracing and not at
> /sys/kernel/debug.
> 
> Link: http://lkml.kernel.org/r/20150208141246.GA13586@danjae
> Reported-by: Namhyung Kim <namhyung@kernel.org>
> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
> ---
>  tools/perf/tests/open-syscall-all-cpus.c | 2 +-
>  tools/perf/tests/open-syscall.c          | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tools/perf/tests/open-syscall-all-cpus.c b/tools/perf/tests/open-syscall-all-cpus.c
> index 21969e99ea46..3ec885c48f8f 100644
> --- a/tools/perf/tests/open-syscall-all-cpus.c
> +++ b/tools/perf/tests/open-syscall-all-cpus.c
> @@ -30,7 +30,7 @@ int test__open_syscall_event_on_all_cpus(void)
>  	evsel = perf_evsel__newtp("syscalls", "sys_enter_open");
>  	if (evsel == NULL) {
>  		if (tracefs_configured())
> -			pr_debug("is tracefs mounted on /sys/kernel/debug?\n");
> +			pr_debug("is tracefs mounted on /sys/kernel/tracing?\n");
>  		else if (debugfs_configured())
>  			pr_debug("is debugfs mounted on /sys/kernel/debug?\n");
>  		else
> diff --git a/tools/perf/tests/open-syscall.c b/tools/perf/tests/open-syscall.c
> index 4250e40234d2..07aa319bf334 100644
> --- a/tools/perf/tests/open-syscall.c
> +++ b/tools/perf/tests/open-syscall.c
> @@ -19,7 +19,7 @@ int test__open_syscall_event(void)
>  	evsel = perf_evsel__newtp("syscalls", "sys_enter_open");
>  	if (evsel == NULL) {
>  		if (tracefs_configured())
> -			pr_debug("is tracefs mounted on /sys/kernel/debug?\n");
> +			pr_debug("is tracefs mounted on /sys/kernel/tracing?\n");
>  		else if (debugfs_configured())
>  			pr_debug("is debugfs mounted on /sys/kernel/debug?\n");
>  		else
> -- 
> 2.1.4
> 

      reply	other threads:[~2015-02-10 14:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-09 15:39 [PATCH 0/6 v3] perf: Have perf become tracefs aware Steven Rostedt
2015-02-09 15:39 ` [PATCH 1/6 v3] perf: Do not check debugfs MAGIC for tracing files Steven Rostedt
2015-02-09 15:39 ` [PATCH 2/6 v3] tools lib fs: Add helper to find mounted file systems Steven Rostedt
2015-02-09 15:39 ` [PATCH 3/6 v3] tools lib api fs: Add tracefs mount helper functions Steven Rostedt
2015-02-09 15:39 ` [PATCH 4/6 v3] tools lib api fs: Add DEBUGFS_DEFAULT_PATH macro Steven Rostedt
2015-02-09 15:39 ` [PATCH 5/6 v3] tools lib api fs: Add {tracefs,debugfs}_configured() functions Steven Rostedt
2015-02-09 15:39 ` [PATCH 6/6 v3] perf: Make perf aware of tracefs Steven Rostedt
2015-02-09 15:48 ` [PATCH 0/6 v3] perf: Have perf become tracefs aware Steven Rostedt
2015-02-10 14:02   ` Namhyung Kim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150210140217.GA27487@danjae \
    --to=namhyung@kernel.org \
    --cc=acme@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masami.hiramatsu.pt@hitachi.com \
    --cc=mingo@kernel.org \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox