From: Wang Nan <wangnan0@huawei.com>
To: <acme@kernel.org>, <namhyung@kernel.org>
Cc: <lizefan@huawei.com>, <pi3orama@163.com>,
<linux-kernel@vger.kernel.org>, Wang Nan <wangnan0@huawei.com>
Subject: [PATCH 0/5] perf tools: improve BPF related error delivering and testing
Date: Thu, 5 Nov 2015 04:26:57 +0000 [thread overview]
Message-ID: <1446697622-4072-1-git-send-email-wangnan0@huawei.com> (raw)
This patchset is based on Arnaldo's perf/core.
Patch 1/5 - 2/5 improve BPF related error delivering and reporting.
Libbpf and bpf-loader define their own error code sets so can
deliever precise reason of failure. Corresponding strerror functions
are improved accordingly.
Patch 3/5 - 5/5 improve 'perf test LLVM' and 'perf test BPF'. Code
structure improved so new test case can be introduced easier.
Wang Nan (5):
bpf tools: Improve libbpf error reporting
perf tools: Improve BPF related error messages output
perf test: Enforce LLVM test: update basic BPF test program
perf test: Enforce LLVM test: add kbuild test
perf test: Add 'perf test BPF'
tools/lib/bpf/libbpf.c | 149 ++++++++++++++-------
tools/lib/bpf/libbpf.h | 12 ++
tools/perf/tests/Build | 17 ++-
tools/perf/tests/bpf-script-example.c | 4 +
tools/perf/tests/bpf-script-test-kbuild.c | 21 +++
tools/perf/tests/bpf.c | 209 ++++++++++++++++++++++++++++++
tools/perf/tests/builtin-test.c | 4 +
tools/perf/tests/llvm.c | 137 +++++++++++++++-----
tools/perf/tests/llvm.h | 18 +++
tools/perf/tests/tests.h | 1 +
tools/perf/util/bpf-loader.c | 130 ++++++++++++++++---
tools/perf/util/bpf-loader.h | 28 ++++
tools/perf/util/parse-events.c | 11 +-
13 files changed, 640 insertions(+), 101 deletions(-)
create mode 100644 tools/perf/tests/bpf-script-test-kbuild.c
create mode 100644 tools/perf/tests/bpf.c
create mode 100644 tools/perf/tests/llvm.h
--
1.8.3.4
next reply other threads:[~2015-11-05 4:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-05 4:26 Wang Nan [this message]
2015-11-05 4:26 ` [PATCH 1/5] bpf tools: Improve libbpf error reporting Wang Nan
2015-11-05 15:26 ` Arnaldo Carvalho de Melo
2015-11-05 15:35 ` Arnaldo Carvalho de Melo
2015-11-05 15:36 ` Arnaldo Carvalho de Melo
2015-11-05 4:26 ` [PATCH 2/5] perf tools: Improve BPF related error messages output Wang Nan
2015-11-05 15:34 ` Arnaldo Carvalho de Melo
2015-11-05 4:27 ` [PATCH 3/5] perf test: Enforce LLVM test: update basic BPF test program Wang Nan
2015-11-05 4:27 ` [PATCH 4/5] perf test: Enforce LLVM test: add kbuild test Wang Nan
2015-11-05 4:27 ` [PATCH 5/5] perf test: Add 'perf test BPF' Wang Nan
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=1446697622-4072-1-git-send-email-wangnan0@huawei.com \
--to=wangnan0@huawei.com \
--cc=acme@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lizefan@huawei.com \
--cc=namhyung@kernel.org \
--cc=pi3orama@163.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
all inboxes | Powered by JetHome®