linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Masami Hiramatsu <mhiramat@kernel.org>
To: Steven Rostedt <rostedt@goodmis.org>,
	Shuah Khan <shuahkhan@gmail.com>, Shuah Khan <shuah@kernel.org>
Cc: linux-kernel@vger.kernel.org, Ingo Molnar <mingo@redhat.com>,
	Namhyung Kim <namhyung@kernel.org>,
	Tom Zanussi <tom.zanussi@linux.intel.com>,
	linux-kselftest@vger.kernel.org,
	Masami Hiramatsu <mhiramat@kernel.org>
Subject: Re: [PATCH -tip v2 0/6] ftrace: selftests: Add full glob matching and update ftracetest
Date: Wed, 9 Nov 2016 08:34:51 +0900	[thread overview]
Message-ID: <20161109083451.77d24a2a5babf3328a691244@kernel.org> (raw)
In-Reply-To: <147781042852.11952.2843145560116738189.stgit@devbox>

Ping?

On Sun, 30 Oct 2016 15:53:49 +0900
Masami Hiramatsu <mhiramat@kernel.org> wrote:

> Hi,
> 
> Here is the 2nd version of the series of patches to
> add full glob matching support in ftrace and update
> ftracetest to test the glob matching and hexadecimal
> types.
> 
> Previous version is here:
>  https://lkml.org/lkml/2016/10/19/7
> 
> I've update ftracetest to initialize ftrace before
> each testcase accordning to Steve's comment.
> In this series I've added a patch which makes git
> to ignore the directory for test results.
> 
> [1/6] Add full glob matching support on ftrace's
>      function filter and event filter expression.
> [2/6] Initialize ftrace before running each testcase.
> [3/6] Hide logs direcotry from git.
> [4/6] Introduce temporary directory for test cases,
>      which is used for storing temporary test data.
> [5/6] Add a testcase for function-name glob matching
> [6/6] Add a testcase for types of event arguments 
> 
> Thanks,
> ---
> 
> Masami Hiramatsu (6):
>       ftrace: Support full glob matching
>       selftests: ftrace: Initialize ftrace before each test
>       selftests: ftrace: Hide ftracetest logs from git
>       selftests: ftrace: Introduce TMPDIR for temporary files
>       selftests: ftrace: Add a testcase for function filter glob match
>       selftests: ftrace: Add a testcase for types of kprobe event
> 
> 
>  Documentation/trace/events.txt                     |    9 +---
>  Documentation/trace/ftrace.txt                     |    9 +---
>  kernel/trace/Kconfig                               |    2 +
>  kernel/trace/ftrace.c                              |    4 ++
>  kernel/trace/trace.c                               |    2 -
>  kernel/trace/trace.h                               |    2 +
>  kernel/trace/trace_events_filter.c                 |   17 +++++++
>  tools/testing/selftests/ftrace/.gitignore          |    1 
>  tools/testing/selftests/ftrace/ftracetest          |    4 +-
>  .../ftrace/test.d/ftrace/func-filter-glob.tc       |   49 ++++++++++++++++++++
>  tools/testing/selftests/ftrace/test.d/functions    |   25 ++++++++++
>  .../ftrace/test.d/kprobe/kprobe_args_type.tc       |   37 +++++++++++++++
>  12 files changed, 146 insertions(+), 15 deletions(-)
>  create mode 100644 tools/testing/selftests/ftrace/.gitignore
>  create mode 100644 tools/testing/selftests/ftrace/test.d/ftrace/func-filter-glob.tc
>  create mode 100644 tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_type.tc
> 
> --
> Masami Hiramatsu (Linaro Ltd.) <mhiramat@kernel.org>


-- 
Masami Hiramatsu <mhiramat@kernel.org>

      parent reply	other threads:[~2016-11-08 23:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-30  6:53 [PATCH -tip v2 0/6] ftrace: selftests: Add full glob matching and update ftracetest Masami Hiramatsu
2016-10-30  6:54 ` [PATCH -tip v2 1/6] ftrace: Support full glob matching Masami Hiramatsu
2016-10-30  6:54 ` [PATCH -tip v2 2/6] selftests: ftrace: Initialize ftrace before each test Masami Hiramatsu
2016-11-14 18:12   ` Steven Rostedt
2016-11-15  6:32     ` Masami Hiramatsu
2016-10-30  6:54 ` [PATCH -tip v2 3/6] selftests: ftrace: Hide ftracetest logs from git Masami Hiramatsu
2016-10-30  6:54 ` [PATCH -tip v2 4/6] selftests: ftrace: Introduce TMPDIR for temporary files Masami Hiramatsu
2016-10-30  6:54 ` [PATCH -tip v2 5/6] selftests: ftrace: Add a testcase for function filter glob match Masami Hiramatsu
2016-10-30  6:54 ` [PATCH -tip v2 6/6] selftests: ftrace: Add a testcase for types of kprobe event Masami Hiramatsu
2016-11-08 23:34 ` Masami Hiramatsu [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=20161109083451.77d24a2a5babf3328a691244@kernel.org \
    --to=mhiramat@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=namhyung@kernel.org \
    --cc=rostedt@goodmis.org \
    --cc=shuah@kernel.org \
    --cc=shuahkhan@gmail.com \
    --cc=tom.zanussi@linux.intel.com \
    /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;
as well as URLs for NNTP newsgroup(s).