From: Adrian Hunter <adrian.hunter@intel.com>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>, linux-kernel@vger.kernel.org
Subject: [PATCH V2 0/6] perf tools: Add dlfilter test
Date: Wed, 11 Aug 2021 13:10:30 +0300 [thread overview]
Message-ID: <20210811101036.17986-1-adrian.hunter@intel.com> (raw)
Hi
Here is V2 of some minor fixes / improvements to dlfilters and a new perf
test for the dlfilter C API.
Changes in V2:
perf script: Fix documented const'ness of perf_dlfilter_fns
New patch
perf tools: Add dlfilter test
Do not make perf_dlfilter_fns const in test dlfilter
Adrian Hunter (6):
perf script: Fix documented const'ness of perf_dlfilter_fns
perf script: Fix unnecessary machine_resolve()
perf script: Fix --list-dlfilters documentation
perf tools: Amend dlfilter documentation wrt library dependencies
perf tools: Move perf_dlfilters.h in the source tree
perf tools: Add dlfilter test
tools/perf/Documentation/perf-dlfilter.txt | 12 +-
tools/perf/Documentation/perf-script.txt | 2 +-
tools/perf/Makefile.perf | 17 +-
tools/perf/builtin-script.c | 2 +-
tools/perf/dlfilters/dlfilter-test-api-v0.c | 336 ++++++++++++++++++
tools/perf/{util => include/perf}/perf_dlfilter.h | 0
tools/perf/tests/Build | 1 +
tools/perf/tests/builtin-test.c | 4 +
tools/perf/tests/dlfilter-test.c | 411 ++++++++++++++++++++++
tools/perf/tests/tests.h | 1 +
tools/perf/util/dlfilter.c | 6 +-
tools/perf/util/dlfilter.h | 2 +
12 files changed, 785 insertions(+), 9 deletions(-)
create mode 100644 tools/perf/dlfilters/dlfilter-test-api-v0.c
rename tools/perf/{util => include/perf}/perf_dlfilter.h (100%)
create mode 100644 tools/perf/tests/dlfilter-test.c
Regards
Adrian
next reply other threads:[~2021-08-11 10:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-11 10:10 Adrian Hunter [this message]
2021-08-11 10:10 ` [PATCH V2 1/6] perf script: Fix documented const'ness of perf_dlfilter_fns Adrian Hunter
2021-08-11 10:10 ` [PATCH V2 2/6] perf script: Fix unnecessary machine_resolve() Adrian Hunter
2021-08-11 10:10 ` [PATCH V2 3/6] perf script: Fix --list-dlfilters documentation Adrian Hunter
2021-08-11 10:10 ` [PATCH V2 4/6] perf tools: Amend dlfilter documentation wrt library dependencies Adrian Hunter
2021-08-11 10:10 ` [PATCH V2 5/6] perf tools: Move perf_dlfilters.h in the source tree Adrian Hunter
2021-08-11 10:10 ` [PATCH V2 6/6] perf tools: Add dlfilter test Adrian Hunter
2021-08-11 12:38 ` [PATCH V2 0/6] " Arnaldo Carvalho de Melo
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=20210811101036.17986-1-adrian.hunter@intel.com \
--to=adrian.hunter@intel.com \
--cc=acme@kernel.org \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.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